mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
29 lines
736 B
YAML
29 lines
736 B
YAML
title: PowerShell Create Local User
|
|
id: 243de76f-4725-4f2e-8225-a8a69b15ad61
|
|
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.t1059.001
|
|
- attack.t1086 # an old one
|
|
- attack.persistence
|
|
- attack.t1136.001
|
|
- attack.t1136 # an old one
|
|
author: '@ROxPinTeddy'
|
|
date: 2020/04/11
|
|
modified: 2020/08/24
|
|
logsource:
|
|
product: windows
|
|
service: powershell
|
|
detection:
|
|
selection:
|
|
EventID: 4104
|
|
Message|contains:
|
|
- 'New-LocalUser'
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate user creation
|
|
level: medium
|