Update win_susp_comsvcs_procdump.yml

This commit is contained in:
Jonhnathan 2020-10-15 19:21:11 -03:00 committed by GitHub
parent e33694bd98
commit 932dabf7ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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