Windows Code Integrity blocked image/driver loads due to signature level or policy violations

Alerts on Windows Code Integrity Event ID 3077 when an image/driver load is blocked for signing-level or policy violations.

FreeReviewedSigma · High · v2
Product
windows
Service
codeintegrity-operational
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2022-11-10
Updated
2026-07-31
title: Windows Code Integrity blocked image/driver loads due to signature level or policy violations
id: 11771a1a-cc9b-4f61-a918-1a54d6b89958
status: test
description: This rule flags Code Integrity Operational events where a process attempted to load an image or driver that failed signing level requirements or violated the configured code integrity policy. Attackers can use unsigned or improperly signed modules to bypass trust boundaries, making these blocked loads a valuable indicator of attempted persistence or privilege escalation. The detection relies on Windows Code Integrity Operational telemetry, specifically events indicating the load was blocked for signing level and/or policy reasons.
references:
  - https://twitter.com/wdormann/status/1590434950335320065
  - https://github.com/MicrosoftDocs/windows-itpro-docs/blob/40fe118976734578f83e5e839b9c63ae7a4af82d/windows/security/threat-protection/windows-defender-application-control/event-id-explanations.md#windows-codeintegrity-operational-log
  - https://learn.microsoft.com/en-us/windows/security/application-security/application-control/windows-defender-application-control/operations/event-id-explanations
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/code_integrity/win_codeintegrity_enforced_policy_block.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2022-11-10
modified: 2023-06-07
tags:
  - attack.persistence
  - attack.privilege-escalation
  - attack.t1543
logsource:
  product: windows
  service: codeintegrity-operational
detection:
  selection:
    EventID: 3077
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: e4be5675-4a53-426a-8c81-a8bb2387e947
    type: derived