mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-12 23:11:40 +01:00
Merge pull request #159 from timwhitez/master
Create VSIISExeLauncher.yml
This commit is contained in:
commit
c48a5ea1ea
26
yml/OtherMSBinaries/VSIISExeLauncher.yml
Normal file
26
yml/OtherMSBinaries/VSIISExeLauncher.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
Name: VSIISExeLauncher.exe
|
||||||
|
Description: Binary will execute specified binary. Part of VS/VScode installation.
|
||||||
|
Author: 'timwhite'
|
||||||
|
Created: '2021-09-24'
|
||||||
|
Commands:
|
||||||
|
- Command: VSIISExeLauncher.exe -p [PATH_TO_BIN] -a "argument here"
|
||||||
|
Description: The above binary will execute other binary.
|
||||||
|
Usecase: Execute any binary with given arguments.
|
||||||
|
Category: Execute
|
||||||
|
Privileges: User
|
||||||
|
MitreID: T1218
|
||||||
|
MitreLink: https://attack.mitre.org/techniques/T1218/
|
||||||
|
OperatingSystem: Windows 10 and up with VS/VScode installed
|
||||||
|
Full_Path:
|
||||||
|
- Path: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\Extensions\Microsoft\Web Tools\ProjectSystem\VSIISExeLauncher.exe'
|
||||||
|
Code_Sample:
|
||||||
|
- Code:
|
||||||
|
Detection:
|
||||||
|
- IOC: VSIISExeLauncher.exe spawned an unknown process
|
||||||
|
Resources:
|
||||||
|
- Link: https://github.com/timwhitez
|
||||||
|
Acknowledgement:
|
||||||
|
- Person: timwhite
|
||||||
|
Handle:
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user