ET MALWARE Linux/ShellshockCampaign.DDOSBot Execute Shell Command CnC Server Message


Query · suricata

flow:established,to_client;
content:"! SH"; depth:4;
pcre:"/^[^\r\n]+?\n$/R";
Raw source ET MALWARE Linux/ShellshockCampaign.DDOSBot Execute Shell Command CnC Server Message · 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 Linux/ShellshockCampaign.DDOSBot Execute Shell Command CnC Server Message";
    flow:established,to_client;
    content:"! SH"; depth:4;
    pcre:"/^[^\r\n]+?\n$/R";
    reference:url,research.zscaler.com/2014/09/shellshock-attacks-spotted-in-wild.html;
    reference:cve,2014-6271;
    classtype:command-and-control;
    sid:2019298; rev:2;
    metadata:created_at 2014_09_29, cve CVE_2014_6271, signature_severity Major, updated_at 2019_07_26;
)

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.