gdrv.sys - Malicious (88/100) - DriverShield Analysis

Analysis of gdrv.sys: malicious verdict, risk score 88/100. 4 YARA matches, 1/75 multi-engine detections. SHA256 ff6729518a380bf5. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

gdrv.sys - Analysis Report

DriverShield analyzed the Windows kernel driver gdrv.sys and assigned a verdict of Malicious with a composite risk score of 88/100, indicating malicious indicators (80-100 band).

VerdictMalicious (88/100)
YARA matches4
Multi-engine detections1 / 75
File size26792 bytes
Code-signing signerSymantec Time Stamping Services CA - G2
Analyzed2026-09-06
SHA256ff6729518a380bf57f1bc6f1ec0aa7f3012e1618b8d9b0f31a61d299ee2b4339
SHA18d59fd14a445c8f3f0f7991fa6cd717d466b3754
MD51cff7b947f8c3dea1d34dc791fc78cdc

Driver identity

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

File descriptionGIGA-BYTE NonPNP Driver
Productgdrv64
CompanyGIGA-BYTE TECHNOLOGY CO., LTD.
Original filenamegdrv.sys
Internal namegdrv.sys
File version1.0.0.1
CopyrightCopyright (C) 2017

How the 88/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 matches100 / 100
Dangerous kernel imports100 / 100
IOCTL dispatch surface100 / 100
Known-vulnerable corpus100 / 100
Code-signing state80 / 100
Packing and entropy0 / 100
Dynamic behaviour0 / 100
CVE cross-reference40 / 100

Kernel imports (17)

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

APIRiskWhy it matters
MmMapIoSpacecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
MmMapLockedPagescriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
ZwMapViewOfSectioncriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
MmGetPhysicalAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
MmAllocateContiguousMemoryhighPotentially dangerous - could be used for privilege escalation or security bypass
MmUnmapIoSpacemediumModerate risk - system modification capability
KeBugCheckExmediumModerate risk - system modification capability
ObReferenceObjectByHandlemediumModerate risk - system modification capability
IoCreateSymbolicLinklowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
DbgPrintlowStandard kernel API - generally benign
IoDeleteSymbolicLinklowStandard kernel API - generally benign
IoCreateDevicelowStandard kernel API - generally benign
ExAllocatePoollowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign
IoDeleteDevicelowStandard kernel API - generally benign

IOCTL dispatch codes (15)

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
0xC3502808critical (known exploit)METHOD_BUFFEREDArbitrary memory R/W (RTCore64)
0xC350280Ccritical (known exploit)METHOD_BUFFEREDPhysical memory map (RTCore64)
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0xC350BAC1mediumMETHOD_IN_DIRECTCUSTOM_MSI Function #3760
0x00808B89mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #738
0xC3500E50mediumMETHOD_BUFFEREDCUSTOM_MSI Function #916
0xC3500E60mediumMETHOD_BUFFEREDCUSTOM_MSI Function #920
0xC3502000mediumMETHOD_BUFFEREDCUSTOM_MSI Function #2048
0xC3506400mediumMETHOD_BUFFEREDCUSTOM_MSI Function #2304
0x0022E715mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #2501
0xC3506404mediumMETHOD_BUFFEREDCUSTOM_MSI Function #2305
0xC350A444mediumMETHOD_BUFFEREDCUSTOM_MSI Function #2321
0x0080BAC1mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #3760
0x003402E8mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #186
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
.text0x2A8F0x2C006.35CODE, EXEC, READ
.rdata0x06A00x08003.65IDATA, READ
.data0x00540x02000.28IDATA, READ, WRITE
.pdata0x01EC0x02003.82IDATA, READ
.gfids0x00040x02000.02IDATA, READ
INIT0x044C0x06004.15CODE, EXEC, READ, DISCARD
.rsrc0x03480x04002.83IDATA, READ, DISCARD
.reloc0x00180x02000.28IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardNot enabled
ASLREnabled
DEPEnabled
Integrity checkNot enforced
Mitigation score55 / 100

YARA rule matches (4)

RuleSeverityDetects
PUA_VULN_Driver_Gigabytetechnologycoltd_Gdrvsys_Gdrv_FF67mediumDetects vulnerable driver mentioned in known-vulnerable driver corpus project using VersionInfo values from the PE header - gdrv.sys. Investigate matches in context: expected filenames or standard ven...
VULN_RTCore64criticalMSI RTCore64.sys
BYOVD_MemRWcriticalPhys memory mapping + device creation
SUSP_PhysMemhighPhysical memory mapping

MITRE ATT&CK techniques (12)

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
T1211Exploitation for Defense EvasionDefense Evasion
T1543.003Windows ServicePersistence
T1553.002Subvert Trust Controls: Code SigningDefense Evasion
T1562.001Impair DefensesDefense Evasion
T1569.002Service ExecutionExecution
T1652Device Driver DiscoveryDiscovery

Code-signing chain

SignerSymantec Time Stamping Services CA - G2
Signer organisationSymantec Corporation
IssuerThawte Timestamping CA
Serial7E93EBFB7CC64E59EA4B9A77D406FC3B
Valid from2012-12-21 00:00 UTC
Valid until2020-12-30 23:59 UTC (expired)
Signature validityNot verified

Associated CVEs

Symbolic execution

Engine angr, status completed, 31 paths explored at a maximum depth of 31. Vulnerability classes reached: 1. 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 gdrv.sys

Is gdrv.sys safe?

Based on DriverShield static and dynamic analysis, gdrv.sys is flagged as malicious and should be treated as dangerous. Its composite risk score is 88/100 (verdict: malicious). Always validate findings independently before acting.

What is the risk score of gdrv.sys?

gdrv.sys has a DriverShield composite risk score of 88/100, placing it in the malicious verdict band. SHA256: ff6729518a380bf57f1bc6f1ec0aa7f3012e1618b8d9b0f31a61d299ee2b4339.

What is gdrv.sys?

gdrv.sys is a Windows kernel-mode driver (.sys) analyzed by DriverShield for vulnerabilities, BYOVD abuse potential, and malware indicators. It is code-signed by Symantec Time Stamping Services CA - G2.

Related: Other drivers signed by Symantec Time Stamping Services CA - G2 · CVE-2018-19320 · 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