SigmaHQ/rules/windows/powershell/powershell_create_local_user.yml

27 lines
660 B
YAML
Raw Normal View History

title: PowerShell Create Local User
id: 243de76f-4725-4f2e-8225-a8a69b15ad61
2020-06-16 20:46:08 +00:00
status: experimental
description: Detects creation of a local user via PowerShell
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1136/T1136.md
tags:
- attack.execution
- attack.t1086
- attack.persistence
- attack.t1136
2020-06-16 20:46:08 +00:00
- attack.t1059.001
author: '@ROxPinTeddy'
date: 2020/04/11
logsource:
product: windows
service: powershell
detection:
selection:
EventID: 4104
Message|contains:
- 'New-LocalUser'
2020-06-16 20:46:08 +00:00
condition: selection
falsepositives:
2020-06-16 20:46:08 +00:00
- Legitimate user creation
2020-04-14 11:37:10 +00:00
level: medium