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

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

XunYouFilter.sys - Analysis Report

DriverShield analyzed the Windows kernel driver XunYouFilter.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 size117808 bytes
Code-signing signerMicrosoft Windows Hardware Compatibility Publisher
Analyzed2026-09-16
SHA256c9d5f1c5c6bcb263172867208cc79dae98c2b33a1aa44e23c90ca0d3dfeca196
SHA1837f25c2be2b5daaffded9b8cb39ab265a5280ca
MD50f4bc2aec9fbb85ae279a1b8beafe73d

Driver identity

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

File descriptionXunYouFilter WFP Driver
Product6 ProductVersion
CompanySichuan XunYou Network Technology Co.
Original filenameXunYouFilter.sys
Internal nameXunYouFilter.sys
File version1.0.0.50
CopyrightCopyright @ XunYou.com

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 imports100 / 100
IOCTL dispatch surface78 / 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 XunYouFilter.sys, ranked by exploitation relevance.

APIRiskWhy it matters
MmMapLockedPagesSpecifyCachecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
PsLookupProcessByProcessIdhighPotentially dangerous - could be used for privilege escalation or security bypass
MmGetSystemRoutineAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
ZwQuerySystemInformationmediumModerate risk - system modification capability
KeBugCheckExmediumModerate risk - system modification capability
ObOpenObjectByPointermediumModerate risk - system modification capability
ObReferenceObjectByHandlemediumModerate risk - system modification capability
ZwCloselowStandard kernel API - generally benign
ZwQueryValueKeylowStandard kernel API - generally benign
KeInitializeEventlowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign
IoCreateSymbolicLinklowStandard kernel API - generally benign
ZwOpenKeylowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign
IoDeleteDevicelowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
KeSetEventlowStandard kernel API - generally benign
IoDeleteSymbolicLinklowStandard kernel API - generally benign
IoCreateDevicelowStandard 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
0x0080840FhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #259
0x0080978BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #1506
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0x008024BCmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2351
0x00808189mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #98
0x0080C481mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #288
0x00226FE8mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #3066
0x0080249CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2343
0x0022BFE8mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #4090
0x00220C41mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #784
0x00808889mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #546
0x00808B8DmediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #739
0x0080EF15mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #3013
0x0080248CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2339
0x0034A7E8mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #2554
0x0080898DmediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #611
0x0080BF8DmediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #4067
0x00342715mediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #2501
0x0080868DmediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #419
0x008024B4mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2349
0x00227715mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #3525
0x00223315mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #3269
0x0022AF15mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #3013
0x00340069mediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #26

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
.text0x1189F0x11A006.18CODE, EXEC, READ
.rdata0x20540x22004.63IDATA, READ
.data0x1BC00x0A002.13IDATA, READ, WRITE
.pdata0x10380x12004.69IDATA, READ
INIT0x09160x0A005.07CODE, EXEC, READ, WRITE, DISCARD
.rsrc0x03F80x04003.49IDATA, READ, DISCARD
.reloc0x02780x04002.69IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardNot enabled
ASLREnabled
DEPEnabled
Integrity checkNot enforced
Mitigation score55 / 100

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.001Impair Defenses: Disable/Modify ToolsDefense Evasion
T1569.002Service ExecutionExecution
T1652Device Driver DiscoveryDiscovery

Code-signing chain

SignerMicrosoft Windows Hardware Compatibility Publisher
Signer organisationMicrosoft Corporation
IssuerMicrosoft Windows Third Party Component CA 2014
Serial330000006E1229856F0ADE6CFC00000000006E
Valid from2024-10-10 19:04 UTC
Valid until2025-10-08 19:04 UTC (expired)
Signature validityNot verified

Symbolic execution

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

Frequently asked questions about XunYouFilter.sys

Is XunYouFilter.sys safe?

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

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

What is XunYouFilter.sys?

XunYouFilter.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 Hardware Compatibility Publisher.

Related: Other drivers signed by Microsoft Windows Hardware Compatibility Publisher · What an IOCTL dispatch code is · BYOVD research index · full driver database · CVE library · code signing atlas


DriverShield © 2025-2026 · Terms · Privacy · Contact