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


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"async.php"; endswith; fast_pattern;
http.referer;
content:"/checkout.php";
http.request_body;
content:"paySource=CREDITCARD";
content:"&browserData="; distance:0;
content:"&cardNumber="; distance:0;
content:"&cardSecurityCode="; distance:0;
content:"&cardMonth="; distance:0;
content:"&cardYear="; distance:0;
content:"&method=importOrder"; distance:0;
content:"&redirectsTo=thankyou.php"; distance:0;
content:"&errorRedirectsTo="; distance:0;
content:"&paySourceId="; distance:0;
content:"&achAccountHolderType="; distance:0;
content:"&achAccountType="; distance:0;
content:"&achAccountNumber="; distance:0;
content:"&achRoutingNumber="; distance:0;
content:"&achNameOnCheck="; distance:0;
content:"&iban="; distance:0;
content:"&ddbic="; distance:0;
content:"&accountHolder="; distance:0;
content:"&orderItems="; distance:0;
Raw source ET PHISHING Successful Survey Credential Phish M7 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 M7 2022-04-04";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"async.php"; endswith; fast_pattern;
    http.referer;
    content:"/checkout.php";
    http.request_body;
    content:"paySource=CREDITCARD";
    content:"&browserData="; distance:0;
    content:"&cardNumber="; distance:0;
    content:"&cardSecurityCode="; distance:0;
    content:"&cardMonth="; distance:0;
    content:"&cardYear="; distance:0;
    content:"&method=importOrder"; distance:0;
    content:"&redirectsTo=thankyou.php"; distance:0;
    content:"&errorRedirectsTo="; distance:0;
    content:"&paySourceId="; distance:0;
    content:"&achAccountHolderType="; distance:0;
    content:"&achAccountType="; distance:0;
    content:"&achAccountNumber="; distance:0;
    content:"&achRoutingNumber="; distance:0;
    content:"&achNameOnCheck="; distance:0;
    content:"&iban="; distance:0;
    content:"&ddbic="; distance:0;
    content:"&accountHolder="; distance:0;
    content:"&orderItems="; distance:0;
    classtype:credential-theft;
    sid:2036475; 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.