Detectionlowtest

Clipboard Collection with Xclip Tool

Detects attempts to collect data stored in the clipboard from users with the usage of xclip tool. Xclip has to be installed. Highly recommended using rule on servers, due to high usage of clipboard utilities on user workstations.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Pawel Mazur, Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research), MSTICCreated Fri Oct 15Updated Thu Sep 15ec127035-a636-4b9a-8555-0efd4e59f316linux
Log Source
LinuxProcess Creation
ProductLinux← raw: linux
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        Image|contains: 'xclip'
        CommandLine|contains|all:
            - '-sel'
            - 'clip'
            - '-o'
    condition: selection
False Positives

Legitimate usage of xclip tools.

MITRE ATT&CK
Rule Metadata
Rule ID
ec127035-a636-4b9a-8555-0efd4e59f316
Status
test
Level
low
Type
Detection
Created
Fri Oct 15
Modified
Thu Sep 15
Path
rules/linux/process_creation/proc_creation_lnx_clipboard_collection.yml
Raw Tags
attack.collectionattack.t1115
View on GitHub