Adjustment to vbc.yml contribution

This commit is contained in:
Oddvar Moe 2020-03-16 19:55:27 +01:00
parent 84c613b363
commit 81c363ac8a

View File

@ -4,12 +4,11 @@ Description: Binary file used for compile vbs code
Author: Lior Adar Author: Lior Adar
Created: 27/02/2020 Created: 27/02/2020
Commands: Commands:
- Command: - Command: vbc.exe /target:exe c:\temp\vbs\run.vb
vbc.exe /target:exe c:\temp\vbs\run.vb
Description: Binary file used by .NET to compile vb code to .exe Description: Binary file used by .NET to compile vb code to .exe
Usecase: Compile attacker code on system. Bypass defensive counter measures. Usecase: Compile attacker code on system. Bypass defensive counter measures.
Category: Compile Category: Compile
Privileges required:User Privileges: User
MitreID: T1127 MitreID: T1127
MitreLink: https://attack.mitre.org/techniques/T1127/ MitreLink: https://attack.mitre.org/techniques/T1127/
OperatingSystem: Windows 10,7 OperatingSystem: Windows 10,7
@ -17,22 +16,18 @@ Commands:
Description: Description of the second command Description: Description of the second command
Usecase: A description of the usecase Usecase: A description of the usecase
Category: Compile Category: Compile
Privileges required:User Privileges: User
MitreID: T1127 MitreID: T1127
MitreLink: https://attack.mitre.org/techniques/T1127/ MitreLink: https://attack.mitre.org/techniques/T1127/
OperatingSystem: Windows 10,7
Full_Path: Full_Path:
- Path: - Path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc.exe
c:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc.exe - Path: C:\Windows\Microsoft.NET\Framework64\v3.5\vbc.exe
C:\Windows\Microsoft.NET\Framework64\v3.5\vbc.exe
Code_Sample: Code_Sample:
Code: - Code:
1.vbc.exe /target:exe c:\temp\vbs\run.vb
2.vbc.exe -reference:Microsoft.VisualBasic.dll c:\temp\vbs\run.vb
Acknowledgement: Acknowledgement:
- Person: - Person: Lior Adar
Lior Adar Handle:
Hai Vaknin(Lux) - Person: Hai Vaknin(Lux)
Handle:
--- ---