HyperVideo.sys - Clean (19/100) - DriverShield Analysis

Analysis of HyperVideo.sys: clean verdict, risk score 19/100. 0 YARA matches. SHA256 5e0a09be614dc97e. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

HyperVideo.sys - Analysis Report

DriverShield analyzed the Windows kernel driver HyperVideo.sys and assigned a verdict of Clean with a composite risk score of 19/100, indicating no notable risk signals (0-29 band).

VerdictClean (19/100)
YARA matches0
File size42880 bytes
Code-signing signerMicrosoft Windows
Analyzed2026-03-22
SHA2565e0a09be614dc97e4fe48109aa857d42b8b4fcd2351347e1a46665eacb204a19
SHA16aacb00d1a36e3dfe36249901231b4af04973bed
MD5efc08e363073a0a9b902570faa9d415f

Driver identity

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

File descriptionMicrosoft VMBus Video Device Miniport Driver
ProductMicrosoft® Windows® Operating System
CompanyMicrosoft Corporation
Original filenameHyperVideo.sys
Internal nameHyperVideo
File version10.0.19041.3636 (WinBuild.160101.0800)
Copyright© Microsoft Corporation. All rights reserved.

How the 19/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 imports39 / 100
IOCTL dispatch surface60 / 100
Known-vulnerable corpus0 / 100
Code-signing state80 / 100
Packing and entropy0 / 100
Dynamic behaviour0 / 100
CVE cross-reference0 / 100

Kernel imports (13)

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

APIRiskWhy it matters
MmGetSystemRoutineAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
IoGetDeviceObjectPointermediumModerate risk - system modification capability
ExAllocatePoolWithTaglowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
KeSetEventlowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign
ZwQueryValueKeylowStandard kernel API - generally benign
KeDelayExecutionThreadlowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign
KeInitializeEventlowStandard kernel API - generally benign
IoBuildDeviceIoControlRequestlowStandard kernel API - generally benign
ZwOpenKeylowStandard kernel API - generally benign
DbgPrintlowStandard kernel API - generally benign

IOCTL dispatch codes (20)

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
0x0080878BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #482
0x0022B983highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #3680
0x0022E083highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #2080
0x0022C88BhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #546
0x0080100FhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #1027
0x002228B3highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #2604
0x0022808BhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #34
0x0022C083highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #32
0x0022A08BhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #2082
0x0022A2B3highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #2220
0x0022A493highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #2340
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0x008024BCmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2351
0x002260A0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #2088
0x0022A281mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #2208
0x0022A090mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #2084
0x0022A280mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #2208
0x00226086mediumMETHOD_OUT_DIRECTFILE_DEVICE_UNKNOWN Function #2081
0x002260A6mediumMETHOD_OUT_DIRECTFILE_DEVICE_UNKNOWN Function #2089
0x003403CCmediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #243

PE sections

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

SectionVirtual sizeRaw sizeEntropyFlags
.text0x146A0x16005.86CODE, EXEC, READ
.rdata0x0BE00x0C004.74IDATA, READ
.data0x03A80x02001.48IDATA, READ, WRITE
.pdata0x036C0x04003.72IDATA, READ
.idata0x06D20x08003.81IDATA, READ
PAGE0x3BBB0x3C006.23CODE, EXEC, READ
PAGEDATA0x00840x02001.77IDATA, READ, WRITE
INIT0x03C20x04005.66CODE, EXEC, READ, DISCARD
GFIDS0x00800x02001.14IDATA, READ, DISCARD
.rsrc0x04300x06002.55IDATA, READ, DISCARD
.reloc0x03040x04004.33IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardEnabled
ASLREnabled
DEPEnabled
Integrity checkNot enforced
Mitigation score85 / 100

MITRE ATT&CK techniques (8)

Techniques this driver could enable if loaded by an adversary.

IDTechniqueTactic
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
T1569.002Service ExecutionExecution
T1652Device Driver DiscoveryDiscovery

Code-signing chain

SignerMicrosoft Windows
Signer organisationMicrosoft Corporation
IssuerMicrosoft Windows Production PCA 2011
Serial330000041331BC198807A90774000000000413
Valid from2023-02-03 00:05 UTC
Valid until2024-02-01 00:05 UTC (expired)
Signature validityNot verified

Symbolic execution

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

Frequently asked questions about HyperVideo.sys

Is HyperVideo.sys safe?

Based on DriverShield static and dynamic analysis, HyperVideo.sys is assessed as clean, with no notable risk signals. Its composite risk score is 19/100 (verdict: clean). Always validate findings independently before acting.

What is the risk score of HyperVideo.sys?

HyperVideo.sys has a DriverShield composite risk score of 19/100, placing it in the clean verdict band. SHA256: 5e0a09be614dc97e4fe48109aa857d42b8b4fcd2351347e1a46665eacb204a19.

What is HyperVideo.sys?

HyperVideo.sys is a Windows kernel-mode driver (.sys) analyzed by DriverShield for vulnerabilities, BYOVD abuse potential, and malware indicators. It is code-signed by Microsoft Windows.

Related: Other drivers signed by Microsoft Windows · What an IOCTL dispatch code is · BYOVD research index · full driver database · CVE library · code signing atlas


DriverShield © 2025-2026 · Terms · Privacy · Contact