mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
Modified Rule
Removed : unnecessary event ID
This commit is contained in:
parent
f0f3ecfe2f
commit
8467d5a65a
@ -11,37 +11,33 @@ tags:
|
||||
- attack.execution
|
||||
- attack.defence_evasion
|
||||
status: experimental
|
||||
Date: 2021/23/8
|
||||
Date: 2021/08/23
|
||||
logsource:
|
||||
product: Windows
|
||||
service: security
|
||||
category: process_creation
|
||||
detection:
|
||||
#useful_information: add more LOLBins to the rules logic of your choice.
|
||||
selection1:
|
||||
EventLog: security
|
||||
EventID: 4688
|
||||
selection2:
|
||||
ProcessCommandLine:
|
||||
- '*regsvr32*'
|
||||
- '*rundll32*'
|
||||
- '*msiexec*'
|
||||
- '*mshta*'
|
||||
- '*verclsid*'
|
||||
selection3:
|
||||
- ProcessName: '*\wbem\WMIC.exe'
|
||||
selection2:
|
||||
- Image: '*\wbem\WMIC.exe'
|
||||
- ProcessCommandLine: '*wmic *'
|
||||
selection4:
|
||||
ParentProcessName|endswith:
|
||||
selection3:
|
||||
ParentImage|endswith:
|
||||
- winword.exe
|
||||
- excel.exe
|
||||
- powerpnt.exe
|
||||
selection5:
|
||||
selection4:
|
||||
processCommandLine|contains|all:
|
||||
- 'process'
|
||||
- 'create'
|
||||
- 'call'
|
||||
condition: selection1 AND selection2 AND selection3 AND selection4 AND selection5
|
||||
condition: selection1 AND selection2 AND selection3 AND selection4
|
||||
falsepositives:
|
||||
- Unknown
|
||||
level: high
|
||||
|
Loading…
Reference in New Issue
Block a user