Files
blue-team-tools/rules/windows/registry_event/sysmon_logon_scripts_userinitmprlogonscript_reg.yml
T

26 lines
714 B
YAML
Raw Normal View History

2020-07-01 16:37:27 +02:00
title: Logon Scripts (UserInitMprLogonScript) Registry
id: 9ace0707-b560-49b8-b6ca-5148b42f39fb
2021-11-27 11:33:14 +01:00
status: test
description: Detects creation or execution of UserInitMprLogonScript persistence method
author: Tom Ueltschi (@c_APT_ure)
2021-11-27 11:33:14 +01:00
references:
- https://attack.mitre.org/techniques/T1037/
date: 2019/01/12
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
logsource:
2021-11-27 11:33:14 +01:00
category: registry_event
product: windows
detection:
2021-11-27 11:33:14 +01:00
create_keywords_reg:
TargetObject|contains: 'UserInitMprLogonScript'
condition: create_keywords_reg
falsepositives:
2021-11-27 11:33:14 +01:00
- exclude legitimate logon scripts
- penetration tests, red teaming
level: high
2021-11-27 11:33:14 +01:00
tags:
- attack.t1037 # an old one
- attack.t1037.001
- attack.persistence
- attack.lateral_movement