Atbroker Registry Change


Description

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

Query · sigma

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_*

Known false positives

  • Creation of non-default, legitimate at usage
Raw source Atbroker Registry Change · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
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

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.