KSLD.sys - Suspicious (58/100) - DriverShield Analysis

Analysis of KSLD.sys: suspicious verdict, risk score 58/100. 1 YARA match, 0/75 multi-engine detections. SHA256 224fec726efabd57. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

KSLD.sys - Analysis Report

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

VerdictSuspicious (58/100)
YARA matches1
Multi-engine detections0 / 75
File size82352 bytes
Code-signing signerMicrosoft Windows
Analyzed2026-09-06
SHA256224fec726efabd577f58573dee38da401c5caa316725afd5f6db3d81cddc9686
SHA18edab2f87f84264e46a8dbd177f2201644e6d34d
MD577b459b88c954f784afac518f5cb2fcc

Driver identity

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

File descriptionKSLD
ProductMicrosoft Malware Protection
CompanyMicrosoft Corporation
Original filenameKSLD.sys
Internal nameKSLD
File version1.1.25111.3024 (47be3e50784573abdd606100faf731ee095eb873)
Copyright© Microsoft Corporation. All rights reserved.

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

Kernel imports (28)

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

APIRiskWhy it matters
ZwMapViewOfSectioncriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
MmMapLockedPagesSpecifyCachecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
MmMapIoSpacecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
PsSetCreateProcessNotifyRoutineExhighPotentially dangerous - could be used for privilege escalation or security bypass
ZwOpenProcesshighPotentially dangerous - could be used for privilege escalation or security bypass
HalGetBusDataByOffsethighPotentially dangerous - could be used for privilege escalation or security bypass
MmGetSystemRoutineAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
NtQuerySystemInformationmediumModerate risk - system modification capability
MmUnmapIoSpacemediumModerate risk - system modification capability
ObReferenceObjectByHandlemediumModerate risk - system modification capability
ZwQuerySystemInformationmediumModerate risk - system modification capability
ZwDeleteKeymediumModerate risk - system modification capability
PsSetCreateThreadNotifyRoutinemediumModerate risk - system modification capability
ZwDeleteFilemediumModerate risk - system modification capability
KeBugCheckExmediumModerate risk - system modification capability
PsSetLoadImageNotifyRoutinemediumModerate risk - system modification capability
ZwOpenKeylowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign
KeSetEventlowStandard kernel API - generally benign
ZwReadFilelowStandard kernel API - generally benign
ZwQueryValueKeylowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign
ZwQueryInformationFilelowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
ExAllocatePool2lowStandard kernel API - generally benign
DbgPrintExlowStandard kernel API - generally benign
KeInitializeEventlowStandard 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
0x00347263highMETHOD_NEITHERFILE_DEVICE_DISK Function #3224
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0x0080B389mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #3298
0x0080938DmediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #1251
0x0034B941mediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #3664
0x0080C481mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #288
0x00802824mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2569
0x008024BCmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2351
0x008086B9mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #430
0x00346FE8mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #3066
0x00344FE8mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #1018
0x00343BE8mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #3834
0x00809F89mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #2018
0x0080BB89mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #3810
0x00343D00mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #3904
0x00340378mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #222
0x00340032mediumMETHOD_OUT_DIRECTFILE_DEVICE_DISK Function #12

PE sections

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

SectionVirtual sizeRaw sizeEntropyFlags
.text0xB22F0xB4006.13CODE, EXEC, READ
awesome0x00090x04000.1CODE, EXEC, READ
.rdata0x221C0x24004.35IDATA, READ
.data0x04680x04000.43IDATA, READ, WRITE
.pdata0x09E40x0C003.95IDATA, READ
PAGE0x056A0x08004.75CODE, EXEC, READ
INIT0x17D60x18006.19CODE, EXEC, READ, DISCARD
.rsrc0x03D80x04003.33IDATA, READ, DISCARD
.reloc0x06B40x08005.38IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardEnabled
ASLREnabled
DEPEnabled
Integrity checkEnforced
Mitigation score90 / 100

YARA rule matches (1)

RuleSeverityDetects
SUSP_PhysMemhighPhysical memory mapping

MITRE ATT&CK techniques (19)

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
T1014RootkitDefense Evasion
T1055.001Process Injection: DLL InjectionDefense Evasion
T1055.012Process HollowingDefense Evasion
T1068Exploitation for Privilege EscalationPrivilege Escalation
T1071Application Layer ProtocolCommand and Control
T1211Exploitation for Defense EvasionDefense Evasion
T1489Service StopImpact
T1542.001Pre-OS Boot: System FirmwarePersistence
T1543.003Windows ServicePersistence
T1553.002Subvert Trust Controls: Code SigningDefense Evasion
T1562.001Impair Defenses: Disable/Modify ToolsDefense Evasion
T1562.006Indicator BlockingDefense Evasion
T1564.001Hidden Files and DirectoriesDefense Evasion
T1569.002Service ExecutionExecution
T1601Modify System ImageDefense Evasion
T1652Device Driver DiscoveryDiscovery

Code-signing chain

SignerMicrosoft Windows
Signer organisationMicrosoft Corporation
IssuerMicrosoft Windows Production PCA 2011
Serial3300000518418419ADCBAD294F000000000518
Valid from2025-06-19 18:11 UTC
Valid until2026-06-17 18:11 UTC (expired)
Signature validityNot verified

Symbolic execution

Engine angr, status timeout, 76 paths explored at a maximum depth of 76. Vulnerability classes reached: 0. Exploitable paths: 12.

Frequently asked questions about KSLD.sys

Is KSLD.sys safe?

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

What is the risk score of KSLD.sys?

KSLD.sys has a DriverShield composite risk score of 58/100, placing it in the suspicious verdict band. SHA256: 224fec726efabd577f58573dee38da401c5caa316725afd5f6db3d81cddc9686.

What is KSLD.sys?

KSLD.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 · How YARA matching feeds the score · BYOVD research index · full driver database · CVE library · code signing atlas


DriverShield © 2025-2026 · Terms · Privacy · Contact