Update proc_creation_win_powershell_defender_exclusion.yml
Added ' -ExclusionIpAddress' Option
This commit is contained in:
@@ -11,13 +11,13 @@ tags:
|
||||
- attack.t1562.001
|
||||
author: Florian Roth
|
||||
date: 2021/04/29
|
||||
modified: 2022/03/04
|
||||
modified: 2022/05/12
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
detection:
|
||||
selection1:
|
||||
CommandLine|contains:
|
||||
CommandLine|contains:
|
||||
- 'Add-MpPreference '
|
||||
- 'Set-MpPreference '
|
||||
selection2:
|
||||
@@ -25,6 +25,7 @@ detection:
|
||||
- ' -ExclusionPath '
|
||||
- ' -ExclusionExtension '
|
||||
- ' -ExclusionProcess '
|
||||
- ' -ExclusionIpAddress '
|
||||
condition: all of selection*
|
||||
falsepositives:
|
||||
- Possible Admin Activity
|
||||
|
||||
Reference in New Issue
Block a user