Cmd.exe executed from non-standard directory, may be related to link execution from mounted ISO file


Description

Cmd.exe executed from non-standard directory, may be related to link execution from mounted ISO file

Query · wazuh

field win.eventdata.currentDirectory="E:\\" AND field win.eventdata.commandLine="cmd\.exe"

Fires when

Wazuh evaluates a chain top-down. Every rule above this one must match on the same event before this rule is tested at all.

  1. decoded_as=windows_eventchannel AND field win.system.providerName="\.+"
  2. field win.system.channel="^Microsoft-Windows-Sysmon/Operational$"
  3. field win.system.severityValue="^INFORMATION$"
  4. field win.system.eventID="^1$"
  5. 92078 Cmd.exe executed from non-standard directory, may be related to link execution from mounted ISO file anchor level 10 this rule
    field win.eventdata.currentDirectory="E:\\" AND field win.eventdata.commandLine="cmd\.exe"

Rule dependencies

Depends on

Raw source Cmd.exe executed from non-standard directory, may be related to link execution from mounted ISO file · Wazuh XML
Esc
Published by Wazuh Core Ruleset ↗, licensed under GPLv2 ↗. Reproduced here unmodified.
<rule id="92078" level="10">
    <if_sid>61603</if_sid>
    <field name="win.eventdata.currentDirectory">E:\\</field>
    <field name="win.eventdata.commandLine">cmd\.exe</field>
    <options>no_full_log</options>
    <description>Cmd.exe executed from non-standard directory, may be related to link execution from mounted ISO file</description>
    <mitre>
      <id>T1204.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.