ET PHISHING DHL Phishing Landing 2016-07-11


Query · suricata

flow:from_server,established;
file_data;
content:"<title>DHL GLOBAL"; nocase; fast_pattern;
content:"MM_validateForm"; nocase; distance:0;
content:"E-mail Address or Member ID"; nocase; distance:0;
content:"Password"; nocase; distance:0;
content:"Phone Number"; nocase; distance:0;
Raw source ET PHISHING DHL Phishing Landing 2016-07-11 · 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 DHL Phishing Landing 2016-07-11";
    flow:from_server,established;
    file_data;
    content:"<title>DHL GLOBAL"; nocase; fast_pattern;
    content:"MM_validateForm"; nocase; distance:0;
    content:"E-mail Address or Member ID"; nocase; distance:0;
    content:"Password"; nocase; distance:0;
    content:"Phone Number"; nocase; distance:0;
    classtype:social-engineering;
    sid:2031998; rev:3;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2016_07_11, deployment Perimeter, performance_impact Low, confidence Medium, signature_severity Major, tag Phishing, updated_at 2019_07_26;
)

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.