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.

FreeReviewedSigma · High · v2
Product
windows
Category
file_event
Author
frack113 (SigmaHQ), DRL 1.1
Published
2022-01-21
Updated
2026-07-31
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