mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 12:42:19 +02:00
Add vsls-agent lolbin and committing a few other changes (#263)
Co-authored-by: Wietze <wietze@users.noreply.github.com>
This commit is contained in:
22
yml/OtherMSBinaries/vsls-agent.yml
Normal file
22
yml/OtherMSBinaries/vsls-agent.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
Name: vsls-agent.exe
|
||||
Description: Agent for Visual Studio Live Share (Code Collaboration)
|
||||
Author: Jimmy (@bohops)
|
||||
Created: 2022-11-01
|
||||
Commands:
|
||||
- Command: vsls-agent.exe --agentExtensionPath c:\path\to\payload.dll
|
||||
Description: Load a library payload using the --agentExtensionPath parameter (32-bit)
|
||||
Usecase: Execute proxied payload with Microsoft signed binary
|
||||
Category: Execute
|
||||
Privileges: User
|
||||
MitreID: T1218
|
||||
OperatingSystem: Windows 10 21H2 (likely previous and newer versions with modern versions of Visual Studio installed)
|
||||
Full_Path:
|
||||
- Path: c:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\Extensions\Microsoft\LiveShare\Agent\vsls-agent.exe
|
||||
Detection:
|
||||
- Sigma: https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_susp_vslsagent_agentextensionpath_load.yml
|
||||
Resources:
|
||||
- Link: https://twitter.com/bohops/status/1583916360404729857
|
||||
Acknowledgement:
|
||||
- Person: Jimmy
|
||||
Handle: '@bohops'
|
Reference in New Issue
Block a user