EXPLORE
← Back to Explore
sigmahighHunting

Devtoolslauncher.exe Executes Specified Binary

The Devtoolslauncher.exe executes other binary

MITRE ATT&CK

defense-evasion

Detection Query

selection:
  Image|endswith: \devtoolslauncher.exe
  CommandLine|contains: LaunchForDeploy
condition: selection

Author

Beyu Denis, oscd.community (rule), @_felamos (idea)

Created

2019-10-12

Data Sources

windowsProcess Creation Events

Platforms

windows

Tags

attack.defense-evasionattack.t1218
Raw Content
title: Devtoolslauncher.exe Executes Specified Binary
id: cc268ac1-42d9-40fd-9ed3-8c4e1a5b87e6
status: test
description: The Devtoolslauncher.exe executes other binary
references:
    - https://lolbas-project.github.io/lolbas/OtherMSBinaries/Devtoolslauncher/
    - https://twitter.com/_felamos/status/1179811992841797632
author: Beyu Denis, oscd.community (rule), @_felamos (idea)
date: 2019-10-12
modified: 2021-11-27
tags:
    - attack.defense-evasion
    - attack.t1218
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        Image|endswith: '\devtoolslauncher.exe'
        CommandLine|contains: 'LaunchForDeploy'
    condition: selection
falsepositives:
    - Legitimate use of devtoolslauncher.exe by legitimate user
level: high