ET PHISHING PhishMe.com Phishing Landing Exercise


Query · suricata

flow:to_client,established;
http.stat_code;
content:"200";
http.cookie;
content:"_phishme.com_session_id=";
file.data;
content:"<!-- ORGANIZATION LOGO"; nocase; fast_pattern;
Raw source ET PHISHING PhishMe.com Phishing Landing Exercise · 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 PhishMe.com Phishing Landing Exercise";
    flow:to_client,established;
    http.stat_code;
    content:"200";
    http.cookie;
    content:"_phishme.com_session_id=";
    file.data;
    content:"<!-- ORGANIZATION LOGO"; nocase; fast_pattern;
    classtype:social-engineering;
    sid:2022730; rev:6;
    metadata:attack_target Client_Endpoint, created_at 2016_04_13, deployment Perimeter, confidence Medium, signature_severity Major, tag Phishing, updated_at 2020_08_24;
)

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.