ET MALWARE Shiz or Rohimafo Reporting Listening Socket to CnC Server


Query · suricata

flow:established,to_server;
http.uri;
content:"/socks.php?"; nocase;
content:"name="; nocase;
content:"&port="; nocase;
pcre:"/port=[1-9]{1,5}/i";
Raw source ET MALWARE Shiz or Rohimafo Reporting Listening Socket to CnC Server · 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 Shiz or Rohimafo Reporting Listening Socket to CnC Server";
    flow:established,to_server;
    http.uri;
    content:"/socks.php?"; nocase;
    content:"name="; nocase;
    content:"&port="; nocase;
    pcre:"/port=[1-9]{1,5}/i";
    reference:url,asert.arbornetworks.com/2010/09/shiz-and-rohimafo-malware-cousins/;
    reference:md5,0bb4662b54f02c989edc520314fc20ea;
    reference:md5,a671eb9979505119f4106a990c4ef7ab;
    reference:md5,3614d4f6527d512b61c27c4e213347a6;
    classtype:command-and-control;
    sid:2011523; rev:5;
    metadata:created_at 2010_09_29, signature_severity Major, updated_at 2020_09_10;
)

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.