ibtusb.sys - Suspicious (33/100) - DriverShield Analysis

Analysis of ibtusb.sys: suspicious verdict, risk score 33/100. 0 YARA matches, 0/75 multi-engine detections. SHA256 41b01cb0b33cc06a. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

ibtusb.sys - Analysis Report

DriverShield analyzed the Windows kernel driver ibtusb.sys and assigned a verdict of Suspicious with a composite risk score of 33/100, indicating some risk signals warranting review (30-59 band).

VerdictSuspicious (33/100)
YARA matches0
Multi-engine detections0 / 75
File size10530712 bytes
Code-signing signerSectigo Public Code Signing Root R46
Analyzed2026-06-24
SHA25641b01cb0b33cc06a3ca1e9c9a40b4e1893a92644eb3c6eb049c549ec0ac2bb58
SHA119ef5a08a3e1c547179bce88ec770617a18a8dde
MD5a6e6b28bcb4066876e9ae967c3c23bf2

Driver identity

Version resource data embedded in the ibtusb.sys PE header, as extracted by the analysis engine.

File descriptionIntel(R) Wireless Bluetooth(R) Filter Driver
ProductIntel(R) Wireless Bluetooth(R)
CompanyIntel Corporation
Original filenameibtusb.sys
Internal nameIntel(R) Wireless Bluetooth(R) Filter Driver
File version23.90.0.8
CopyrightIntel Corporation (C) 2022

How the 33/100 score breaks down

Each component is scored 0-100 and then weighted into the composite. See the analysis methodology for the exact formula.

ComponentSub-score
Multi-engine consensus0 / 100
YARA signature matches0 / 100
Dangerous kernel imports93 / 100
IOCTL dispatch surface100 / 100
Known-vulnerable corpus0 / 100
Code-signing state0 / 100
Packing and entropy80 / 100
Dynamic behaviour0 / 100
CVE cross-reference0 / 100

Kernel imports (19)

Kernel-mode APIs resolved from the Import Address Table of ibtusb.sys, ranked by exploitation relevance.

APIRiskWhy it matters
MmMapLockedPagesSpecifyCachecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
MmGetSystemRoutineAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
IoGetDeviceObjectPointermediumModerate risk - system modification capability
NtQuerySystemInformationmediumModerate risk - system modification capability
KeInitializeEventlowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign
IoBuildDeviceIoControlRequestlowStandard kernel API - generally benign
KeDelayExecutionThreadlowStandard kernel API - generally benign
DbgPrintExlowStandard kernel API - generally benign
ZwReadFilelowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign
ZwQueryInformationFilelowStandard kernel API - generally benign
DbgPrintlowStandard kernel API - generally benign
ZwOpenFilelowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
KeSetEventlowStandard kernel API - generally benign
ExFreePoollowStandard kernel API - generally benign

IOCTL dispatch codes (40)

Control codes reachable through the driver dispatch routine. Codes tied to published exploit code are flagged, since they are the primary Bring Your Own Vulnerable Driver (BYOVD) entry points.

CodeSeverityTransferDescription
0x0080808BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #34
0x0080840FhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #259
0x0080B60FhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #3459
0x00220013highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #4
0x0034B8EFhighMETHOD_NEITHERFILE_DEVICE_DISK Function #3643
0x0022BB07highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #3777
0x00340053highMETHOD_NEITHERFILE_DEVICE_DISK Function #20
0x00340033highMETHOD_NEITHERFILE_DEVICE_DISK Function #12
0x0080841BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #262
0x00222A2FhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #2699
0x00220AFFhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #703
0x00800E2BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #906
0x00222A0BhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #2690
0x0080002BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #10
0x00224A93highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #676
0x00220A43highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #656
0x0022041BhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #262
0xC350FB6FhighMETHOD_NEITHERCUSTOM_MSI Function #3803
0x0080005FhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #23
0x00800067highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #25
0x0080210BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #2114
0x00802153highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #2132
0x00800047highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #17
0x008000C3highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #48

Showing 24 of 40 extracted control codes.

PE sections

Section layout and Shannon entropy. High entropy in a code section is a packing or encryption indicator.

SectionVirtual sizeRaw sizeEntropyFlags
.text0xB89650xB8A005.69CODE, EXEC, READ
.rdata0x5AE00x5C005.63IDATA, READ
.data0x93D8340x93D4007.12IDATA, READ, WRITE
.pdata0x25BC0x26005.68IDATA, READ
PAGE0x0A6C0x0C005.02CODE, EXEC, READ
INIT0x14740x16005.64CODE, EXEC, READ, DISCARD
.rsrc0x4F780x50003.85IDATA, READ, DISCARD
.reloc0x06100x08004.52IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardEnabled
ASLREnabled
DEPEnabled
Integrity checkEnforced
Mitigation score100 / 100

MITRE ATT&CK techniques (10)

Techniques this driver could enable if loaded by an adversary.

IDTechniqueTactic
T1003.001OS Credential Dumping: LSASS MemoryCredential Access
T1055.012Process HollowingDefense Evasion
T1068Exploitation for Privilege EscalationPrivilege Escalation
T1071Application Layer ProtocolCommand and Control
T1112Modify RegistryDefense Evasion
T1211Exploitation for Defense EvasionDefense Evasion
T1543.003Windows ServicePersistence
T1547.001Registry Run KeysPersistence
T1553.002Subvert Trust Controls: Code SigningDefense Evasion
T1652Device Driver DiscoveryDiscovery

Code-signing chain

SignerSectigo Public Code Signing Root R46
Signer organisationSectigo Limited
IssuerAAA Certificate Services
Serial48FC93B46055948D36A7C98A89D69416
Valid from2021-05-25 00:00 UTC
Valid until2028-12-31 23:59 UTC
Signature validityVerified

Symbolic execution

Engine angr, status completed, 100 paths explored at a maximum depth of 100. Vulnerability classes reached: 0. Exploitable paths: 0.

Frequently asked questions about ibtusb.sys

Is ibtusb.sys safe?

Based on DriverShield static and dynamic analysis, ibtusb.sys shows some suspicious signals and warrants manual review. Its composite risk score is 33/100 (verdict: suspicious). Always validate findings independently before acting.

What is the risk score of ibtusb.sys?

ibtusb.sys has a DriverShield composite risk score of 33/100, placing it in the suspicious verdict band. SHA256: 41b01cb0b33cc06a3ca1e9c9a40b4e1893a92644eb3c6eb049c549ec0ac2bb58.

What is ibtusb.sys?

ibtusb.sys is a Windows kernel-mode driver (.sys) analyzed by DriverShield for vulnerabilities, BYOVD abuse potential, and malware indicators. It is code-signed by Sectigo Public Code Signing Root R46.

Related: Other drivers signed by Sectigo Public Code Signing Root R46 · What an IOCTL dispatch code is · BYOVD research index · full driver database · CVE library · code signing atlas


DriverShield © 2025-2026 · Terms · Privacy · Contact