LOLBAS/yml/OSBinaries/Vbc.yml

34 lines
1.0 KiB
YAML
Raw Normal View History

2020-02-27 16:13:07 +01:00
---
Name: vbc.exe
Description: Binary file used for compile vbs code
Author: Lior Adar
Created: 2020-02-27
2020-02-27 16:13:07 +01:00
Commands:
2020-03-16 19:55:27 +01:00
- Command: vbc.exe /target:exe c:\temp\vbs\run.vb
2020-02-27 16:13:07 +01:00
Description: Binary file used by .NET to compile vb code to .exe
Usecase: Compile attacker code on system. Bypass defensive counter measures.
Category: Compile
2020-03-16 19:55:27 +01:00
Privileges: User
2020-02-27 16:13:07 +01:00
MitreID: T1127
MitreLink: https://attack.mitre.org/techniques/T1127/
OperatingSystem: Windows 10,7
2020-02-27 16:13:07 +01:00
- Command: vbc -reference:Microsoft.VisualBasic.dll c:\temp\vbs\run.vb
Description: Description of the second command
Usecase: A description of the usecase
Category: Compile
2020-03-16 19:55:27 +01:00
Privileges: User
2020-02-27 16:13:07 +01:00
MitreID: T1127
MitreLink: https://attack.mitre.org/techniques/T1127/
OperatingSystem: Windows 10,7
2020-02-27 16:13:07 +01:00
Full_Path:
2020-03-16 19:55:27 +01:00
- Path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v3.5\vbc.exe
Code_Sample:
2020-03-16 19:55:27 +01:00
- Code:
2020-02-27 16:13:07 +01:00
Acknowledgement:
2020-03-16 19:55:27 +01:00
- Person: Lior Adar
Handle:
- Person: Hai Vaknin(Lux)
Handle:
2020-08-24 09:33:37 +02:00
---