mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
26 lines
746 B
YAML
26 lines
746 B
YAML
title: Logon Scripts (UserInitMprLogonScript) Registry
|
|
id: 9ace0707-b560-49b8-b6ca-5148b42f39fb
|
|
status: experimental
|
|
description: Detects creation or execution of UserInitMprLogonScript persistence method
|
|
references:
|
|
- https://attack.mitre.org/techniques/T1037/
|
|
tags:
|
|
- attack.t1037 # an old one
|
|
- attack.t1037.001
|
|
- attack.persistence
|
|
- attack.lateral_movement
|
|
author: Tom Ueltschi (@c_APT_ure)
|
|
date: 2019/01/12
|
|
modified: 2020/07/01
|
|
logsource:
|
|
category: registry_event
|
|
product: windows
|
|
detection:
|
|
create_keywords_reg:
|
|
TargetObject|contains: 'UserInitMprLogonScript'
|
|
condition: create_keywords_reg
|
|
falsepositives:
|
|
- exclude legitimate logon scripts
|
|
- penetration tests, red teaming
|
|
level: high
|