ET PHISHING Successful Survey Credential Phish M6 2022-04-04


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"async.php"; endswith; fast_pattern;
http.referer;
content:"?affId=";
content:"&c1="; distance:0;
content:"&c2="; distance:0;
content:"&c3="; distance:0;
http.request_body;
content:"firstName=";
content:"&lastName="; distance:0;
content:"&address1="; distance:0;
content:"&postalCode="; distance:0;
content:"&city="; distance:0;
content:"&phone="; distance:0;
content:"&phoneNumber="; distance:0;
content:"&emailAddress="; distance:0;
content:"&cartId="; distance:0;
content:"&orderItems="; distance:0;
content:"&billShipSame="; distance:0;
content:"&state="; distance:0;
content:"&country="; distance:0;
content:"&method=importLead"; distance:0;
Raw source ET PHISHING Successful Survey Credential Phish M6 2022-04-04 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET PHISHING Successful Survey Credential Phish M6 2022-04-04";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"async.php"; endswith; fast_pattern;
    http.referer;
    content:"?affId=";
    content:"&c1="; distance:0;
    content:"&c2="; distance:0;
    content:"&c3="; distance:0;
    http.request_body;
    content:"firstName=";
    content:"&lastName="; distance:0;
    content:"&address1="; distance:0;
    content:"&postalCode="; distance:0;
    content:"&city="; distance:0;
    content:"&phone="; distance:0;
    content:"&phoneNumber="; distance:0;
    content:"&emailAddress="; distance:0;
    content:"&cartId="; distance:0;
    content:"&orderItems="; distance:0;
    content:"&billShipSame="; distance:0;
    content:"&state="; distance:0;
    content:"&country="; distance:0;
    content:"&method=importLead"; distance:0;
    classtype:credential-theft;
    sid:2036474; rev:2;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2022_05_04, deployment Perimeter, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_05_04;
)

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.