Files
hayabusa/rules/sigma/process_creation/win_susp_devtoolslauncher.yml
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

31 lines
868 B
YAML

title: Devtoolslauncher.exe Executes Specified Binary
ruletype: Sigma
author: Beyu Denis, oscd.community (rule), @_felamos (idea)
date: 2019/10/12
description: The Devtoolslauncher.exe executes other binary
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
Image: '*\devtoolslauncher.exe'
SELECTION_3:
CommandLine: '*LaunchForDeploy*'
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3)
falsepositives:
- Legitimate use of devtoolslauncher.exe by legitimate user
id: cc268ac1-42d9-40fd-9ed3-8c4e1a5b87e6
level: critical
logsource:
category: process_creation
product: windows
modified: 2021/11/27
references:
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OtherMSBinaries/Devtoolslauncher.yml
- https://twitter.com/_felamos/status/1179811992841797632
status: test
tags:
- attack.defense_evasion
- attack.t1218
- attack.execution