SigmaHQ/rules/windows/powershell/powershell_prompt_credentials.yml
2018-01-28 02:36:39 +03:00

21 lines
554 B
YAML

title: PowerShell Credential Prompt
status: experimental
description: Detects PowerShell calling a credential prompt
references:
- https://twitter.com/JohnLaTwC/status/850381440629981184
- https://t.co/ezOTGy1a1G
author: John Lambert (idea), Florian Roth (rule)
logsource:
product: windows
service: powershell
description: 'Script block logging must be enabled'
detection:
selection:
EventID: 4104
keyword:
- 'PromptForCredential'
condition: selection and keyword
falsepositives:
- Unknown
level: high