iQVW64.SYS - Vulnerable (72/100) - DriverShield Analysis

Analysis of iQVW64.SYS: vulnerable verdict, risk score 72/100. 3 YARA matches, 1/75 multi-engine detections. SHA256 37c637a74bf20d76. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

iQVW64.SYS - Analysis Report

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

VerdictVulnerable (72/100)
YARA matches3
Multi-engine detections1 / 75
File size58520 bytes
Code-signing signerAddTrust External CA Root
Analyzed2026-09-06
SHA25637c637a74bf20d7630281581a8fae124200920df11ad7cd68c14c26cc12c5ec9
SHA13d6d53b0f1cc908b898610227b9f1b9352137aba
MD569ba501a268f09f694ff0e8e208aa20e

Driver identity

Version resource data embedded in the iQVW64.SYS PE header, as extracted by the analysis engine.

File descriptionIntel(R) Network Adapter Diagnostic Driver
ProductIntel(R) iQVW64.SYS
CompanyIntel Corporation
Original filenameiQVW64.SYS
Internal nameiQVW64.SYS
File version1.3.2.17 built by: WinDDK
CopyrightCopyright (C) 2002-2018 Intel Corporation All Rights Reserved.

How the 72/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 surface51 / 100
Known-vulnerable corpus100 / 100
Code-signing state80 / 100
Packing and entropy0 / 100
Dynamic behaviour0 / 100
CVE cross-reference0 / 100

Kernel imports (25)

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

APIRiskWhy it matters
MmMapLockedPagesSpecifyCachecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
MmMapIoSpacecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
MmAllocateContiguousMemoryhighPotentially dangerous - could be used for privilege escalation or security bypass
MmGetPhysicalAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
MmGetSystemRoutineAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
ZwCreateKeymediumModerate risk - system modification capability
KeBugCheckExmediumModerate risk - system modification capability
MmUnmapIoSpacemediumModerate risk - system modification capability
IoGetDeviceObjectPointermediumModerate risk - system modification capability
ObOpenObjectByPointermediumModerate risk - system modification capability
ZwSetValueKeymediumModerate risk - system modification capability
IoCreateDevicelowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign
ZwOpenKeylowStandard kernel API - generally benign
IoCreateDeviceSecurelowStandard kernel API - generally benign
IoDeleteDevicelowStandard kernel API - generally benign
IoCreateSymbolicLinklowStandard kernel API - generally benign
DbgPrintlowStandard kernel API - generally benign
ZwQueryValueKeylowStandard kernel API - generally benign
IoDeleteSymbolicLinklowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign
KeInitializeEventlowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign

IOCTL dispatch codes (17)

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
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0xC350FB81mediumMETHOD_IN_DIRECTCUSTOM_MSI Function #3808
0xC3503DACmediumMETHOD_BUFFEREDCUSTOM_MSI Function #3947
0xC350FA81mediumMETHOD_IN_DIRECTCUSTOM_MSI Function #3744
0x0080248CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2339
0x008024BCmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2351
0x008024ACmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2347
0x00340030mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #12
0x0022C421mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #264
0x00226408mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #2306
0x00802484mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2337
0x008024B4mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2349
0x0034FE81mediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #4000
0x0080249CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2343
0x00808389mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #226
0x00340394mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #229
0x00340036mediumMETHOD_OUT_DIRECTFILE_DEVICE_DISK Function #13

PE sections

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

SectionVirtual sizeRaw sizeEntropyFlags
.text0x49450x4A006.23CODE, EXEC, READ
.rdata0x0ED00x10004.51IDATA, READ
.data0x5CA0A00x04001.13IDATA, READ, WRITE
.pdata0x06780x08003.95IDATA, READ
PAGE0x1B710x1C006.07CODE, EXEC, READ
INIT0x0B4C0x0C005.56CODE, EXEC, READ, WRITE, DISCARD
.rsrc0x03F80x04003.42IDATA, READ, DISCARD
.reloc0x00600x02000.32IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardNot enabled
ASLRNot enabled
DEPNot enabled
Integrity checkNot enforced
Mitigation score5 / 100

YARA rule matches (3)

RuleSeverityDetects
PUA_VULN_Driver_Intelcorporation_Iqvwsys_Intelriqvwsys_37C6mediumDetects vulnerable driver mentioned in known-vulnerable driver corpus project using VersionInfo values from the PE header - iqvw64e.sys, iQVW64.SYS, IQVW32.sys, NalDrv.sys. Investigate matches in cont...
BYOVD_MemRWcriticalPhys memory mapping + device creation
SUSP_PhysMemhighPhysical memory mapping

MITRE ATT&CK techniques (14)

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
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
T1562.001Impair DefensesDefense Evasion
T1569.002Service ExecutionExecution
T1652Device Driver DiscoveryDiscovery

Code-signing chain

SignerAddTrust External CA Root
Signer organisationAddTrust AB
IssuerMicrosoft Code Verification Root
Serial3300000035D8D5595B0671412B000000000035
Valid from2013-08-15 20:26 UTC
Valid until2023-08-15 20:36 UTC (expired)
Signature validityNot verified

Symbolic execution

Engine angr, status completed, 100 paths explored at a maximum depth of 100. 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 iQVW64.SYS

Is iQVW64.SYS safe?

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

What is the risk score of iQVW64.SYS?

iQVW64.SYS has a DriverShield composite risk score of 72/100, placing it in the vulnerable verdict band. SHA256: 37c637a74bf20d7630281581a8fae124200920df11ad7cd68c14c26cc12c5ec9.

What is iQVW64.SYS?

iQVW64.SYS is a Windows kernel-mode driver (.sys) analyzed by DriverShield for vulnerabilities, BYOVD abuse potential, and malware indicators. It is code-signed by AddTrust External CA Root.

Related: Other drivers signed by AddTrust External CA Root · 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