PowerShell Suspicious Script with Clipboard Retrieval Capabilities

Last updated 8 days ago on 2026-01-26
Created 3 years ago on 2023-01-12

About

Detects PowerShell script block content that retrieves clipboard data using Get-Clipboard or Windows clipboard APIs. Adversaries can collect copied credentials, tokens, or other sensitive data from the clipboard.
Tags
Domain: EndpointOS: WindowsUse Case: Threat DetectionTactic: CollectionData Source: PowerShell LogsLanguage: kuery
Severity
medium
Risk Score
47
MITRE ATT&CK™

Collection (TA0009)(external, opens in a new tab or window)

Execution (TA0002)(external, opens in a new tab or window)

License
Elastic License v2(external, opens in a new tab or window)

Definition

Rule Type
Query (Kibana Query Language)
Integration Pack
Prebuilt Security Detection Rules
Index Patterns
winlogbeat-*logs-windows.powershell*
Related Integrations

windows(external, opens in a new tab or window)

Query
text code block:
event.category:process and host.os.type:windows and ( ( powershell.file.script_block_text : ( "Windows.Clipboard" or "Windows.Forms.Clipboard" or "Windows.Forms.TextBox" ) and powershell.file.script_block_text : ( "]::GetText" or ".Paste()" ) ) or powershell.file.script_block_text : "Get-Clipboard" ) and not powershell.file.script_block_text : ( "sentinelbreakpoints" and "Set-PSBreakpoint" and "PowerSploitIndicators" ) and not user.id : "S-1-5-18" and not ( file.path : *WindowsPowerShell\\Modules\\*.ps1 and file.name : ("Convert-ExcelRangeToImage.ps1" or "Read-Clipboard.ps1") ) and not powershell.file.script_block_text : ( "Set-Alias -Name \"gcb\" -Value \"Get-Clipboard\"" or "[Windows.Clipboard]::SetText($colorizedText" or "EEFCB906-B326-4E99-9F54-8B4BB6EF3C6D" )

Install detection rules in Elastic Security

Detect PowerShell Suspicious Script with Clipboard Retrieval Capabilities in the Elastic Security detection engine by installing this rule into your Elastic Stack.

To setup this rule, check out the installation guide for Prebuilt Security Detection Rules(external, opens in a new tab or window).