2017-04-09 08:22:04 +00:00
|
|
|
title: PowerShell Credential Prompt
|
|
|
|
status: experimental
|
|
|
|
description: Detects PowerShell calling a credential prompt
|
2018-01-27 23:24:16 +00:00
|
|
|
references:
|
2017-04-09 08:22:04 +00:00
|
|
|
- https://twitter.com/JohnLaTwC/status/850381440629981184
|
|
|
|
- https://t.co/ezOTGy1a1G
|
2018-07-24 08:56:41 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
|
|
|
- attack.credential_access
|
|
|
|
- attack.t1086
|
2017-04-09 08:22:04 +00:00
|
|
|
author: John Lambert (idea), Florian Roth (rule)
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: powershell
|
2018-11-15 06:00:06 +00:00
|
|
|
definition: 'Script block logging must be enabled'
|
2017-04-09 08:22:04 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 4104
|
2017-08-02 20:49:15 +00:00
|
|
|
keyword:
|
|
|
|
- 'PromptForCredential'
|
2018-03-06 22:14:43 +00:00
|
|
|
condition: all of them
|
2017-04-09 08:22:04 +00:00
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: high
|