Rule: PowerShell credential prompt

This commit is contained in:
Florian Roth
2017-04-09 10:22:04 +02:00
parent 44bedf9e17
commit abb01cc264
@@ -0,0 +1,19 @@
title: PowerShell Credential Prompt
status: experimental
description: Detects PowerShell calling a credential prompt
reference:
- 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