dbk64.sys - Vulnerable (78/100) - DriverShield Analysis

Analysis of dbk64.sys: vulnerable verdict, risk score 78/100. 3 YARA matches, 10/75 multi-engine detections. SHA256 18e1707b319c279c. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

dbk64.sys - Analysis Report

DriverShield analyzed the Windows kernel driver dbk64.sys and assigned a verdict of Vulnerable with a composite risk score of 78/100, indicating a known or likely vulnerability surface (60-79 band).

VerdictVulnerable (78/100)
YARA matches3
Multi-engine detections10 / 75
File size136048 bytes
Code-signing signerGlobalSign Timestamping CA - G2
Analyzed2026-09-06
SHA25618e1707b319c279c7e0204074088cc39286007a1cf6cb6e269d5067d8d0628c6
SHA16053d258096bccb07cb0057d700fe05233ab1fbb
MD51c294146fc77565030603878fd0106f9

How the 78/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 matches85 / 100
Dangerous kernel imports100 / 100
IOCTL dispatch surface57 / 100
Known-vulnerable corpus100 / 100
Code-signing state0 / 100
Packing and entropy0 / 100
Dynamic behaviour0 / 100
CVE cross-reference0 / 100

Kernel imports (38)

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

APIRiskWhy it matters
ZwMapViewOfSectioncriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
MmMapIoSpacecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
MmMapLockedPagesSpecifyCachecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
PsLookupProcessByProcessIdhighPotentially dangerous - could be used for privilege escalation or security bypass
MmGetSystemRoutineAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
MmGetPhysicalAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
KeAttachProcesshighPotentially dangerous - could be used for privilege escalation or security bypass
MmAllocateContiguousMemorySpecifyCachehighPotentially dangerous - could be used for privilege escalation or security bypass
ObRegisterCallbackshighPotentially dangerous - could be used for privilege escalation or security bypass
MmAllocateContiguousMemoryhighPotentially dangerous - could be used for privilege escalation or security bypass
PsSetCreateProcessNotifyRoutineExhighPotentially dangerous - could be used for privilege escalation or security bypass
ObOpenObjectByPointermediumModerate risk - system modification capability
PsSetCreateThreadNotifyRoutinemediumModerate risk - system modification capability
KeBugCheckExmediumModerate risk - system modification capability
ZwWriteFilemediumModerate risk - system modification capability
ObReferenceObjectByHandlemediumModerate risk - system modification capability
MmUnmapIoSpacemediumModerate risk - system modification capability
ZwDeleteFilemediumModerate risk - system modification capability
IoDeleteSymbolicLinklowStandard kernel API - generally benign
ZwOpenKeylowStandard kernel API - generally benign
KeDelayExecutionThreadlowStandard kernel API - generally benign
ZwCreateFilelowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign
DbgPrintlowStandard kernel API - generally benign
SeSinglePrivilegeChecklowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign
IoDeleteDevicelowStandard kernel API - generally benign

Showing the 28 highest-relevance imports of 38 resolved.

IOCTL dispatch codes (19)

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
0x0080908BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #1058
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0x00809089mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #1058
0x0080248CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2339
0x00808289mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #162
0x00802484mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2337
0x00802494mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2341
0x0022E000mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #2048
0x00805424mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #1289
0xC350B999mediumMETHOD_IN_DIRECTCUSTOM_MSI Function #3686
0x0022E840mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #2576
0x0034247CmediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #2335
0x0080E900mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2624
0x00805B0DmediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #1731
0x00808B15mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #709
0x0022F4E8mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #3386
0x002224E8mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #2362
0x0080B908mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #3650
0x00808305mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #193

PE sections

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

SectionVirtual sizeRaw sizeEntropyFlags
.text0x18FFF0x190005.97CODE, EXEC, READ
.rdata0x130C0x14004.37IDATA, READ
.data0xAEC40x02003.25IDATA, READ, WRITE
.pdata0x0A740x0C004.43IDATA, READ
INIT0x10200x12004.97CODE, EXEC, READ, DISCARD
.reloc0x00380x02000.68IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardEnabled
ASLREnabled
DEPEnabled
Integrity checkEnforced
Mitigation score100 / 100

YARA rule matches (3)

RuleSeverityDetects
BYOVD_MemRWcriticalPhys memory mapping + device creation
SUSP_PhysMemhighPhysical memory mapping
SUSP_CallbacksmediumKernel callback registration

MITRE ATT&CK techniques (16)

Techniques this driver could enable if loaded by an adversary.

IDTechniqueTactic
T1003OS Credential DumpingCredential Access
T1003.001OS Credential Dumping: LSASS MemoryCredential Access
T1006Direct Volume AccessDefense Evasion
T1014RootkitDefense Evasion
T1055.001Process Injection: DLL InjectionDefense Evasion
T1055.012Process HollowingDefense Evasion
T1068Exploitation for Privilege EscalationPrivilege Escalation
T1211Exploitation for Defense EvasionDefense Evasion
T1489Service StopImpact
T1543.003Windows ServicePersistence
T1553.002Subvert Trust Controls: Code SigningDefense Evasion
T1562.001Impair DefensesDefense Evasion
T1562.006Indicator BlockingDefense Evasion
T1564.001Hidden Files and DirectoriesDefense Evasion
T1569.002Service ExecutionExecution
T1652Device Driver DiscoveryDiscovery

Code-signing chain

SignerGlobalSign Timestamping CA - G2
Signer organisationGlobalSign nv-sa
IssuerGlobalSign Root CA
Serial400000000012F4EE152D7
Valid from2011-04-13 10:00 UTC
Valid until2028-01-28 12:00 UTC
Signature validityVerified

Symbolic execution

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

Corpus match: this hash is present in the known-vulnerable driver corpus DriverShield cross-references during analysis, which is why the score carries a full weighting on that component.

Frequently asked questions about dbk64.sys

Is dbk64.sys safe?

Based on DriverShield static and dynamic analysis, dbk64.sys is flagged as vulnerable and is a potential Bring Your Own Vulnerable Driver (BYOVD) risk. Its composite risk score is 78/100 (verdict: vulnerable). Always validate findings independently before acting.

What is the risk score of dbk64.sys?

dbk64.sys has a DriverShield composite risk score of 78/100, placing it in the vulnerable verdict band. SHA256: 18e1707b319c279c7e0204074088cc39286007a1cf6cb6e269d5067d8d0628c6.

What is dbk64.sys?

dbk64.sys is a Windows kernel-mode driver (.sys) analyzed by DriverShield for vulnerabilities, BYOVD abuse potential, and malware indicators. It is code-signed by GlobalSign Timestamping CA - G2.

Related: Other drivers signed by GlobalSign Timestamping CA - G2 · What an IOCTL dispatch code is · How YARA matching feeds the score · BYOVD research index · full driver database · CVE library · code signing atlas


DriverShield © 2025-2026 · Terms · Privacy · Contact