ET PHISHING EvilTokens Poll for user_code Authentication Status


Query · suricata

flow:established,to_server;
flowbits:isset,ET.EvilTokens;
http.method;
content:"GET";
http.uri;
content:"/api/device/status/"; fast_pattern; startswith;

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 EvilTokens Poll for user_code Authentication Status · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET PHISHING EvilTokens Poll for user_code Authentication Status";
    flow:established,to_server;
    flowbits:isset,ET.EvilTokens;
    http.method;
    content:"GET";
    http.uri;
    content:"/api/device/status/"; fast_pattern; startswith;
    reference:url,blog.sekoia.io/new-widespread-eviltokens-kit-device-code-phishing-as-a-service-part-1/;
    classtype:credential-theft;
    sid:2068630; rev:1;
    metadata:affected_product MS_Outlook, affected_product Microsoft_OneDrive, affected_product Microsoft_Sharepoint, attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2026_04_07, deployment Perimeter, confidence High, signature_severity Critical, tag EvilTokens, updated_at 2026_04_08;
)

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.