Merge pull request #30 from thanegill/main

Add Exception to 100502 for SCCM `Windows\CCM\CcmExec.exe`
This commit is contained in:
taylor_socfortress
2024-08-22 10:04:56 -05:00
committed by GitHub

View File

@@ -976,7 +976,7 @@
<if_sid>100100</if_sid>
<field name="win.eventdata.image">powershell.exe$|pwsh.exe$</field>
<field name="win.eventdata.commandLine">ExecutionPolicy Bypass</field>
<field name="win.eventdata.parentImage" negate="yes">cmd.exe$|explorer.exe$|wazuh-agent.exe$|^C:\\\\Program Files\\\\Windows Defender Advanced Threat Protection\\\\SenseIR.exe$</field>
<field name="win.eventdata.parentImage" negate="yes">cmd.exe$|explorer.exe$|wazuh-agent.exe$|^C:\\\\Program Files\\\\Windows Defender Advanced Threat Protection\\\\SenseIR.exe$|\\\\Windows\\\\CCM\\\\CcmExec.exe$</field>
<description>Sysmon - Event 1: PowerShell Execution Policy Bypass detected.</description>
<mitre>
<id>T1548</id>