1200KM / sigma-rule
Invoke-Obfuscation STDIN+ Launcher - Security — Sigma Rule
Sigma rule 0c718a5e-4284-4fb9-b4d9-b9a50b3a1974. Invoke-Obfuscation STDIN+ Launcher - Security — Sigma Rule. Detects Obfuscated use of stdin to execute PowerShell
Rule metadata and linked tags
Author: Jonathan Cheong, oscd.community. Source status: test; severity: high. Source dates: 2020-10-15 / 2022-11-29.
{
"product": "windows",
"service": "security",
"definition": "The 'System Security Extension' audit subcategory need to be enabled to log the EID 4697"
}Pinned original Sigma rule · Detection Rule License 1.1
Source SHA-256: c942c79170a4ef4dd87d584f2aad2d5c6ec74daee8de1b59867758dc16832ac0
Detection logic
Original source YAML. Source-tag agreement is not proof of complete semantic coverage. This rule has not been compiled for a SIEM backend or validated against live telemetry here.
title: Invoke-Obfuscation STDIN+ Launcher - Security
id: 0c718a5e-4284-4fb9-b4d9-b9a50b3a1974
related:
- id: 72862bf2-0eb1-11eb-adc1-0242ac120002
type: derived
status: test
description: Detects Obfuscated use of stdin to execute PowerShell
references:
- https://github.com/SigmaHQ/sigma/issues/1009 # (Task 25)
author: Jonathan Cheong, oscd.community
date: 2020-10-15
modified: 2022-11-29
tags:
- attack.stealth
- attack.t1027
- attack.execution
- attack.t1059.001
logsource:
product: windows
service: security
definition: The 'System Security Extension' audit subcategory need to be enabled to log the EID 4697
detection:
selection:
EventID: 4697
ServiceFileName|contains|all:
- 'cmd'
- 'powershell'
selection2:
ServiceFileName|contains:
- '${input}'
- 'noexit'
selection3:
ServiceFileName|contains:
- ' /c '
- ' /r '
condition: all of selection*
falsepositives:
- Unknown
level: high
False positives
- Unknown
Source references
Connected ecosystem references
Exact source-tagged techniques
Telemetry review
Read the original logsource above, then inspect the linked detection workspaces for technique-level sensor context. No per-rule telemetry equivalence is inferred.
Pinned research references. No browser attack runner, live simulation result or validated detector is asserted. Source mappings and validation limits are preserved. ATT&CK / Atomic provenance · Detection provenance.