1200kmSECURITY RESEARCH

1200KM / sigma-rule

AppLocker Prevented Application or Script from Running — Sigma Rule

Sigma rule 401e5d00-b944-11ea-8f9a-00163ecd60ae. AppLocker Prevented Application or Script from Running — Sigma Rule. Detects when AppLocker prevents the execution of an Application, DLL, Script, MSI, or Packaged-App from running.

Rule metadata and linked tags

Author: Pushkarev Dmitry. Source status: test; severity: medium. Source dates: 2020-06-28 / 2025-12-03.

{
  "product": "windows",
  "service": "applocker"
}

Pinned original Sigma rule · Detection Rule License 1.1

Source SHA-256: 5e2716f363cb3706e2d3a241fa3f22d842def878526e4c6fd7ab7374859e0f16

Detection logic

Original source YAML. Source-tag agreement is not proof of complete semantic coverage. This rule has not been compiled for a SIEM backend or validated against live telemetry here.

title: AppLocker Prevented Application or Script from Running
id: 401e5d00-b944-11ea-8f9a-00163ecd60ae
status: test
description: |
    Detects when AppLocker prevents the execution of an Application, DLL, Script, MSI, or Packaged-App from running.
references:
    - https://learn.microsoft.com/en-us/windows/security/application-security/application-control/windows-defender-application-control/applocker/what-is-applocker
    - https://learn.microsoft.com/en-us/windows/security/application-security/application-control/windows-defender-application-control/applocker/using-event-viewer-with-applocker
    - https://nxlog.co/documentation/nxlog-user-guide/applocker.html
author: Pushkarev Dmitry
date: 2020-06-28
modified: 2025-12-03
tags:
    - attack.execution
    - attack.t1204.002
    - attack.t1059.001
    - attack.t1059.003
    - attack.t1059.005
    - attack.t1059.006
    - attack.t1059.007
logsource:
    product: windows
    service: applocker
detection:
    selection:
        EventID:
            - 8004 # EXE and DLL
            - 8007 # MSI and Script
            - 8022 # Packaged app execution
            - 8025 # Packaged app deployment
    condition: selection
falsepositives:
    - Unlikely, since this event notifies about blocked application execution. Tune your applocker rules to avoid blocking legitimate applications.
level: medium

Original YAML and metadata in JSON

False positives

  • Unlikely, since this event notifies about blocked application execution. Tune your applocker rules to avoid blocking legitimate applications.

Source references

Connected ecosystem references

Exact source-tagged techniques

Telemetry review

Read the original logsource above, then inspect the linked detection workspaces for technique-level sensor context. No per-rule telemetry equivalence is inferred.

Pinned research references. No browser attack runner, live simulation result or validated detector is asserted. Source mappings and validation limits are preserved. ATT&CK / Atomic provenance · Detection provenance.