ET PHISHING [eSentire] DHL Phish Landing July 24 2018


Query · suricata

flow:established,to_client;
file_data;
content:"<TITLE>Tracking made easy"; nocase;
content:"Login to Continue Tracking your Package"; nocase; distance:0;
content:"Sign In With Your Correct Email and Password To Review Package Information"; nocase; distance:0;
Raw source ET PHISHING [eSentire] DHL Phish Landing July 24 2018 · 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 [eSentire] DHL Phish Landing July 24 2018";
    flow:established,to_client;
    file_data;
    content:"<TITLE>Tracking made easy"; nocase;
    content:"Login to Continue Tracking your Package"; nocase; distance:0;
    content:"Sign In With Your Correct Email and Password To Review Package Information"; nocase; distance:0;
    classtype:social-engineering;
    sid:2025886; rev:2;
    metadata:attack_target Client_Endpoint, created_at 2018_07_24, deployment Perimeter, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, 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.