vgk.sys - Suspicious (32/100) - DriverShield Analysis

Analysis of vgk.sys: suspicious verdict, risk score 32/100. 0 YARA matches, 0/76 multi-engine detections. SHA256 6eb0a1c67cd31f16. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

vgk.sys - Analysis Report

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

VerdictSuspicious (32/100)
YARA matches0
Multi-engine detections0 / 76
File size38039992 bytes
Code-signing signerDigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1
Analyzed2026-04-14
SHA2566eb0a1c67cd31f16567be689a2cbf9c8b5d2c675eeadf709c4a0c837fc5bc701
SHA119967c1b2d6cf5f6c5e07a37f04fc603aad97dd6
MD594e3f1f0f23f8ec2f9845fc2ca556d58

Driver identity

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

File descriptionVanguard kernel-mode driver.
ProductVanguard Driver
CompanyRiot Games, Inc.
Original filenamevgk.sys
Internal namevgk.sys
File version1.17.13.23
CopyrightCopyright (C) 2021

How the 32/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 imports90 / 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 (10)

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

APIRiskWhy it matters
MmMapLockedPagesSpecifyCachecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
ObReferenceObjectByHandlemediumModerate risk - system modification capability
ZwQuerySystemInformationmediumModerate risk - system modification capability
ZwWriteFilemediumModerate risk - system modification capability
KeBugCheckExmediumModerate risk - system modification capability
RtlInitUnicodeStringlowStandard kernel API - generally benign
ZwReadFilelowStandard kernel API - generally benign
ProbeForReadlowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard 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
0x00808D8BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #866
0x98766BCFhighMETHOD_NEITHERCUSTOM_PROCESS Function #2803
0x0022E013highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #2052
0x0034011FhighMETHOD_NEITHERFILE_DEVICE_DISK Function #71
0x0022011FhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #71
0x0022BBFFhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #3839
0x0022840FhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #259
0x0022850FhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #323
0x00808557highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #341
0x003472CFhighMETHOD_NEITHERFILE_DEVICE_DISK Function #3251
0x0022A583highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #2400
0x0080857FhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #351
0x8273173BhighMETHOD_NEITHERCUSTOM_VIRAGT Function #1486
0x00808D6FhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #859
0x0080EB17highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #2757
0x00225A4BhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #1682
0x00228C9FhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #807
0x003419E7highMETHOD_NEITHERFILE_DEVICE_DISK Function #1657
0x00347C6BhighMETHOD_NEITHERFILE_DEVICE_DISK Function #3866
0x00809A4BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #1682
0x0080CB57highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #725
0x8273FFFFhighMETHOD_NEITHERCUSTOM_VIRAGT Function #4095
0x00808DEFhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #891
0x00808D57highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #853

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
.text0x611D00x612006.11CODE, IDATA, EXEC, READ
0x10000x10000.38CODE, IDATA, EXEC, READ
_ENTROPY0x00400x02000CODE, IDATA, EXEC, READ
.rdata0xE4DC0xE6005.87IDATA, READ
.data0x1122C0x2A005.87IDATA, READ, WRITE
.pdata0x24C00x26007.91IDATA, READ
.nt0x40000x40000IDATA, READ, WRITE
.edata0x00C60x02000.62IDATA, READ
INIT0x09580x0A005.02IDATA, READ, WRITE
.stub00x3F99C0x3FA006.56CODE, IDATA, EXEC, READ
.reloc0x041C0x06004.27IDATA, READ, DISCARD
.rsrc0x5D4C0x5E003.32IDATA, READ, DISCARD
.grfn10x23304740x23306006.04CODE, IDATA, EXEC, READ

Exploit mitigations

Control Flow GuardNot enabled
ASLREnabled
DEPEnabled
Integrity checkEnforced
Mitigation score75 / 100

MITRE ATT&CK techniques (9)

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

Code-signing chain

SignerDigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1
Signer organisationDigiCert, Inc.
IssuerDigiCert Trusted Root G4
Serial8AD40B260D29C4C9F5ECDA9BD93AED9
Valid from2021-04-29 00:00 UTC
Valid until2036-04-28 23:59 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.

Frequently asked questions about vgk.sys

Is vgk.sys safe?

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

What is the risk score of vgk.sys?

vgk.sys has a DriverShield composite risk score of 32/100, placing it in the suspicious verdict band. SHA256: 6eb0a1c67cd31f16567be689a2cbf9c8b5d2c675eeadf709c4a0c837fc5bc701.

What is vgk.sys?

vgk.sys is a Windows kernel-mode driver (.sys) analyzed by DriverShield for vulnerabilities, BYOVD abuse potential, and malware indicators. It is code-signed by DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1.

Related: Other drivers signed by DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1 · What an IOCTL dispatch code is · BYOVD research index · full driver database · CVE library · code signing atlas


DriverShield © 2025-2026 · Terms · Privacy · Contact