Merge branch 'SigmaHQ:master' into nasbench-rule-devel
This commit is contained in:
+3
-3
@@ -8,7 +8,7 @@ references:
|
||||
- https://adsecurity.org/?p=2604
|
||||
author: frack113
|
||||
date: 2021/10/20
|
||||
modified: 2022/12/02
|
||||
modified: 2022/12/30
|
||||
tags:
|
||||
- attack.execution
|
||||
- attack.t1059.001
|
||||
@@ -25,8 +25,8 @@ detection:
|
||||
- 'bypass'
|
||||
- 'RemoteSigned'
|
||||
filter:
|
||||
- ParentImage: 'C:\ProgramData\chocolatey\choco.exe'
|
||||
- ScriptBlockText|contains:
|
||||
# - ParentImage: 'C:\ProgramData\chocolatey\choco.exe' Powershell event id 4104 do not have ParentImage
|
||||
ScriptBlockText|contains:
|
||||
- "(New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')"
|
||||
- "(New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')"
|
||||
- '\AppData\Roaming\Code\'
|
||||
|
||||
+3
-3
@@ -13,7 +13,7 @@ references:
|
||||
- https://www.elastic.co/guide/en/security/current/windows-firewall-disabled-via-powershell.html
|
||||
author: Austin Songer @austinsonger
|
||||
date: 2021/10/12
|
||||
modified: 2022/10/11
|
||||
modified: 2022/12/30
|
||||
tags:
|
||||
- attack.defense_evasion
|
||||
- attack.t1562.004
|
||||
@@ -23,12 +23,12 @@ logsource:
|
||||
definition: Script block logging must be enabled
|
||||
detection:
|
||||
selection_args:
|
||||
CommandLine|contains|all:
|
||||
ScriptBlockText|contains|all:
|
||||
- 'Set-NetFirewallProfile '
|
||||
- ' -Enabled '
|
||||
- ' False'
|
||||
selection_opt:
|
||||
CommandLine|contains:
|
||||
ScriptBlockText|contains:
|
||||
- ' -All '
|
||||
- 'Public'
|
||||
- 'Domain'
|
||||
|
||||
Reference in New Issue
Block a user