ET MALWARE Ponmocup C2 Sending Data to Controller 2


Query · suricata

flow:established,to_server;
http.uri;
content:"/cgi-bin/rokfeller3.cgi?v=11"; nocase;
Raw source ET MALWARE Ponmocup C2 Sending Data to Controller 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 Ponmocup C2 Sending Data to Controller 2";
    flow:established,to_server;
    http.uri;
    content:"/cgi-bin/rokfeller3.cgi?v=11"; nocase;
    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;
    classtype:command-and-control;
    sid:2012800; rev:5;
    metadata:created_at 2011_05_10, signature_severity Major, updated_at 2020_05_06;
)

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.