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