Update sysmon_cmstp_execution.yml

This commit is contained in:
Jonhnathan 2020-10-15 17:16:50 -03:00 committed by GitHub
parent ce4e22750d
commit 1878aa5fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,14 +32,14 @@ logsource:
detection:
# Registry Object Add
selection2:
TargetObject: '*\cmmgr32.exe*'
TargetObject|contains: '\cmmgr32.exe'
EventType: 'CreateKey'
# Registry Object Value Set
selection3:
TargetObject: '*\cmmgr32.exe*'
TargetObject|contains: '\cmmgr32.exe'
# Process Access Call Trace
selection4:
CallTrace: '*cmlua.dll*'
CallTrace|contains: 'cmlua.dll'
condition: 1 of them
---
logsource:
@ -48,5 +48,5 @@ logsource:
detection:
# CMSTP Spawning Child Process
selection1:
ParentImage: '*\cmstp.exe'
ParentImage|endswith: '\cmstp.exe'
condition: 1 of them