ET MALWARE Zalupko/Koceg/Mandaph HTTP Checkin (2)


Query · suricata

flow:established,to_server;
http.uri;
content:"/manda.php?";
content:"id="; nocase;
content:"&v="; nocase;
pcre:"/\/manda\.php\?id=(-)?\d{8,10}&v=\w/";
Raw source ET MALWARE Zalupko/Koceg/Mandaph HTTP Checkin (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 Zalupko/Koceg/Mandaph HTTP Checkin (2)";
    flow:established,to_server;
    http.uri;
    content:"/manda.php?";
    content:"id="; nocase;
    content:"&v="; nocase;
    pcre:"/\/manda\.php\?id=(-)?\d{8,10}&v=\w/";
    reference:url,www.microsoft.com/security/portal/Threat/Encyclopedia/Entry.aspx?name=Backdoor%3aWin32%2fKoceg.gen!B;
    reference:md5,b2aad8e259cbfdd2ba1fcbf22bcee2e9;
    reference:url,www.symantec.com/security_response/writeup.jsp?docid=2008-042816-0445-99&tabid=2;
    classtype:command-and-control;
    sid:2010765; rev:7;
    metadata:created_at 2010_07_30, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_11;
)

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.