Update selections and indentation

This commit is contained in:
Nasreddine Bencherchali
2022-07-07 20:13:45 +01:00
parent 49e389db5c
commit aec95b6d65
38 changed files with 368 additions and 366 deletions
@@ -18,11 +18,11 @@ logsource:
detection:
selection:
ScriptBlockText|contains:
- 'CL_Invocation.ps1'
- 'SyncInvoke'
- 'CL_Invocation.ps1'
- 'SyncInvoke'
condition: selection | count(ScriptBlockText) by Computer > 2
# PS > Import-Module c:\Windows\diagnostics\system\Audio\CL_Invocation.ps1
# PS > SyncInvoke c:\Evil.exe
# PS > Import-Module c:\Windows\diagnostics\system\Audio\CL_Invocation.ps1
# PS > SyncInvoke c:\Evil.exe
falsepositives:
- Unknown
level: high
@@ -18,11 +18,11 @@ logsource:
detection:
selection:
ScriptBlockText|contains:
- 'CL_Mutexverifiers.ps1'
- 'runAfterCancelProcess'
- 'CL_Mutexverifiers.ps1'
- 'runAfterCancelProcess'
condition: selection | count(ScriptBlockText) by Computer > 2
# PS > Import-Module c:\Windows\diagnostics\system\Audio\CL_Mutexverifiers.ps1
# PS > runAfterCancelProcess c:\Evil.exe
# PS > Import-Module c:\Windows\diagnostics\system\Audio\CL_Mutexverifiers.ps1
# PS > runAfterCancelProcess c:\Evil.exe
falsepositives:
- Unknown
level: high
@@ -4,9 +4,9 @@ status: experimental
description: Winlogon.exe is a Windows component responsible for actions at logon/logoff as well as the secure attention sequence (SAS) triggered by Ctrl-Alt-Delete. Registry entries in HKLM\Software[Wow6432Node]Microsoft\Windows NT\CurrentVersion\Winlogon\ and HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\ are used to manage additional helper programs and functionalities that support Winlogon. Malicious modifications to these Registry keys may cause Winlogon to load and execute malicious DLLs and/or executables.
author: Timur Zinniatullin, oscd.community
date: 2019/10/21
modified: 2021/10/16
modified: 2022/07/07
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1547.004/T1547.004.md
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.004/T1547.004.md
logsource:
product: windows
category: ps_script
@@ -18,7 +18,7 @@ detection:
ScriptBlockText|contains:
- 'Set-ItemProperty'
- 'New-Item'
condition: selection and selection2
condition: all of selection*
falsepositives:
- Unknown
level: medium