mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
Update Monitor_LOLBins_process_creations_with_Wmiprvse_parent_process.yml
This commit is contained in:
parent
caa5c7af1a
commit
312ffe69e2
@ -1,4 +1,5 @@
|
||||
title: LOLBins Process Created With WmiPrvSE
|
||||
id: f90d4ff4-db81-4576-9719-8ed45fe387c8
|
||||
description: This rule will monitor LOLBin process creations by wmiprvse. Add more LOLBins to rule logic if needed.
|
||||
references:
|
||||
- https://thedfirreport.com/2021/03/29/sodinokibi-aka-revil-ransomware/
|
||||
@ -11,7 +12,7 @@ tags:
|
||||
- attack.execution
|
||||
- attack.defence_evasion
|
||||
status: experimental
|
||||
Date: 2021/08/23
|
||||
date: 2021/08/23
|
||||
logsource:
|
||||
product: Windows
|
||||
category: process_creation
|
||||
@ -25,9 +26,8 @@ detection:
|
||||
- 'mshta'
|
||||
- 'verclsid'
|
||||
selection2:
|
||||
ParentImage|endswith:
|
||||
- "\wbem\WmiPrvSE.exe"
|
||||
condition: selection1 AND selection2
|
||||
ParentImage|endswith: \wbem\WmiPrvSE.exe
|
||||
condition: selection1 and selection2
|
||||
falsepositives:
|
||||
- FPs are possible here, but some LOLBins weren't excluded for obvious reasons.
|
||||
- FPs are possible here, but some LOLBins weren't excluded for obvious reasons.
|
||||
level: high
|
||||
|
Loading…
Reference in New Issue
Block a user