ET PHISHING Successful DHL Credential Phish M1 2022-06-09


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/delivery/checkout/attach"; bsize:25; fast_pattern;
http.cookie;
content:"dhl_session="; startswith;
http.request_body;
content:"full_name="; startswith;
content:"mail="; distance:0;
content:"address1="; distance:0;
content:"address2="; distance:0;
content:"phone="; distance:0;
content:"country="; distance:0;
content:"zip="; distance:0;
content:"city="; distance:0;
content:"state="; distance:0;
Raw source ET PHISHING Successful DHL Credential Phish M1 2022-06-09 · 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 DHL Credential Phish M1 2022-06-09";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/delivery/checkout/attach"; bsize:25; fast_pattern;
    http.cookie;
    content:"dhl_session="; startswith;
    http.request_body;
    content:"full_name="; startswith;
    content:"mail="; distance:0;
    content:"address1="; distance:0;
    content:"address2="; distance:0;
    content:"phone="; distance:0;
    content:"country="; distance:0;
    content:"zip="; distance:0;
    content:"city="; distance:0;
    content:"state="; distance:0;
    classtype:credential-theft;
    sid:2036948; rev:1;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2022_06_09, deployment Perimeter, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_06_09;
)

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.