ET MALWARE Ponmocup C2 Sending Data to Controller 1


Query · suricata

flow:established,to_server;
http.uri;
content:"/images2/"; nocase; fast_pattern;
pcre:"/\/images2\/[0-9a-fA-F]{500}/";
Raw source ET MALWARE Ponmocup C2 Sending Data to Controller 1 · 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 Ponmocup C2 Sending Data to Controller 1";
    flow:established,to_server;
    http.uri;
    content:"/images2/"; nocase; fast_pattern;
    pcre:"/\/images2\/[0-9a-fA-F]{500}/";
    reference:url,malwaresurvival.net/2011/04/21/media-site-pimping-malware/;
    reference:url,community.websense.com/forums/p/10728/23862.aspx;
    reference:url,www.microsoft.com/security/portal/Threat/Encyclopedia/Entry.aspx?ThreatID=146443;
    reference:url,www9.dyndns-server.com%3a8080/pub/botnet-links.html;
    classtype:command-and-control;
    sid:2012799; rev:8;
    metadata:created_at 2011_05_10, signature_severity Major, updated_at 2020_09_25;
)

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.