598d29f811
chore: change tags, date, modified fields to comply with v2 of the Sigma spec. chore: update the related type from `obsoletes` to `obsolete`. chore: update local json schema to the latest version.
25 lines
611 B
YAML
25 lines
611 B
YAML
title: Renamed Msdt.EXE Execution
|
|
id: bd1c6866-65fc-44b2-be51-5588fcff82b9
|
|
status: test
|
|
description: Detects the execution of a renamed "Msdt.exe" binary
|
|
references:
|
|
- https://lolbas-project.github.io/lolbas/Binaries/Msdt/
|
|
author: pH-T (Nextron Systems)
|
|
date: 2022-06-03
|
|
modified: 2023-02-03
|
|
tags:
|
|
- attack.defense-evasion
|
|
- attack.t1036.003
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
OriginalFileName: 'msdt.exe'
|
|
filter:
|
|
Image|endswith: '\msdt.exe'
|
|
condition: selection and not filter
|
|
falsepositives:
|
|
- Unlikely
|
|
level: high
|