ET HUNTING Suspicious Windows Executable CreateRemoteThread


Query · suricata

flow:established,to_client;
content:"|0d 0a 0d 0a|MZ";
byte_jump:4,58,relative,little;
content:"PE|00 00|"; distance:-64;
content:"CreateRemoteThread"; nocase;
Raw source ET HUNTING Suspicious Windows Executable CreateRemoteThread · 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 HUNTING Suspicious Windows Executable CreateRemoteThread";
    flow:established,to_client;
    content:"|0d 0a 0d 0a|MZ";
    byte_jump:4,58,relative,little;
    content:"PE|00 00|"; distance:-64;
    content:"CreateRemoteThread"; nocase;
    reference:url,sans.org/reading_room/whitepapers/malicious/rss_33649;
    reference:url,jessekornblum.livejournal.com/284641.html;
    reference:url,msdn.microsoft.com/en-us/library/windows/desktop/ms682437%28v=vs.85%29.aspx;
    classtype:misc-activity;
    sid:2015589; rev:6;
    metadata:created_at 2012_08_08, confidence Medium, signature_severity Informational, updated_at 2019_09_27;
)

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.