LOLBAS/yml/OtherMSBinaries/VSIISExeLauncher.yml

26 lines
995 B
YAML
Raw Normal View History

2021-09-24 09:28:01 +02:00
---
Name: VSIISExeLauncher.exe
Description: Binary will execute specified binary. Part of VS/VScode installation.
Author: 'timwhite'
Created: 2021-09-24
2021-09-24 09:28:01 +02:00
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
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:
2021-11-05 19:58:26 +01:00
Detection:
- Sigma: https://github.com/SigmaHQ/sigma/blob/19396788dbedc57249a46efed2bb1927abc376d4/rules/windows/process_creation/proc_creation_win_lolbin_vsiisexelauncher.yml
2021-09-24 09:28:01 +02:00
- IOC: VSIISExeLauncher.exe spawned an unknown process
Resources:
2021-09-24 09:28:39 +02:00
- Link: https://github.com/timwhitez
2021-09-24 09:28:01 +02:00
Acknowledgement:
- Person: timwhite
2021-11-05 19:58:26 +01:00
Handle: