ET PHISHING Attacker Polling for Device Code Verification


Query · suricata

flow:established,to_client;
flowbits:isset,ET.DeviceCodePhish;
http.stat_code;
content:"200";
http.content_type;
content:"application/json";
http.response_body;
content:"|7b 22|success|22 3a 22|false|22 2c 22|message|22 3a 22|Waiting|20|for|20|verification|22 7d|"; fast_pattern;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET PHISHING Attacker Polling for Device Code Verification · 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 Attacker Polling for Device Code Verification";
    flow:established,to_client;
    flowbits:isset,ET.DeviceCodePhish;
    http.stat_code;
    content:"200";
    http.content_type;
    content:"application/json";
    http.response_body;
    content:"|7b 22|success|22 3a 22|false|22 2c 22|message|22 3a 22|Waiting|20|for|20|verification|22 7d|"; fast_pattern;
    classtype:social-engineering;
    sid:2070001; 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.