ATT&CK coverage › Technique

Clipboard Data T1115

Adversaries may collect data stored in the clipboard from users copying information within or between applications.

Events covered

4 catalog events are tagged with this technique by at least one rule.

ProviderEvent IDTitle
Sysmon1Process creation
Security-Auditing4688A new process has been created.
PowerShell4103Payload Context: ContextInfo User Data: UserData.
PowerShell4104Creating Scriptblock text (MessageNumber of MessageTotal).

Authoring guide

Patterns shared across the 5 rules above: which fields they filter on, what specific values they look for, and what they exclude. Field names are normalized across vendors so Sigma's Image, Elastic's process.name, and Splunk's process_name collapse into one row. Each rule contributes at most once per row.

Fields filtered most (6 distinct)

The fields most rules look at when detecting this technique. The How column shows the operators authors use (eq, wildcard, regex_match, match) and how often each appears. Sample values are concrete examples to start from, not an exhaustive list.

FieldRulesHowSample values
Image1ends_with 1\clip.exe
OriginalFileName1eq 1clip.exe
Payload1match 1Get-Clipboard
CommandLine1match 1Get-Clipboard
ScriptBlockText1eq 1"*Get-Clipboard*"
EventID1eq 14104

Top indicator values (6 distinct)

Specific (field, operator, value) combinations the rules check for, ranked by how many rules under this technique use each one. The Corpus reach column counts how many rules across the entire catalog (any technique) check the same combination. High numbers point to widely-used indicators that are likely noisy on their own; combine them with another condition for useful signal. Blank means the combination is specific to rules under this technique.

FieldKindValueRules (here)Corpus reach
Imageends_with\clip.exe1
OriginalFileNameeqclip.exe1
PayloadmatchGet-Clipboard1
CommandLinematchGet-Clipboard1
EventIDeq41041108
ScriptBlockTexteq"*Get-Clipboard*"1

Rules under this technique

Every rule in the catalog tagged with this technique, grouped by vendor. Click a rule title for its full predicates, exclusions, and indicators.

Sigma 3 rules

Splunk 1 rule

Kusto Query Language 1 rule