ET PHISHING Yahoo Account Phish Landing 2015-10-23


Query · suricata

flow:established,from_server;
file_data;
content:"<title>Yahoo"; nocase;
content:"You Have Been Signed Out"; fast_pattern; nocase; distance:0;
content:"Yahoomail For Yahoo Security"; nocase; distance:0;
content:"please Relogin"; nocase; distance:0;
Raw source ET PHISHING Yahoo Account Phish Landing 2015-10-23 · 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 Yahoo Account Phish Landing 2015-10-23";
    flow:established,from_server;
    file_data;
    content:"<title>Yahoo"; nocase;
    content:"You Have Been Signed Out"; fast_pattern; nocase; distance:0;
    content:"Yahoomail For Yahoo Security"; nocase; distance:0;
    content:"please Relogin"; nocase; distance:0;
    classtype:social-engineering;
    sid:2031688; rev:3;
    metadata:created_at 2015_10_22, 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.