31 lines
876 B
YAML
31 lines
876 B
YAML
|
|
title: Devtoolslauncher.exe Executes Specified Binary
|
|
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: 2019/11/04
|
|
references:
|
|
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OtherMSBinaries/Devtoolslauncher.yml
|
|
- https://twitter.com/_felamos/status/1179811992841797632
|
|
status: experimental
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1218
|
|
- attack.execution
|
|
ruletype: SIGMA
|