ET MALWARE EvilNum CnC Client Data Exfil


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/Validate/getcommand"; bsize:20; fast_pattern;
http.request_body;
content:"action="; startswith;
content:"&uid="; distance:0;
Raw source ET MALWARE EvilNum CnC Client Data Exfil · 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 MALWARE EvilNum CnC Client Data Exfil";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/Validate/getcommand"; bsize:20; fast_pattern;
    http.request_body;
    content:"action="; startswith;
    content:"&uid="; distance:0;
    reference:md5,0823457bcb82afff15c900f949e325f4;
    reference:url,www.welivesecurity.com/2020/07/09/more-evil-deep-look-evilnum-toolset/;
    classtype:command-and-control;
    sid:2030529; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2020_07_15, deployment Perimeter, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_07_15;
)

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.