Clipboard content changed. Image (process accessing clipboard) and Hashes of clipboard content are key.
Clipboard stealing (T1115) — attackers harvest credentials, sensitive data, or cryptocurrency wallet addresses from clipboard. Clipboard hijacking — malicious processes replacing clipboard content (e.g., replacing crypto wallet addresses).
Alert: unusual processes accessing clipboard. Alert: Image is suspicious processes (browser extensions, injected processes). Privacy note: clipboard content may contain sensitive data.
ImageCommandLineParentImageUserHashes | Tactic | Technique |
|---|---|
| Collection | Clipboard Data (T1115) |
Starting points — adapt the log source, projected fields and thresholds for your environment.
Event
| where EventLog == "Microsoft-Windows-Sysmon/Operational" and EventID == 24 // New content in the clipboard
// EventData holds: Image, CommandLine, ParentImage, User, Hashes
| project TimeGenerated, Computer, RenderedDescription
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Microsoft-Windows-Sysmon/Operational" EventCode=24
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# New content in the clipboard — add EventData fields: Image, CommandLine, ParentImage, User`
New content in the clipboard. Clipboard content changed. Image (process accessing clipboard) and Hashes of clipboard content are key.
Event 24 is written to the Microsoft-Windows-Sysmon/Operational channel by Microsoft-Windows-Sysmon. Requires Sysmon installed with a config that logs this event (e.g. SwiftOnSecurity / Olaf Hartong).
Event 24 is associated with: Clipboard Data (T1115).
Alert: unusual processes accessing clipboard. Alert: Image is suspicious processes (browser extensions, injected processes). Privacy note: clipboard content may contain sensitive data.