mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
28 lines
746 B
YAML
28 lines
746 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.credential_access
|
|
- attack.execution
|
|
- attack.t1059.001
|
|
- attack.t1086 # an old one
|
|
author: John Lambert (idea), Florian Roth (rule)
|
|
date: 2017/04/09
|
|
modified: 2021/08/04
|
|
logsource:
|
|
product: windows
|
|
service: powershell
|
|
definition: Script block logging must be enabled
|
|
detection:
|
|
selection:
|
|
EventID: 4104
|
|
ScriptBlockText|contains: 'PromptForCredential'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|