SigmaHQ/rules/windows/process_creation/win_visual_basic_compiler.yml
Ensar Şamil 4f49171b55
Update win_visual_basic_compiler.yml
author and selection fields edited
2020-10-09 09:35:33 +03:00

23 lines
747 B
YAML

title: Visual Basic Command Line Compiler Usage
id: 7b10f171-7f04-47c7-9fa2-5be43c76e535
status: experimental
description: Detects successful code compilation via Visual Basic Command Line Compiler that utilizes Windows Resource to Object Converter.
references:
- https://lolbas-project.github.io/lolbas/Binaries/Vbc/
author: 'Ensar Şamil, @sblmsrsn, @oscd_initiative'
date: 2020/10/07
tags:
- attack.defense_evasion
- attack.t1027.004
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith: '\vbc.exe'
Image|endswith: '\cvtres.exe'
condition: selection
falsepositives:
- Utilization of this tool should not be seen in enterprise environment
level: high