mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
30 lines
1.3 KiB
YAML
30 lines
1.3 KiB
YAML
title: Winlogon Helper DLL
|
|
id: 851c506b-6b7c-4ce2-8802-c703009d03c0
|
|
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: 2020/12/01
|
|
references:
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1547.004/T1547.004.md
|
|
logsource:
|
|
product: windows
|
|
service: powershell
|
|
definition: Script block logging must be enabled
|
|
detection:
|
|
selection:
|
|
EventID: 4104
|
|
ScriptBlockText|contains: 'CurrentVersion\Winlogon'
|
|
selection2:
|
|
ScriptBlockText|contains:
|
|
- 'Set-ItemProperty'
|
|
- 'New-Item'
|
|
condition: selection and selection2
|
|
falsepositives:
|
|
- Unknown
|
|
level: medium
|
|
tags:
|
|
- attack.persistence
|
|
- attack.t1547.004
|
|
- attack.t1004 # an old one
|