ET PHISHING Microsoft Device Code Phishing Landing Page 2026-06-17


Query · suricata

flow:established,to_client;
flowbits:set,ET.DeviceCodePhish;
http.content_len;
byte_test:0,<=,13000,0,string,dec;
http.stat_code;
content:"200";
http.response_body;
content:"<title>microsoft verification</title>"; fast_pattern; nocase;
content:"copy code"; nocase;
content:"verify the code"; nocase;
content:"login.microsoft.com/device"; nocase;
content:"navigator.clipboard"; nocase;
content:"document.execcommand("; nocase;

Rule dependencies

Feeds into

  • 2 rules read ET.DeviceCodePhish · view all
Raw source ET PHISHING Microsoft Device Code Phishing Landing Page 2026-06-17 · 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 Microsoft Device Code Phishing Landing Page 2026-06-17";
    flow:established,to_client;
    flowbits:set,ET.DeviceCodePhish;
    http.content_len;
    byte_test:0,<=,13000,0,string,dec;
    http.stat_code;
    content:"200";
    http.response_body;
    content:"<title>microsoft verification</title>"; fast_pattern; nocase;
    content:"copy code"; nocase;
    content:"verify the code"; nocase;
    content:"login.microsoft.com/device"; nocase;
    content:"navigator.clipboard"; nocase;
    content:"document.execcommand("; nocase;
    classtype:social-engineering;
    sid:2069999; rev:1;
    metadata:attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2026_06_18, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Major, tag Phishing, tag DeviceCodePhish, updated_at 2026_06_18, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1566, mitre_technique_name Phishing;
)

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.