ET PHISHING O365 Phishing Landing Page Observed


Query · suricata

flow:established,to_client;
http.response_body;
content:"hBot|20|detection|20|modules";
content:"|3e|a|40|b|2e|com|3c 2f|span|3e|"; fast_pattern;
content:"|3e|Enter|20|code|3c 2f|h2|3e|";
content:"We|20|texted|20|your|20|phone|20 2b|XX|20|XXXXXXXX23";
target:dest_ip;
Raw source ET PHISHING O365 Phishing Landing Page Observed · 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 O365 Phishing Landing Page Observed";
    flow:established,to_client;
    http.response_body;
    content:"hBot|20|detection|20|modules";
    content:"|3e|a|40|b|2e|com|3c 2f|span|3e|"; fast_pattern;
    content:"|3e|Enter|20|code|3c 2f|h2|3e|";
    content:"We|20|texted|20|your|20|phone|20 2b|XX|20|XXXXXXXX23";
    classtype:credential-theft;
    sid:2069439; rev:1;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2026_05_26, deployment Perimeter, deployment SSLDecrypt, confidence High, signature_severity Major, tag Phishing, updated_at 2026_05_26, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1566, mitre_technique_name Phishing;
    target:dest_ip;
)

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.