Detection rules › Sigma

macOS UL Unusual TCC Access Request

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

Detects unusual TCC (Transparency, Consent, and Control) access requests that may indicate malicious behavior

MITRE ATT&CK coverage

TacticTechniques
CollectionNo specific technique

Rule body yaml

title: macOS UL Unusual TCC Access Request
id: c3d4e5f6-a7b8-9012-cdef-345678901234
status: experimental
description: Detects unusual TCC (Transparency, Consent, and Control) access requests that may indicate malicious behavior
author: Eric Brown - Nebulock, Inc.
date: 2025/01/15
modified: 2025/01/15
logsource:
    product: macos
    service: unifiedlog
    category: tcc
detection:
    selection:
        subsystem: com.apple.TCC
        message|contains:
            - 'Full Disk Access'
            - 'Camera'
            - 'Microphone'
            - 'Screen Recording'
        ProcessName|contains:
            - '.dmg'
            - '.pkg'
            - '/tmp'
            - '/var/tmp'
    condition: selection
falsepositives:
    - Legitimate installer applications
    - System configuration tools
level: medium
tags:
    - attack.collection

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    subsystem: com.apple.TCC
    message|contains:
        - 'Full Disk Access'
        - 'Camera'
        - 'Microphone'
        - 'Screen Recording'
    ProcessName|contains:
        - '.dmg'
        - '.pkg'
        - '/tmp'
        - '/var/tmp'

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
ProcessNamematch
  • .dmg
  • .pkg
  • /tmp
  • /var/tmp
messagematch
  • Camera
  • Full Disk Access
  • Microphone
  • Screen Recording
subsystemeq
  • com.apple.TCC