Detection rules › Sigma

Sysinternals Tools AppX Versions Execution

Status
test
Severity
low
Log source
product windows, service appmodel-runtime
Author
Nasreddine Bencherchali (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects execution of Sysinternals tools via an AppX package. Attackers could install the Sysinternals Suite to get access to tools such as psexec and procdump to avoid detection based on System paths.

Known false positives

  • Legitimate usage of sysinternals applications from the Windows Store will trigger this. Apply exclusions as needed.

MITRE ATT&CK coverage

TacticTechniques
ExecutionNo specific technique
StealthNo specific technique

Telemetry coverage

Rule body

title: Sysinternals Tools AppX Versions Execution
id: d29a20b2-be4b-4827-81f2-3d8a59eab5fc
status: test
description: |
    Detects execution of Sysinternals tools via an AppX package.
    Attackers could install the Sysinternals Suite to get access to tools such as psexec and procdump to avoid detection based on System paths.
references:
    - https://learn.microsoft.com/en-us/sysinternals/downloads/microsoft-store
author: Nasreddine Bencherchali (Nextron Systems)
date: 2023-01-16
modified: 2023-09-12
tags:
    - attack.execution
    - attack.stealth
logsource:
    product: windows
    service: appmodel-runtime
detection:
    selection:
        EventID: 201
        ImageName:
            - 'procdump.exe'
            - 'psloglist.exe'
            - 'psexec.exe'
            - 'livekd.exe'
            - 'ADExplorer.exe'
    condition: selection
falsepositives:
    - Legitimate usage of sysinternals applications from the Windows Store will trigger this. Apply exclusions as needed.
level: low

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    EventID: 201
    ImageName:
        - 'procdump.exe'
        - 'psloglist.exe'
        - 'psexec.exe'
        - 'livekd.exe'
        - 'ADExplorer.exe'

Indicators

These rows show field, operator, and value matches.

FieldKindValuesSearch
ImageNameeq
  • ADExplorer.exe
  • livekd.exe
  • procdump.exe
  • psexec.exe
  • psloglist.exe
field:"Image" kind:eq