Windows System: Suspicious Clip.exe Execution via Service Control Manager (Event ID 7045)

Alerts on Windows service creation starting clipboard/Clip.exe-related binaries via Service Control Manager ImagePath.

FreeReviewedSigma · High · v2
Product
windows
Service
system
Author
Nikita Nazarov, oscd.community (SigmaHQ), DRL 1.1
Published
2020-10-09
Updated
2026-07-31
title: "Windows System: Suspicious Clip.exe Execution via Service Control Manager (Event ID 7045)"
id: 66c0c82a-bdfe-4c51-809d-05b1a3fc738d
status: test
description: This rule flags Windows service creation where the Service Control Manager starts an executable path containing 'Clipboard' or 'i' and where the image path includes clip-related content. Attackers may use Clip.exe to support obfuscated PowerShell or stealthy payload staging by invoking clipboard-related binaries through service execution. The detection relies on System Event ID 7045 telemetry fields for the provider name and the service ImagePath content.
references:
  - https://github.com/SigmaHQ/sigma/issues/1009
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/system/service_control_manager/win_system_invoke_obfuscation_via_use_clip_services.yml
author: Nikita Nazarov, oscd.community, Huntrule Team
date: 2020-10-09
modified: 2022-11-29
tags:
  - attack.stealth
  - attack.t1027
  - attack.execution
  - attack.t1059.001
logsource:
  product: windows
  service: system
detection:
  selection:
    Provider_Name: Service Control Manager
    EventID: 7045
    ImagePath|contains: (Clipboard|i
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: 63e3365d-4824-42d8-8b82-e56810fefa0c
    type: derived