ET MALWARE ELF/Emptiness v2 XOR HTTP Flood Command Inbound


Query · suricata

flow:established,from_server;
content:"|fe d6 69 33 f7 4f fb c5|"; depth:8; fast_pattern;
pcre:"/^[\x20-\x7e\r\n]{0,13}[^\x20-\x7e\r\n]/";
Raw source ET MALWARE ELF/Emptiness v2 XOR HTTP Flood Command Inbound · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE ELF/Emptiness v2 XOR HTTP Flood Command Inbound";
    flow:established,from_server;
    content:"|fe d6 69 33 f7 4f fb c5|"; depth:8; fast_pattern;
    pcre:"/^[\x20-\x7e\r\n]{0,13}[^\x20-\x7e\r\n]/";
    reference:url,blog.netlab.360.com/emptiness-a-new-evolving-botnet/;
    classtype:trojan-activity;
    sid:2027845; rev:1;
    metadata:affected_product Linux, created_at 2019_08_09, malware_family Emptiness, confidence Medium, signature_severity Major, tag DDoS, updated_at 2019_08_09;
)

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.