ET PHISHING Amazon Phish Landing Jun 22 2017


Query · suricata

flow:to_client,established;
http.stat_code;
content:"200";
file.data;
content:"Amazon Sign In</title>"; nocase;
content:"account is connected with Amazon"; distance:0; nocase;
content:"name=|22|signin|22 20|method=|22|post|22 20|novalidate action=|22 22|"; nocase; distance:0;
content:"type=|22|password|22 20|id=|22|ap_password"; nocase; distance:0;
Raw source ET PHISHING Amazon Phish Landing Jun 22 2017 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET PHISHING Amazon Phish Landing Jun 22 2017";
    flow:to_client,established;
    http.stat_code;
    content:"200";
    file.data;
    content:"Amazon Sign In</title>"; nocase;
    content:"account is connected with Amazon"; distance:0; nocase;
    content:"name=|22|signin|22 20|method=|22|post|22 20|novalidate action=|22 22|"; nocase; distance:0;
    content:"type=|22|password|22 20|id=|22|ap_password"; nocase; distance:0;
    classtype:social-engineering;
    sid:2024422; rev:4;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2017_06_23, deployment Perimeter, performance_impact Moderate, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_08_25;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.