2020-10-06 08:59:20 +00:00
|
|
|
title: Registry Modify via VBoxDrvInst.exe
|
2020-10-06 07:18:34 +00:00
|
|
|
id: b7b19cb6-9b32-4fc4-a108-73f19acfe262
|
|
|
|
description: Detect run VBoxDrvInst.exe whith parameters allowing registry modify via INF file
|
|
|
|
status: experimental
|
|
|
|
author: Konstantin Grishchenko, oscd.community
|
|
|
|
date: 2020/10/06
|
|
|
|
references:
|
|
|
|
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/LOLUtilz/OtherBinaries/VBoxDrvInst.yml
|
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
2020-10-06 09:22:19 +00:00
|
|
|
- attack.t1112
|
2020-10-06 07:18:34 +00:00
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
Image|endswith: '\VBoxDrvInst.exe'
|
|
|
|
CommandLine:
|
|
|
|
- 'driver*executeinf'
|
|
|
|
condition: selection
|
|
|
|
fields:
|
|
|
|
- ComputerName
|
|
|
|
- User
|
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
|
|
|
falsepositives:
|
|
|
|
- Legitimate use of VBoxDrvInst.exe utility by VirtualBox Guest Additions installation process
|
2020-10-06 07:35:12 +00:00
|
|
|
level: medium
|