Detection rules › Sigma

Atbroker Registry Change

Status
test
Severity
medium
Log source
product windows, category registry_event
Author
Mateusz Wydra, oscd.community
Source
github.com/SigmaHQ/sigma

Detects creation/modification of Assistive Technology applications and persistence with usage of 'at'

MITRE ATT&CK coverage

Event coverage

Rule body yaml

title: Atbroker Registry Change
id: 9577edbb-851f-4243-8c91-1d5b50c1a39b
status: test
description: Detects creation/modification of Assistive Technology applications and persistence with usage of 'at'
references:
    - http://www.hexacorn.com/blog/2016/07/22/beyond-good-ol-run-key-part-42/
    - https://lolbas-project.github.io/lolbas/Binaries/Atbroker/
author: Mateusz Wydra, oscd.community
date: 2020-10-13
modified: 2023-01-19
tags:
    - attack.privilege-escalation
    - attack.stealth
    - attack.t1218
    - attack.persistence
    - attack.t1547
logsource:
    category: registry_event
    product: windows
detection:
    selection:
        TargetObject|contains:
            - 'Software\Microsoft\Windows NT\CurrentVersion\Accessibility\ATs'
            - 'Software\Microsoft\Windows NT\CurrentVersion\Accessibility\Configuration'
    filter_atbroker:
        Image: 'C:\Windows\system32\atbroker.exe'
        TargetObject|contains: '\Microsoft\Windows NT\CurrentVersion\Accessibility\Configuration'
        Details: '(Empty)'
    filter_uninstallers:
        Image|startswith: 'C:\Windows\Installer\MSI'
        TargetObject|contains: 'Software\Microsoft\Windows NT\CurrentVersion\Accessibility\ATs'
    condition: selection and not 1 of filter_*
falsepositives:
    - Creation of non-default, legitimate at usage
level: medium

Stages and Predicates

Stage 0: condition

selection and not 1 of filter_*

Stage 1: selection

selection:
    TargetObject|contains:
        - 'Software\Microsoft\Windows NT\CurrentVersion\Accessibility\ATs'
        - 'Software\Microsoft\Windows NT\CurrentVersion\Accessibility\Configuration'

Stage 2: not filter_*

filter_atbroker:
    Image: 'C:\Windows\system32\atbroker.exe'
    TargetObject|contains: '\Microsoft\Windows NT\CurrentVersion\Accessibility\Configuration'
    Details: '(Empty)'
filter_uninstallers:
    Image|startswith: 'C:\Windows\Installer\MSI'
    TargetObject|contains: 'Software\Microsoft\Windows NT\CurrentVersion\Accessibility\ATs'

Exclusions

Top-level NOT(...) conjuncts: predicates this rule actively suppresses.

FieldKindExcluded values
Detailseq(Empty)
ImageeqC:\Windows\system32\atbroker.exe
TargetObjectmatch\Microsoft\Windows NT\CurrentVersion\Accessibility\Configuration
Imagestarts_withC:\Windows\Installer\MSI
TargetObjectmatchSoftware\Microsoft\Windows NT\CurrentVersion\Accessibility\ATs

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
  • Software\Microsoft\Windows NT\CurrentVersion\Accessibility\ATs
  • Software\Microsoft\Windows NT\CurrentVersion\Accessibility\Configuration