ET MALWARE ConstructorWin32/Agent.V


Query · suricata

flow:to_server,established;
http.header;
content:"|0d 0a|Pragma|3a 20|no-catch|0d 0a|";
http.request_line;
content:"GET http://"; depth:11;
http.content_len;
byte_test:0,=,0,0,string,dec;
http.header_names;
content:"X-HOST|0d 0a|";
Raw source ET MALWARE ConstructorWin32/Agent.V · 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 ConstructorWin32/Agent.V";
    flow:to_server,established;
    http.header;
    content:"|0d 0a|Pragma|3a 20|no-catch|0d 0a|";
    http.request_line;
    content:"GET http://"; depth:11;
    http.content_len;
    byte_test:0,=,0,0,string,dec;
    http.header_names;
    content:"X-HOST|0d 0a|";
    reference:md5,3305ad96bcfd3a406dc9daa31e538902;
    classtype:trojan-activity;
    sid:2014643; rev:10;
    metadata:created_at 2012_04_26, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_11_09;
)

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.