ET MALWARE DEEP PANDA Checkin 1


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/forum/login.cgi"; fast_pattern;
http.user_agent;
content:"Mozilla/4.0"; bsize:11;
Raw source ET MALWARE DEEP PANDA Checkin 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 DEEP PANDA Checkin 1";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/forum/login.cgi"; fast_pattern;
    http.user_agent;
    content:"Mozilla/4.0"; bsize:11;
    reference:url,labs.alienvault.com/labs/index.php/2013/u-s-department-of-labor-website-hacked-and-redirecting-to-malicious-code/;
    reference:url,crowdstrike.com/sites/default/files/AdversaryIntelligenceReport_DeepPanda_0.pdf;
    classtype:command-and-control;
    sid:2016819; rev:6;
    metadata:created_at 2013_05_04, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_24;
)

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.