ET MALWARE Possible DEEP PANDA C2 Activity


Query · suricata

flow:established,to_server;
http.user_agent;
content:"Mozilla/4.0+(compatible|3b|+MSIE+8.0|3b|+Windows+NT+5.1|3b|+SV1)"; fast_pattern;
http.header_names;
content:!"Referer|0d 0a|";
content:!"Content-Type|0d 0a|";
content:!"Accept";
http.request_body;
content:"|00 00 00 00 00|";
Raw source ET MALWARE Possible DEEP PANDA C2 Activity · 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 Possible DEEP PANDA C2 Activity";
    flow:established,to_server;
    http.user_agent;
    content:"Mozilla/4.0+(compatible|3b|+MSIE+8.0|3b|+Windows+NT+5.1|3b|+SV1)"; fast_pattern;
    http.header_names;
    content:!"Referer|0d 0a|";
    content:!"Content-Type|0d 0a|";
    content:!"Accept";
    http.request_body;
    content:"|00 00 00 00 00|";
    classtype:command-and-control;
    sid:2020373; rev:6;
    metadata:created_at 2015_02_06, confidence Medium, signature_severity Major, updated_at 2020_05_15;
)

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.