Detectionhightest
Renamed Msdt.EXE Execution
Detects the execution of a renamed "Msdt.exe" binary
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic2 selectors
detection:
selection:
OriginalFileName: 'msdt.exe'
filter:
Image|endswith: '\msdt.exe'
condition: selection and not filterFalse Positives
Unlikely
False positives are unlikely for most environments. High confidence detection.
MITRE ATT&CK
Tactics
Sub-techniques
Rule Metadata
Rule ID
bd1c6866-65fc-44b2-be51-5588fcff82b9
Status
test
Level
high
Type
Detection
Created
Fri Jun 03
Modified
Fri Feb 03
Author
Path
rules/windows/process_creation/proc_creation_win_renamed_msdt.yml
Raw Tags
attack.defense-evasionattack.t1036.003