ET MALWARE Enfal CnC GET


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"docs/"; fast_pattern;
pcre:"/^\/(?:tran|http)docs\//";
http.header;
pcre:"/^Host\x3a[^\r\n]+\r\n(?:Cache-Control|Pragma)\x3a\x20no-cache\r\n(?:\r\n)?$/mi";
http.header_names;
content:!"User-Agent|0d 0a|";
content:!"Referer|0d 0a|";
Raw source ET MALWARE Enfal CnC GET · 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 Enfal CnC GET";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:"docs/"; fast_pattern;
    pcre:"/^\/(?:tran|http)docs\//";
    http.header;
    pcre:"/^Host\x3a[^\r\n]+\r\n(?:Cache-Control|Pragma)\x3a\x20no-cache\r\n(?:\r\n)?$/mi";
    http.header_names;
    content:!"User-Agent|0d 0a|";
    content:!"Referer|0d 0a|";
    reference:md5,f1b341d3383b808ecfacfa22dcbe9196;
    classtype:command-and-control;
    sid:2021080; rev:5;
    metadata:created_at 2015_05_09, performance_impact Significant, signature_severity Major, updated_at 2024_03_25;
)

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.