Detection rules › Sigma
Using SettingSyncHost.exe as LOLBin
Detects using SettingSyncHost.exe to run hijacked binary
MITRE ATT&CK coverage
Event coverage
| Provider | Event | Title |
|---|---|---|
| Sysmon | Event ID 1 | Process creation |
Rule body yaml
title: Using SettingSyncHost.exe as LOLBin
id: b2ddd389-f676-4ac4-845a-e00781a48e5f
status: test
description: Detects using SettingSyncHost.exe to run hijacked binary
references:
- https://www.hexacorn.com/blog/2020/02/02/settingsynchost-exe-as-a-lolbin
author: Anton Kutepov, oscd.community
date: 2020-02-05
modified: 2021-11-27
tags:
- attack.privilege-escalation
- attack.persistence
- attack.execution
- attack.stealth
- attack.t1574.008
logsource:
category: process_creation
product: windows
detection:
system_utility:
Image|startswith:
- 'C:\Windows\System32\'
- 'C:\Windows\SysWOW64\'
parent_is_settingsynchost:
ParentCommandLine|contains|all:
- 'cmd.exe /c'
- 'RoamDiag.cmd'
- '-outputpath'
condition: not system_utility and parent_is_settingsynchost
falsepositives:
- Unknown
level: high
Stages and Predicates
Stage 0: condition
not system_utility and parent_is_settingsynchostStage 1: not system_utility
system_utility:
Image|startswith:
- 'C:\Windows\System32\'
- 'C:\Windows\SysWOW64\'
Stage 2: parent_is_settingsynchost
parent_is_settingsynchost:
ParentCommandLine|contains|all:
- 'cmd.exe /c'
- 'RoamDiag.cmd'
- '-outputpath'
Exclusions
Top-level NOT(...) conjuncts: predicates this rule actively suppresses.
| Field | Kind | Excluded values |
|---|---|---|
Image | starts_with | C:\Windows\SysWOW64\ |
Image | starts_with | C:\Windows\System32\ |
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.
| Field | Kind | Values |
|---|---|---|
ParentCommandLine | match |
|