Binary file used for compile vbs code
Paths:
- C:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc.exe
- C:\Windows\Microsoft.NET\Framework64\v3.5\vbc.exe
Acknowledgements:
- Lior Adar
- Hai Vaknin(Lux)
Compile
Binary file used by .NET to compile vb code to .exe
vbc.exe /target:exe c:\temp\vbs\run.vb
Usecase: Compile attacker code on system. Bypass defensive counter measures.
Privileges required: User
OS: Windows 10,7
MITRE ATT&CK®: T1127
Description of the second command
vbc -reference:Microsoft.VisualBasic.dll c:\temp\vbs\run.vb
Usecase: A description of the usecase
Privileges required: User
OS: Windows 10,7
MITRE ATT&CK®: T1127