Detection rules › Sigma

macOS ULS TCC Access Denied

Status
experimental
Severity
medium
Log source
product macos, service unifiedlog
Author
Eric Brown - Nebulock, Inc.
Source
github.com/Nebulock-Inc/macos-coresigma

Detect tccd denials indicating apps denied access to protected categories.

Rule body yaml

title: macOS ULS TCC Access Denied
id: 5b6d7e8f-1a2b-4c3d-9e0f-1a2b3c4d5e6f
status: experimental
description: Detect tccd denials indicating apps denied access to protected categories.
author: Eric Brown - Nebulock, Inc.
date: 2025-10-29
logsource:
  product: macos
  service: unifiedlog
level: medium
detection:
  selection:
    subsystem: com.apple.TCC
    message|contains:
    - Denied
    - kTCCService
  condition: selection
falsepositives:
- chatty apps requesting protected resources frequently
modified: 2025/01/15

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
  subsystem: com.apple.TCC
  message|contains:
  - Denied
  - kTCCService

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
messagematch
  • Denied
  • kTCCService
subsystemeq
  • com.apple.TCC