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

26 lines
709 B
YAML
Raw Normal View History

2017-04-09 10:22:04 +02:00
title: PowerShell Credential Prompt
2019-11-12 23:12:27 +01:00
id: ca8b77a9-d499-4095-b793-5d5f330d450e
2022-12-27 12:29:10 +01:00
status: test
2017-04-09 10:22:04 +02:00
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
2023-02-01 11:14:59 +01:00
author: John Lambert (idea), Florian Roth (Nextron Systems)
date: 2017-04-09
modified: 2022-12-25
tags:
- attack.credential-access
- attack.execution
2020-06-16 14:46:08 -06:00
- attack.t1059.001
2017-04-09 10:22:04 +02:00
logsource:
product: windows
2021-10-16 08:18:49 +02:00
category: ps_script
2023-01-04 17:49:32 +01:00
definition: 'Requirements: Script Block Logging must be enabled'
2017-04-09 10:22:04 +02:00
detection:
selection:
2021-08-04 14:49:50 +02:00
ScriptBlockText|contains: 'PromptForCredential'
2021-08-21 09:33:52 +02:00
condition: selection
2022-10-26 09:43:39 +02:00
falsepositives:
2017-04-09 10:22:04 +02:00
- Unknown
level: high