Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_susp_devtoolslauncher.yml
T

25 lines
775 B
YAML
Raw Normal View History

2020-01-30 17:26:09 +01:00
title: Devtoolslauncher.exe Executes Specified Binary
2019-11-12 23:12:27 +01:00
id: cc268ac1-42d9-40fd-9ed3-8c4e1a5b87e6
2021-11-27 11:33:14 +01:00
status: test
2019-11-12 23:05:36 +01:00
description: The Devtoolslauncher.exe executes other binary
author: Beyu Denis, oscd.community (rule), @_felamos (idea)
2021-11-27 11:33:14 +01:00
references:
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OtherMSBinaries/Devtoolslauncher.yml
- https://twitter.com/_felamos/status/1179811992841797632
2019-11-12 23:05:36 +01:00
date: 2019/10/12
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2019-11-12 23:05:36 +01:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
2019-11-12 23:05:36 +01:00
detection:
2021-11-27 11:33:14 +01:00
selection:
Image|endswith: '\devtoolslauncher.exe'
CommandLine|contains: 'LaunchForDeploy'
condition: selection
2019-11-12 23:05:36 +01:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Legitimate use of devtoolslauncher.exe by legitimate user
level: critical
tags:
- attack.defense_evasion
2022-01-19 18:23:30 +01:00
- attack.t1218