Merge pull request #3074 from nasbench/master

Fix typo and quick update to "msdt" rule
This commit is contained in:
frack113
2022-06-01 18:34:38 +02:00
committed by GitHub
9 changed files with 14 additions and 11 deletions
@@ -9,10 +9,10 @@ author: frack113
logsource:
product: windows
category: ps_script
definition: Script Block Logging must be enable
definition: Script Block Logging must be enabled
detection:
selection:
ScriptBlockText|contains|all:
ScriptBlockText|contains|all:
- 'New-Object '
- 'System.DirectoryServices.DirectorySearcher'
- '.PropertiesToLoad.Add'
@@ -10,7 +10,7 @@ author: Max Altgelt, Tobias Michalski
logsource:
product: windows
category: ps_script
definition: Script Block Logging must be enable
definition: Script Block Logging must be enabled
detection:
selection:
ScriptBlockText|contains: Invoke-Nightmare
@@ -11,7 +11,7 @@ modified: 2022/05/26
logsource:
product: windows
category: ps_script
definition: Script Block Logging must be enable
definition: Script Block Logging must be enabled
detection:
select_Malicious:
ScriptBlockText|contains:
@@ -16,7 +16,7 @@ author: Bhabesh Raj
logsource:
product: windows
category: ps_script
definition: Script Block Logging must be enable
definition: Script Block Logging must be enabled
detection:
selection:
ScriptBlockText|contains:
@@ -13,7 +13,7 @@ author: Max Altgelt, Tobias Michalski
logsource:
product: windows
category: ps_script
definition: Script Block Logging must be enable
definition: Script Block Logging must be enabled
detection:
selection:
ScriptBlockText|contains:
@@ -14,7 +14,7 @@ modified: 2021/08/04
logsource:
product: windows
category: ps_script
definition: Script Block Logging must be enable
definition: Script Block Logging must be enabled
detection:
PfxCertificate:
ScriptBlockText|contains: 'Export-PfxCertificate'
@@ -13,7 +13,7 @@ modified: 2021/10/16
logsource:
product: windows
category: ps_script
definition: Script Block Logging must be enable
definition: Script Block Logging must be enabled
detection:
select_LSASS:
ScriptBlockText|contains: 'Get-Process lsass'
@@ -13,7 +13,7 @@ tags:
logsource:
product: windows
category: ps_script
definition: Script Block Logging must be enable
definition: Script Block Logging must be enabled
detection:
selection_4104:
ScriptBlockText|contains|all:
@@ -8,7 +8,7 @@ references:
- https://app.any.run/tasks/713f05d2-fe78-4b9d-a744-f7c133e3fafb/
- https://twitter.com/_JohnHammond/status/1531672601067675648
date: 2022/05/29
modified: 2022/05/31
modified: 2022/06/01
logsource:
category: process_creation
product: windows
@@ -19,8 +19,11 @@ detection:
selection_specific_cmd:
CommandLine|contains:
- 'IT_BrowseForFile='
- ' /af ' # For answer files
- '/af ' # For answer files
condition: all of selection_specific_*
falsepositives:
- Unknown
level: high
tags:
- attack.defense_evasion
- attack.t1202