mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-08 17:07:13 +00:00
18 lines
618 B
YAML
18 lines
618 B
YAML
title: PowerShell GUI Input Capture
|
|
description: Detect usage of Powershell UI.PromptForCredential and
|
|
GetNetworkCredential().Password in CmdScript or CmdLine.
|
|
author: keyboardcrunch
|
|
date: 10/10/2020
|
|
modified: null
|
|
mitre:
|
|
tactic: Credential Access
|
|
technique: T1056
|
|
subtechnique: 002
|
|
operating_system: windows
|
|
query: (TgtProcCmdline ContainsCIS ".UI.PromptForCredential(" AND TgtProcCmdline ContainsCIS ".GetNetworkCredential().Password")
|
|
OR (SrcProcCmdScript ContainsCIS ".UI.PromptForCredential(" AND SrcProcCmdScript
|
|
ContainsCIS ".GetNetworkCredential().Password")
|
|
false_positives: null
|
|
tags: null
|
|
|