SigmaHQ/rules/windows/powershell/powershell_prompt_credentials.yml
2020-01-30 16:07:37 +01:00

28 lines
703 B
YAML

title: PowerShell Credential Prompt
id: ca8b77a9-d499-4095-b793-5d5f330d450e
status: experimental
description: Detects PowerShell calling a credential prompt
references:
- https://twitter.com/JohnLaTwC/status/850381440629981184
- https://t.co/ezOTGy1a1G
tags:
- attack.execution
- attack.credential_access
- attack.t1086
author: John Lambert (idea), Florian Roth (rule)
date: 2017/04/09
logsource:
product: windows
service: powershell
definition: 'Script block logging must be enabled'
detection:
selection:
EventID: 4104
keyword:
Message:
- '*PromptForCredential*'
condition: all of them
falsepositives:
- Unknown
level: high