ET MALWARE Linux/ShellshockCampaign.DDOSBot Reporting IP


Query · suricata

flow:established,to_server;
dsize:<24;
content:"My IP|3A| "; depth:7;
pcre:"/My\x20IP\x3A\x20\d{1,3}\x2E\d{1,3}\x2E\d{1,3}\x2E\d{1,3}\x0A/";
Raw source ET MALWARE Linux/ShellshockCampaign.DDOSBot Reporting IP · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE Linux/ShellshockCampaign.DDOSBot Reporting IP";
    flow:established,to_server;
    dsize:<24;
    content:"My IP|3A| "; depth:7;
    pcre:"/My\x20IP\x3A\x20\d{1,3}\x2E\d{1,3}\x2E\d{1,3}\x2E\d{1,3}\x0A/";
    reference:url,research.zscaler.com/2014/09/shellshock-attacks-spotted-in-wild.html;
    reference:cve,2014-6271;
    classtype:trojan-activity;
    sid:2019294; rev:1;
    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.