ET MALWARE Linux/Ssemgrvd sshd Backdoor HTTP CNC 2


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.header;
content:"Connection|3A 20|close|0D 0A|Content-Type|3A 20|application/x-www-form-urlencoded|0D 0A|Content-Length|3A 20|";
http.request_body;
content:"b=1&name="; depth:9; fast_pattern;
content:"&uuid="; distance:0;
pcre:"/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}/R";
http.header_names;
content:!"User-Agent|0d 0a|";
content:!"Referer|0d 0a|";
content:!"Accept|0d 0a|";
Raw source ET MALWARE Linux/Ssemgrvd sshd Backdoor HTTP CNC 2 · 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 Linux/Ssemgrvd sshd Backdoor HTTP CNC 2";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.header;
    content:"Connection|3A 20|close|0D 0A|Content-Type|3A 20|application/x-www-form-urlencoded|0D 0A|Content-Length|3A 20|";
    http.request_body;
    content:"b=1&name="; depth:9; fast_pattern;
    content:"&uuid="; distance:0;
    pcre:"/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}/R";
    http.header_names;
    content:!"User-Agent|0d 0a|";
    content:!"Referer|0d 0a|";
    content:!"Accept|0d 0a|";
    classtype:command-and-control;
    sid:2017643; rev:5;
    metadata:created_at 2013_10_30, signature_severity Major, updated_at 2020_04_27;
)

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.