Detection rules › Sigma

Local Privilege Escalation Indicator TabTip

Status
test
Severity
high
Log source
product windows, service system
Author
Florian Roth (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects the invocation of TabTip via CLSID as seen when JuicyPotatoNG is used on a system in brute force mode

MITRE ATT&CK coverage

Event coverage

Rule body yaml

title: Local Privilege Escalation Indicator TabTip
id: bc2e25ed-b92b-4daa-b074-b502bdd1982b
status: test
description: Detects the invocation of TabTip via CLSID as seen when JuicyPotatoNG is used on a system in brute force mode
references:
    - https://github.com/antonioCoco/JuicyPotatoNG
author: Florian Roth (Nextron Systems)
date: 2022-10-07
modified: 2023-04-14
tags:
    - attack.collection
    - attack.execution
    - attack.credential-access
    - attack.t1557.001
logsource:
    product: windows
    service: system
detection:
    selection:
        Provider_Name: 'Microsoft-Windows-DistributedCOM'
        EventID: 10001
        param1: 'C:\Program Files\Common Files\microsoft shared\ink\TabTip.exe'  # Binary starting/started
        param2: 2147943140                                                       # ERROR id
        param3: '{054AAE20-4BEA-4347-8A35-64A533254A9D}'                         # DCOM Server
    condition: selection
falsepositives:
    - Unknown
level: high

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    Provider_Name: 'Microsoft-Windows-DistributedCOM'
    EventID: 10001
    param1: 'C:\Program Files\Common Files\microsoft shared\ink\TabTip.exe'
    param2: 2147943140
    param3: '{054AAE20-4BEA-4347-8A35-64A533254A9D}'

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
Provider_Nameeq
  • Microsoft-Windows-DistributedCOM
param1eq
  • C:\Program Files\Common Files\microsoft shared\ink\TabTip.exe
param2eq
  • 2147943140
param3eq
  • {054AAE20-4BEA-4347-8A35-64A533254A9D}