ET PHISHING EvilTokens Fetch Valid user_code from Microsoft API


Query · suricata

flow:established,to_server;
flowbits:set,ET.EvilTokens;
http.method;
content:"POST";
http.uri; bsize:17;
content:"/api/device/start";
http.header;
content:"x-antibot-token"; fast_pattern; nocase; depth:15;

Rule dependencies

Feeds into

Raw source ET PHISHING EvilTokens Fetch Valid user_code from Microsoft API · 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 Fetch Valid user_code from Microsoft API";
    flow:established,to_server;
    flowbits:set,ET.EvilTokens;
    http.method;
    content:"POST";
    http.uri; bsize:17;
    content:"/api/device/start";
    http.header;
    content:"x-antibot-token"; fast_pattern; nocase; depth:15;
    reference:url,blog.sekoia.io/new-widespread-eviltokens-kit-device-code-phishing-as-a-service-part-1/;
    classtype:credential-theft;
    sid:2068629; rev:1;
    metadata:affected_product MS_Outlook, affected_product Microsoft_OneDrive, affected_product Microsoft_Exchange, 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.