ET MALWARE ELF/Emptiness v1 UDP Flood Command Inbound


Query · suricata

flow:established,from_server;
content:".udp|20|"; depth:5; fast_pattern;
pcre:"/^((?:\d{1,3}\.){3}\d{1,3}|((?:https?\x3a\/\/)?[a-z0-9\-]{1,30}\.){1,8}[a-z]{1,8})/Ri";
Raw source ET MALWARE ELF/Emptiness v1 UDP 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 v1 UDP Flood Command Inbound";
    flow:established,from_server;
    content:".udp|20|"; depth:5; fast_pattern;
    pcre:"/^((?:\d{1,3}\.){3}\d{1,3}|((?:https?\x3a\/\/)?[a-z0-9\-]{1,30}\.){1,8}[a-z]{1,8})/Ri";
    reference:url,blog.netlab.360.com/emptiness-a-new-evolving-botnet/;
    classtype:trojan-activity;
    sid:2027837; rev:2;
    metadata:affected_product Linux, created_at 2019_08_09, deployment Perimeter, malware_family Emptiness, performance_impact Low, confidence High, 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.