ET ADWARE_PUP Win32/Agent.PMS Variant CnC Activity


Query · suricata

flow:established,to_server;
content:"|0d 0a 0d 0a|command="; fast_pattern;
http.method;
content:"POST"; nocase;
http.request_body;
content:"command="; depth:8;
content:"&result="; within:12;
Raw source ET ADWARE_PUP Win32/Agent.PMS Variant CnC 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 ADWARE_PUP Win32/Agent.PMS Variant CnC Activity";
    flow:established,to_server;
    content:"|0d 0a 0d 0a|command="; fast_pattern;
    http.method;
    content:"POST"; nocase;
    http.request_body;
    content:"command="; depth:8;
    content:"&result="; within:12;
    classtype:pup-activity;
    sid:2011391; rev:12;
    metadata:created_at 2010_09_28, signature_severity Minor, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_11_02;
)

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.