ET MALWARE Win32/Nubjub.A HTTP Check-in


Query · suricata

flow:established,to_server;
http.method;
content:"GET"; depth:3;
http.uri;
content:".php";
content:"?&mode="; fast_pattern;
content:"&id=";
content:"&output=";
content:"&time=";
Raw source ET MALWARE Win32/Nubjub.A HTTP Check-in · 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 Win32/Nubjub.A HTTP Check-in";
    flow:established,to_server;
    http.method;
    content:"GET"; depth:3;
    http.uri;
    content:".php";
    content:"?&mode="; fast_pattern;
    content:"&id=";
    content:"&output=";
    content:"&time=";
    classtype:trojan-activity;
    sid:2009521; rev:7;
    metadata:created_at 2010_07_30, malware_family Win32_Nubjub_A, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_05_01;
)

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.