Windows: Suspicious colorcpl.exe file creation/copy to System32 spool drivers color
Alerts on colorcpl.exe creating files in C:\Windows\System32\spool\drivers\color\ with suspicious target filenames.
- Product
- windows
- Category
- file_event
- Author
- frack113 (SigmaHQ), DRL 1.1
- Published
- 2022-01-21
- Updated
- 2026-07-31
ATT&CK techniques
Defense EvasionRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags executions of colorcpl.exe when it creates or copies files whose target filenames end with .icm, .gmmp, .cdmp, or .camp. Such operations can be used to stage or persist artifacts in sensitive Windows directories, making the targeted filename extensions important for attacker tradecraft. It relies on Windows file event telemetry, matching the process image name ending in \colorcpl.exe and the target filename extension from the file event.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: "Windows: Suspicious colorcpl.exe file creation/copy to System32 spool drivers color"
id: 35d0ae5b-84c4-4324-9239-abe263cbce59
status: test
description: This rule flags executions of colorcpl.exe when it creates or copies files whose target filenames end with .icm, .gmmp, .cdmp, or .camp. Such operations can be used to stage or persist artifacts in sensitive Windows directories, making the targeted filename extensions important for attacker tradecraft. It relies on Windows file event telemetry, matching the process image name ending in \colorcpl.exe and the target filename extension from the file event.
references:
- https://twitter.com/eral4m/status/1480468728324231172?s=20
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_event/file_event_win_susp_colorcpl.yml
author: frack113, Huntrule Team
date: 2022-01-21
modified: 2023-01-05
tags:
- attack.stealth
- attack.t1564
logsource:
product: windows
category: file_event
detection:
selection:
Image|endswith: \colorcpl.exe
filter_ext:
TargetFilename|endswith:
- .icm
- .gmmp
- .cdmp
- .camp
condition: selection and not 1 of filter_*
falsepositives:
- Unknown
level: high
license: DRL-1.1
related:
- id: e15b518d-b4ce-4410-a9cd-501f23ce4a18
type: derived