usbaapl64.sys - Suspicious (31/100) - DriverShield Analysis

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

usbaapl64.sys - Analysis Report

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

VerdictSuspicious (31/100)
YARA matches0
Multi-engine detections0 / 76
File size54784 bytes
Analyzed2026-04-14
SHA2564dec2fc20329f248135da24cb6694fd972dcce8b1bbea8d872fde41939e96aaf
SHA19d76d3df84ca8b3b384577cb87b7aba0ee33f08d
MD5f957092c63cd71d85903ca0d8370f473

Driver identity

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

File descriptionApple Mobile Device USB Driver
ProductApple Mobile Device USB Driver
CompanyApple, Inc.
Original filenameusbaapl.sys
Internal nameusbaapl.sys
File version1, 67, 0, 0
Copyright© Apple, Inc. All rights reserved.

How the 31/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 surface78 / 100
Known-vulnerable corpus0 / 100
Code-signing state50 / 100
Packing and entropy0 / 100
Dynamic behaviour0 / 100
CVE cross-reference0 / 100

Kernel imports (16)

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

APIRiskWhy it matters
MmMapLockedPagesSpecifyCachecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
MmGetSystemRoutineAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
ZwSetValueKeymediumModerate risk - system modification capability
KeBugCheckExmediumModerate risk - system modification capability
RtlInitUnicodeStringlowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign
KeDelayExecutionThreadlowStandard kernel API - generally benign
IoDeleteDevicelowStandard kernel API - generally benign
KeSetEventlowStandard kernel API - generally benign
IoCreateDevicelowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign
ExFreePoollowStandard kernel API - generally benign
IoBuildDeviceIoControlRequestlowStandard kernel API - generally benign
KeInitializeEventlowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign

IOCTL dispatch codes (26)

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
0x0022001FhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #7
0x0022044FhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #275
0x00220117highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #69
0x0034004BhighMETHOD_NEITHERFILE_DEVICE_DISK Function #18
0x00343337highMETHOD_NEITHERFILE_DEVICE_DISK Function #3277
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0x002200B4mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #45
0x0080EC81mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #2848
0x0080249CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2343
0x0080248CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2339
0x00802494mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2341
0x00220408mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #258
0x00343D00mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #3904
0x00808689mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #418
0x00220B15mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #709
0x0080BDC0mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #3952
0x00340039mediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #14
0x00340038mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #14
0x00340048mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #18
0x00340046mediumMETHOD_OUT_DIRECTFILE_DEVICE_DISK Function #17
0x00340059mediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #22
0x00340044mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #17
0x0034004CmediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #19
0x00340041mediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #16

Showing 24 of 26 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
.text0x98CC0x9A006.18CODE, EXEC, READ
.rdata0x09E40x0A005.04IDATA, READ
.data0x16400x18003.23IDATA, READ, WRITE
.pdata0x05E80x06004.44IDATA, READ
INIT0x08BA0x0A004.69CODE, EXEC, READ, WRITE, DISCARD
.rsrc0x03900x04002.99IDATA, READ, DISCARD
.reloc0x018A0x02003.08IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardNot enabled
ASLRNot enabled
DEPNot enabled
Integrity checkNot enforced
Mitigation score0 / 100

MITRE ATT&CK techniques (12)

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
T1112Modify RegistryDefense Evasion
T1211Exploitation for Defense EvasionDefense Evasion
T1543.003Windows ServicePersistence
T1547.001Registry Run KeysPersistence
T1553.002Subvert Trust Controls: Code SigningDefense Evasion
T1553.006Code Signing Policy ModificationDefense Evasion
T1569.002Service ExecutionExecution
T1652Device Driver DiscoveryDiscovery

Symbolic execution

Engine angr, status completed, 81 paths explored at a maximum depth of 81. Vulnerability classes reached: 0. Exploitable paths: 2.

Frequently asked questions about usbaapl64.sys

Is usbaapl64.sys safe?

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

What is the risk score of usbaapl64.sys?

usbaapl64.sys has a DriverShield composite risk score of 31/100, placing it in the suspicious verdict band. SHA256: 4dec2fc20329f248135da24cb6694fd972dcce8b1bbea8d872fde41939e96aaf.

What is usbaapl64.sys?

usbaapl64.sys is a Windows kernel-mode driver (.sys) analyzed by DriverShield for vulnerabilities, BYOVD abuse potential, and malware indicators.

Related: What an IOCTL dispatch code is · BYOVD research index · full driver database · CVE library · code signing atlas


DriverShield © 2025-2026 · Terms · Privacy · Contact