2020-04-11 08:51:05 +00:00
|
|
|
title: PowerShell Create Local User
|
|
|
|
id: 243de76f-4725-4f2e-8225-a8a69b15ad61
|
2020-06-16 20:46:08 +00:00
|
|
|
status: experimental
|
2020-04-11 08:51:05 +00:00
|
|
|
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
|
2020-04-11 08:51:05 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: powershell
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 4104
|
|
|
|
Message|contains:
|
|
|
|
- 'New-LocalUser'
|
2020-06-16 20:46:08 +00:00
|
|
|
condition: selection
|
2020-04-11 08:51:05 +00:00
|
|
|
falsepositives:
|
2020-06-16 20:46:08 +00:00
|
|
|
- Legitimate user creation
|
2020-04-14 11:37:10 +00:00
|
|
|
level: medium
|