1200kmSECURITY RESEARCH

1200KM / sigma-rule

UAC Bypass Using MSConfig Token Modification - File — Sigma Rule

Sigma rule 41bb431f-56d8-4691-bb56-ed34e390906f. UAC Bypass Using MSConfig Token Modification - File — Sigma Rule. Detects the pattern of UAC Bypass using a msconfig GUI hack (UACMe 55)

Rule metadata and linked tags

Author: Christian Burkard (Nextron Systems). Source status: test; severity: high. Source dates: 2021-08-30 / 2022-10-09.

{
  "category": "file_event",
  "product": "windows"
}

Pinned original Sigma rule · Detection Rule License 1.1

Source SHA-256: 6c8b90f8e897cf7f822f3944e9c1137287ec808d304772a38f26f026dc2df0e0

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: UAC Bypass Using MSConfig Token Modification - File
id: 41bb431f-56d8-4691-bb56-ed34e390906f
status: test
description: Detects the pattern of UAC Bypass using a msconfig GUI hack (UACMe 55)
references:
    - https://github.com/hfiref0x/UACME
author: Christian Burkard (Nextron Systems)
date: 2021-08-30
modified: 2022-10-09
tags:
    - attack.privilege-escalation
    - attack.t1548.002
logsource:
    category: file_event
    product: windows
detection:
    selection:
        TargetFilename|startswith: 'C:\Users\'
        TargetFilename|endswith: '\AppData\Local\Temp\pkgmgr.exe'
    condition: selection
falsepositives:
    - Unknown
level: high

Original YAML and metadata in JSON

False positives

  • Unknown

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.