Windows Defender executed from suspicious path, possible DLL side-loading


Description

Windows Defender executed from suspicious path, possible DLL side-loading

Query · wazuh

field win.eventdata.originalFileName="(?i)MsMpEng\.exe" AND field win.eventdata.image="(?i)[c-z]:\\\\(ProgramData\\\\Microsoft|Program Files)\\\\Windows Defender"

Rule dependencies

Depends on

  • composes · Wazuh if_group sysmon_event1
    856 rules in this analytic story
Raw source Windows Defender executed from suspicious path, possible DLL side-loading · Wazuh XML
Esc
Published by Wazuh Core Ruleset ↗, licensed under GPLv2 ↗. Reproduced here unmodified.
<rule id="92019" level="13">
    <if_group>sysmon_event1</if_group>
    <field name="win.eventdata.originalFileName" type="pcre2">(?i)MsMpEng\.exe</field>
    <field name="win.eventdata.image" type="pcre2" negate="yes">(?i)[c-z]:\\\\(ProgramData\\\\Microsoft|Program Files)\\\\Windows Defender</field>
    <options>no_full_log</options>
    <description>Windows Defender executed from suspicious path, possible DLL side-loading</description>
    <mitre>
      <id>T1574.002</id>
    </mitre>
  </rule>

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.