Files
blue-team-tools/rules/windows/process_creation/win_visual_basic_compiler.yml
T

24 lines
735 B
YAML
Raw Normal View History

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