mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
29 lines
726 B
YAML
29 lines
726 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
|
|
- attack.t1059.001
|
|
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
|