ET PHISHING Email Account Exceeded Quota Phishing Landing 2016-07-11


Query · suricata

flow:from_server,established;
file_data;
content:"<title>WebMail"; nocase; fast_pattern;
content:"E-Mail account has exceeded"; nocase; distance:0;
content:"upgrade your mailbox"; nocase; distance:0;
content:"avoid disrupt and lost"; nocase; distance:0;
content:"Password"; nocase; distance:0;
Raw source ET PHISHING Email Account Exceeded Quota 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 Email Account Exceeded Quota Phishing Landing 2016-07-11";
    flow:from_server,established;
    file_data;
    content:"<title>WebMail"; nocase; fast_pattern;
    content:"E-Mail account has exceeded"; nocase; distance:0;
    content:"upgrade your mailbox"; nocase; distance:0;
    content:"avoid disrupt and lost"; nocase; distance:0;
    content:"Password"; nocase; distance:0;
    classtype:social-engineering;
    sid:2031954; rev:2;
    metadata: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.