ET PHISHING DHL Phish Landing Sept 14 2015


Query · suricata

flow:established,to_client;
file_data;
content:"<TITLE>DHL |7c| Tracking</TITLE>"; nocase; fast_pattern;
content:"<title>TRADE FILE</title>"; nocase; distance:0;
content:"Sign In With Your Correct Email"; nocase; distance:0;
Raw source ET PHISHING DHL Phish Landing Sept 14 2015 · 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 Phish Landing Sept 14 2015";
    flow:established,to_client;
    file_data;
    content:"<TITLE>DHL |7c| Tracking</TITLE>"; nocase; fast_pattern;
    content:"<title>TRADE FILE</title>"; nocase; distance:0;
    content:"Sign In With Your Correct Email"; nocase; distance:0;
    classtype:social-engineering;
    sid:2025690; rev:6;
    metadata:created_at 2015_09_15, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_03_17;
)

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.