NDKPing.sys - Suspicious (35/100) - DriverShield Analysis

Analysis of NDKPing.sys: suspicious verdict, risk score 35/100. 0 YARA matches. SHA256 daaeacdb4506d2bd. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

NDKPing.sys - Analysis Report

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

VerdictSuspicious (35/100)
YARA matches0
File size72720 bytes
Code-signing signerMicrosoft Windows
Analyzed2026-03-22
SHA256daaeacdb4506d2bdded61957d92fb4983e11d9ce6e7b25119b4cbfb431c945f4
SHA18544700b88842c8412054234f27ef5d54b578399
MD533cdaedc7cbe8339a8324cec2461bfb4

Driver identity

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

File descriptionRDMA Sample Driver
ProductMicrosoft® Windows® Operating System
CompanyMicrosoft Corporation
Original filenameRdmaSample.sys
Internal nameRdmaSample.sys
File version10.0.19041.1 (WinBuild.160101.0800)
Copyright© Microsoft Corporation. All rights reserved.

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

Kernel imports (20)

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

APIRiskWhy it matters
MmGetSystemRoutineAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
ZwSetValueKeymediumModerate risk - system modification capability
ObOpenObjectByPointermediumModerate risk - system modification capability
ZwWriteFilemediumModerate risk - system modification capability
ZwCreateKeymediumModerate risk - system modification capability
KeWaitForSingleObjectlowStandard kernel API - generally benign
ZwCreateFilelowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign
IoDeleteDevicelowStandard kernel API - generally benign
ZwOpenKeylowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign
KeSetEventlowStandard kernel API - generally benign
IoCreateSymbolicLinklowStandard kernel API - generally benign
IoCreateDevicelowStandard kernel API - generally benign
KeInitializeEventlowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign
IoCreateDeviceSecurelowStandard kernel API - generally benign
IoDeleteSymbolicLinklowStandard kernel API - generally benign
ZwQueryValueKeylowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard 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
0x0022E8CFhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #2611
0xC350BBFFhighMETHOD_NEITHERCUSTOM_MSI Function #3839
0x008000BFhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #47
0x008083C7highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #241
0x0080838BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #226
0x0080BB83highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #3808
0x0080840FhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #259
0x00346417highMETHOD_NEITHERFILE_DEVICE_DISK Function #2309
0x00226423highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #2312
0x00220123highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #72
0x0080B58BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #3426
0x00808D8BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #866
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0x00802315mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #2245
0x00808D8DmediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #867
0x0080858DmediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #355
0xC3503D58mediumMETHOD_BUFFEREDCUSTOM_MSI Function #3926
0x008000BAmediumMETHOD_OUT_DIRECTFILE_DEVICE_CUSTOM Function #46
0x008000B8mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #46
0x008000FEmediumMETHOD_OUT_DIRECTFILE_DEVICE_CUSTOM Function #63
0x008000F9mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #62
0x00226BE8mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #2810
0x0080C481mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #288
0x0080EC81mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #2848

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
.text0x70E90x72006.1CODE, EXEC, READ
.rdata0x11680x12004.96IDATA, READ
.data0x03D80x04001.3IDATA, READ, WRITE
.pdata0x06D80x08004.15IDATA, READ
.idata0x0B8A0x0C004.48IDATA, READ
PAGE0x44700x46006.21CODE, EXEC, READ
INIT0x00720x02001.69CODE, EXEC, READ, DISCARD
GFIDS0x00680x02000.99IDATA, READ, DISCARD
.rsrc0x04080x06002.42IDATA, READ, DISCARD
.reloc0x08480x0A005.09IDATA, 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
Serial330000023241FB59996DCC4DFF000000000232
Valid from2019-05-02 21:24 UTC
Valid until2020-05-02 21:24 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 NDKPing.sys

Is NDKPing.sys safe?

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

What is the risk score of NDKPing.sys?

NDKPing.sys has a DriverShield composite risk score of 35/100, placing it in the suspicious verdict band. SHA256: daaeacdb4506d2bdded61957d92fb4983e11d9ce6e7b25119b4cbfb431c945f4.

What is NDKPing.sys?

NDKPing.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