Detection rules › Sigma

Narrator's Feedback-Hub Persistence

Status
test
Severity
high
Log source
product windows, category registry_event
Author
Dmitriy Lifanov, oscd.community
Source
github.com/SigmaHQ/sigma

Detects abusing Windows 10 Narrator's Feedback-Hub

MITRE ATT&CK coverage

Event coverage

Rule body yaml

title: Narrator's Feedback-Hub Persistence
id: f663a6d9-9d1b-49b8-b2b1-0637914d199a
status: test
description: Detects abusing Windows 10 Narrator's Feedback-Hub
references:
    - https://giuliocomi.blogspot.com/2019/10/abusing-windows-10-narrators-feedback.html
author: Dmitriy Lifanov, oscd.community
date: 2019-10-25
modified: 2022-03-26
tags:
    - attack.privilege-escalation
    - attack.persistence
    - attack.t1547.001
logsource:
    category: registry_event
    product: windows
detection:
    selection1:
        EventType: DeleteValue
        TargetObject|endswith: '\AppXypsaf9f1qserqevf0sws76dx4k9a5206\Shell\open\command\DelegateExecute'
    selection2:
        TargetObject|endswith: '\AppXypsaf9f1qserqevf0sws76dx4k9a5206\Shell\open\command\(Default)'
    # Add the payload in the (Default)
    condition: 1 of selection*
falsepositives:
    - Unknown
level: high

Stages and Predicates

Stage 0: condition

1 of selection*

Stage 1: selection1

selection1:
    EventType: DeleteValue
    TargetObject|endswith: '\AppXypsaf9f1qserqevf0sws76dx4k9a5206\Shell\open\command\DelegateExecute'

Stage 2: selection2

selection2:
    TargetObject|endswith: '\AppXypsaf9f1qserqevf0sws76dx4k9a5206\Shell\open\command\(Default)'

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
EventTypeeq
  • DeleteValue corpus 5 (sigma 4, splunk 1)
TargetObjectends_with
  • \AppXypsaf9f1qserqevf0sws76dx4k9a5206\Shell\open\command\(Default)
  • \AppXypsaf9f1qserqevf0sws76dx4k9a5206\Shell\open\command\DelegateExecute