ET MALWARE Possible Windows executable sent when remote host claims to send html content


Query · suricata

flow:established,from_server;
content:"|0d 0a 0d 0a|MZ";
byte_jump:4,58,relative,little;
content:"PE|00 00|"; fast_pattern; distance:-64; within:4;
http.content_type;
content:"text/html"; depth:9; nocase;
content:!"application"; nocase;
Raw source ET MALWARE Possible Windows executable sent when remote host claims to send html content · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE Possible Windows executable sent when remote host claims to send html content";
    flow:established,from_server;
    content:"|0d 0a 0d 0a|MZ";
    byte_jump:4,58,relative,little;
    content:"PE|00 00|"; fast_pattern; distance:-64; within:4;
    http.content_type;
    content:"text/html"; depth:9; nocase;
    content:!"application"; nocase;
    classtype:trojan-activity;
    sid:2009897; rev:18;
    metadata:created_at 2010_07_30, performance_impact Moderate, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_04_10;
)

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.