Files
blue-team-tools/rules/windows/powershell/powershell_prompt_credentials.yml
T

25 lines
627 B
YAML
Raw Normal View History

2017-04-09 10:22:04 +02:00
title: PowerShell Credential Prompt
status: experimental
description: Detects PowerShell calling a credential prompt
references:
2017-04-09 10:22:04 +02:00
- https://twitter.com/JohnLaTwC/status/850381440629981184
- https://t.co/ezOTGy1a1G
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
description: 'Script block logging must be enabled'
detection:
selection:
EventID: 4104
2017-08-02 22:49:15 +02:00
keyword:
- 'PromptForCredential'
condition: all of them
2017-04-09 10:22:04 +02:00
falsepositives:
- Unknown
level: high