Update devtoolslauncher.yml

This commit is contained in:
Ayush Sahay 2019-10-04 10:20:38 +05:30 committed by GitHub
parent 48ed8f7914
commit 0fe0504622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Created: '2019-10-04'
Commands:
- Command: devtoolslauncher.exe LaunchForDeploy [PATH_TO_BIN] "argument here" test
Description: The above binary will execute other binary.
Usecase: Execute any binary with given arguments.
Usecase: Execute any binary with given arguments and it will call developertoolssvc.exe. developertoolssvc is actually executing the binary. https://i.imgur.com/Go7rc0I.png
Category: Execute
Privileges: User
MitreID: T1218
@ -22,6 +22,8 @@ Commands:
OperatingSystem: Windows 7 and up with VS/VScode installed
Full_Path:
- Path: 'c:\windows\system32\devtoolslauncher.exe'
Code_Sample:
- Code:
Detection:
- IOC: devtoolslauncher.exe spawned an unknown process
Resources: