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

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

ksapi64_del.sys - Analysis Report

DriverShield analyzed the Windows kernel driver ksapi64_del.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 matches3
Multi-engine detections3 / 75
File size89776 bytes
Code-signing signerSymantec Time Stamping Services CA - G2
Analyzed2026-09-06
SHA25626ed45461e62d733f33671bfd0724399d866ee7606f3f112c90896ce8355392e
SHA138ce6a9e00b059c1710b728af9454a3e9f45e579
MD56d5fbbb446b119cb151c97b8e16be822

Driver identity

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

File descriptionKingsoft KSAPI Module
ProductKingsoft Antivirus Security System
CompanyKingsoft Corporation
Original filenameksapi.sys
Internal nameksapi.sys
File version2017,12,06,132
CopyrightCopyright (C) 1998-2017 Kingsoft Corporation

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-reference0 / 100

Kernel imports (33)

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

APIRiskWhy it matters
ZwMapViewOfSectioncriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
ZwTerminateProcesscriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
ZwOpenProcesshighPotentially dangerous - could be used for privilege escalation or security bypass
PsLookupProcessByProcessIdhighPotentially 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
ZwSetValueKeymediumModerate risk - system modification capability
ZwSetInformationFilemediumModerate risk - system modification capability
IoGetDeviceObjectPointermediumModerate risk - system modification capability
ObOpenObjectByPointermediumModerate risk - system modification capability
ZwDeleteKeymediumModerate risk - system modification capability
ObReferenceObjectByHandlemediumModerate risk - system modification capability
ZwQuerySystemInformationmediumModerate risk - system modification capability
KeBugCheckExmediumModerate risk - system modification capability
ExAllocatePoolWithTaglowStandard kernel API - generally benign
ProbeForWritelowStandard kernel API - generally benign
KeInitializeEventlowStandard kernel API - generally benign
IoCreateSymbolicLinklowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
IoDeleteDevicelowStandard kernel API - generally benign
ZwReadFilelowStandard kernel API - generally benign
ZwQueryValueKeylowStandard kernel API - generally benign
ZwOpenKeylowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign
KeSetEventlowStandard kernel API - generally benign
DbgPrintlowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign
ZwOpenFilelowStandard kernel API - generally benign

Showing the 28 highest-relevance imports of 33 resolved.

IOCTL dispatch codes (14)

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
0x0022201Ccritical (known exploit)METHOD_BUFFEREDProcess termination by PID (wsftprm)
0x00222000medium (known exploit)METHOD_BUFFEREDDriver communication init
0x00347E83highMETHOD_NEITHERFILE_DEVICE_DISK Function #4000
0x0022010FhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #67
0x0022240CmediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #2307
0x00222208mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #2178
0x00802484mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2337
0x0080249CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2343
0x00802824mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2569
0x0080248CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2339
0x00802494mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2341
0x00229DE8mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #1914
0x0034CB15mediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #709
0x00340350mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #212

PE sections

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

SectionVirtual sizeRaw sizeEntropyFlags
.text0xCEC40xD0006.13CODE, EXEC, READ
.data0x06B00x02000.59IDATA, READ, WRITE
.pdata0x096C0x0A004.34IDATA, READ
PAGE0x00980x02002.38CODE, EXEC, READ
INIT0x0E880x10005.38CODE, EXEC, READ, WRITE, DISCARD
.rsrc0x03B00x04003.17IDATA, READ, DISCARD
.reloc0x00540x02000.27IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardNot enabled
ASLRNot enabled
DEPNot enabled
Integrity checkEnforced
Mitigation score10 / 100

YARA rule matches (3)

RuleSeverityDetects
PUA_VULN_Driver_Kingsoftcorporation_Ksapisys_Kingsoftantivirussecuritysystem_26EDmediumDetects vulnerable driver mentioned in known-vulnerable driver corpus project using VersionInfo values from the PE header - ksapi.sys. Investigate matches in context: expected filenames or standard ve...
BYOVD_ProcKillcriticalProcess termination EDR killer
MAL_EDRKillercriticalGeneric EDR killer pattern

MITRE ATT&CK techniques (14)

Techniques this driver could enable if loaded by an adversary.

IDTechniqueTactic
T1003.001OS Credential Dumping: LSASS MemoryCredential Access
T1055.001Process Injection: DLL InjectionDefense Evasion
T1055.012Process HollowingDefense Evasion
T1068Exploitation for Privilege EscalationPrivilege Escalation
T1071Application Layer ProtocolCommand and Control
T1112Modify RegistryDefense Evasion
T1211Exploitation for Defense EvasionDefense Evasion
T1489Service StopImpact
T1543.003Windows ServicePersistence
T1547.001Registry Run KeysPersistence
T1553.002Subvert Trust Controls: Code SigningDefense Evasion
T1562.001Disable/Modify ToolsDefense 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

Symbolic execution

Engine angr, status completed, 36 paths explored at a maximum depth of 36. 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 ksapi64_del.sys

Is ksapi64_del.sys safe?

Based on DriverShield static and dynamic analysis, ksapi64_del.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 ksapi64_del.sys?

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

What is ksapi64_del.sys?

ksapi64_del.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 · 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