mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
Update win_susp_comsvcs_procdump.yml
This commit is contained in:
parent
e33694bd98
commit
932dabf7ea
@ -13,13 +13,14 @@ logsource:
|
||||
product: windows
|
||||
detection:
|
||||
rundll_image:
|
||||
Image: '*\rundll32.exe'
|
||||
Image|endswith: '\rundll32.exe'
|
||||
rundll_ofn:
|
||||
OriginalFileName: 'RUNDLL32.EXE'
|
||||
selection:
|
||||
CommandLine:
|
||||
- '*comsvcs*MiniDump*full*'
|
||||
- '*comsvcs*MiniDumpW*full*'
|
||||
CommandLine|contains|all:
|
||||
- 'comsvcs'
|
||||
- 'MiniDump' #Matches MiniDump and MinidumpW
|
||||
- 'full'
|
||||
condition: (rundll_image or rundll_ofn) and selection
|
||||
fields:
|
||||
- CommandLine
|
||||
|
Loading…
Reference in New Issue
Block a user