ET INFO Generic HTTP EXE Upload Outbound


Query · suricata

flow:established,to_server;
http.method;
content:"POST"; nocase;
http.request_body;
content:"MZ";
content:"|00 00 00 00|"; distance:0;
content:"PE|00 00|"; fast_pattern; distance:0;
Raw source ET INFO Generic HTTP EXE Upload Outbound · 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 INFO Generic HTTP EXE Upload Outbound";
    flow:established,to_server;
    http.method;
    content:"POST"; nocase;
    http.request_body;
    content:"MZ";
    content:"|00 00 00 00|"; distance:0;
    content:"PE|00 00|"; fast_pattern; distance:0;
    classtype:misc-activity;
    sid:2016775; rev:3;
    metadata:created_at 2013_04_19, confidence Medium, signature_severity Informational, updated_at 2020_04_23;
)

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.