Detection rules › Sigma

Potential Persistence Via GlobalFlags

Status
test
Severity
high
Log source
product windows, category registry_set
Author
Karneades, Jonhnathan Ribeiro, Florian Roth
Source
github.com/SigmaHQ/sigma

Detects registry persistence technique using the GlobalFlags and SilentProcessExit keys

MITRE ATT&CK coverage

Event coverage

ProviderEventTitle
SysmonEvent ID 13RegistryEvent (Value Set)

Rule body yaml

title: Potential Persistence Via GlobalFlags
id: 36803969-5421-41ec-b92f-8500f79c23b0
related:
    - id: c81fe886-cac0-4913-a511-2822d72ff505
      type: obsolete
status: test
description: Detects registry persistence technique using the GlobalFlags and SilentProcessExit keys
references:
    - https://oddvar.moe/2018/04/10/persistence-using-globalflags-in-image-file-execution-options-hidden-from-autoruns-exe/
    - https://www.deepinstinct.com/2021/02/16/lsass-memory-dumps-are-stealthier-than-ever-before-part-2/
author: Karneades, Jonhnathan Ribeiro, Florian Roth
date: 2018-04-11
modified: 2023-06-05
tags:
    - attack.privilege-escalation
    - attack.persistence
    - attack.t1546.012
    - car.2013-01-002
logsource:
    category: registry_set
    product: windows
detection:
    selection_global_flag:
        TargetObject|contains|all:
            - '\Microsoft\Windows NT\CurrentVersion\'
            - '\Image File Execution Options\'
            - '\GlobalFlag'
    selection_silent_process:
        TargetObject|contains|all:
            - '\Microsoft\Windows NT\CurrentVersion\'
            - '\SilentProcessExit\'
        TargetObject|contains:
            - '\ReportingMode'
            - '\MonitorProcess'
    condition: 1 of selection_*
falsepositives:
    - Unknown
level: high

Stages and Predicates

Stage 0: condition

1 of selection_*

Stage 1: selection_global_flag

selection_global_flag:
    TargetObject|contains|all:
        - '\Microsoft\Windows NT\CurrentVersion\'
        - '\Image File Execution Options\'
        - '\GlobalFlag'

Stage 2: selection_silent_process

selection_silent_process:
    TargetObject|contains|all:
        - '\Microsoft\Windows NT\CurrentVersion\'
        - '\SilentProcessExit\'
    TargetObject|contains:
        - '\ReportingMode'
        - '\MonitorProcess'

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
TargetObjectmatch
  • \GlobalFlag
  • \Image File Execution Options\
  • \Microsoft\Windows NT\CurrentVersion\
  • \MonitorProcess
  • \ReportingMode
  • \SilentProcessExit\