ET WEB_CLIENT DLL or EXE File From Possible WebDAV Share Possible DLL Preloading Exploit Attempt


Query · suricata

flowbits:isset,ET.PROPFIND;
flow:established,to_client;
content:"|0d 0a 0d 0a|MZ";
byte_jump:4,58,relative,little;
content:"PE|00 00|"; distance:-64; within:4;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET WEB_CLIENT DLL or EXE File From Possible WebDAV Share Possible DLL Preloading Exploit Attempt · 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 WEB_CLIENT DLL or EXE File From Possible WebDAV Share Possible DLL Preloading Exploit Attempt";
    flowbits:isset,ET.PROPFIND;
    flow:established,to_client;
    content:"|0d 0a 0d 0a|MZ";
    byte_jump:4,58,relative,little;
    content:"PE|00 00|"; distance:-64; within:4;
    reference:url,blog.metasploit.com/2010/08/exploiting-dll-hijacking-flaws.html;
    reference:url,www.us-cert.gov/cas/techalerts/TA10-238A.html;
    reference:url,www.microsoft.com/technet/security/advisory/2269637.mspx;
    reference:url,blogs.technet.com/b/srd/archive/2010/08/23/more-information-about-dll-preloading-remote-attack-vector.aspx;
    reference:url,blog.metasploit.com/2010/08/better-faster-stronger.html;
    reference:url,blog.rapid7.com/?p=5325;
    classtype:attempted-user;
    sid:2011457; rev:8;
    metadata:affected_product Web_Browsers, affected_product Web_Browser_Plugins, attack_target Client_Endpoint, created_at 2010_09_29, deployment Perimeter, confidence Medium, signature_severity Major, tag Web_Client_Attacks, updated_at 2019_07_26;
)

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.