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

Analysis of xhunter1.sys: suspicious verdict, risk score 58/100. 2 YARA matches, 5/75 multi-engine detections. SHA256 e727d0753d2cd0b2. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

xhunter1.sys - Analysis Report

DriverShield analyzed the Windows kernel driver xhunter1.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 matches2
Multi-engine detections5 / 75
File size48368 bytes
Code-signing signerSymantec Time Stamping Services CA - G2
Analyzed2026-09-06
SHA256e727d0753d2cd0b2f6eeba4cea53aa10b3ff3ed2afeb78f545fcf6d840f85c3e
SHA1852049ecfd6a42370f2d6ed0d5e67e52c8d88211
MD5c61c16de83acabd35ee18e410c1c37c1

Driver identity

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

File descriptionXIGNCODE3 System Guard
ProductXIGNCODE3
CompanyWellbia.com Co., Ltd.
Original filenamexhunter1.sys
Internal namexhunter1.sys
File version10.0.10011.16384
CopyrightCopyright (c) 2006-2013 Wellbia.com Co., Ltd.

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 matches10 / 100
Dangerous kernel imports100 / 100
IOCTL dispatch surface27 / 100
Known-vulnerable corpus100 / 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 xhunter1.sys, ranked by exploitation relevance.

APIRiskWhy it matters
MmMapLockedPagesSpecifyCachecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
ObRegisterCallbackshighPotentially dangerous - could be used for privilege escalation or security bypass
PsSetCreateProcessNotifyRoutinehighPotentially dangerous - could be used for privilege escalation or security bypass
PsLookupProcessByProcessIdhighPotentially dangerous - could be used for privilege escalation or security bypass
PsSetCreateProcessNotifyRoutineExhighPotentially 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
ObOpenObjectByPointermediumModerate risk - system modification capability
KeBugCheckExmediumModerate risk - system modification capability
ObReferenceObjectByHandlemediumModerate risk - system modification capability
IoCreateSymbolicLinklowStandard kernel API - generally benign
KeDelayExecutionThreadlowStandard kernel API - generally benign
ProbeForWritelowStandard kernel API - generally benign
ZwCreateFilelowStandard kernel API - generally benign
ZwReadFilelowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign
ZwQueryInformationFilelowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign
ProbeForReadlowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign
KeSetEventlowStandard kernel API - generally benign
ExAllocatePoollowStandard kernel API - generally benign
IoCreateDevicelowStandard kernel API - generally benign
ZwOpenFilelowStandard kernel API - generally benign
IoDeleteDevicelowStandard kernel API - generally benign
IoDeleteSymbolicLinklowStandard kernel API - generally benign

IOCTL dispatch codes (9)

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
0x00801F0FhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #1987
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0x0080249CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2343
0x00802484mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2337
0x0022B941mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #3664
0x00340340mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #208
0x00340038mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #14
0xC350DF2DmediumMETHOD_IN_DIRECTCUSTOM_MSI Function #1995
0x8273E076mediumMETHOD_OUT_DIRECTCUSTOM_VIRAGT Function #2077

PE sections

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

SectionVirtual sizeRaw sizeEntropyFlags
.text0x615B0x62006.33CODE, EXEC, READ
.rdata0x0C340x0E004IDATA, READ
.data0x3CF00x0E003.8IDATA, READ, WRITE
.pdata0x05C40x06004.25IDATA, READ
.gfids0x00040x02000.02IDATA, READ
INIT0x09340x0A005.01CODE, EXEC, READ, DISCARD
.rsrc0x04280x06002.69IDATA, READ, DISCARD
.reloc0x02080x04003.43IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardNot enabled
ASLREnabled
DEPEnabled
Integrity checkEnforced
Mitigation score60 / 100

YARA rule matches (2)

RuleSeverityDetects
PUA_VULN_Driver_Wellbiacomcoltd_Xhuntersys_Xigncode_E727mediumDetects vulnerable driver mentioned in known-vulnerable driver corpus project using VersionInfo values from the PE header - xhunter1.sys. Investigate matches in context: expected filenames or standard...
SUSP_CallbacksmediumKernel callback registration

MITRE ATT&CK techniques (15)

Techniques this driver could enable if loaded by an adversary.

IDTechniqueTactic
T1003.001OS Credential Dumping: LSASS MemoryCredential Access
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
T1543.003Windows ServicePersistence
T1553.002Subvert Trust Controls: Code SigningDefense Evasion
T1562.001Impair DefensesDefense Evasion
T1562.006Indicator BlockingDefense Evasion
T1564.001Hidden Files and DirectoriesDefense Evasion
T1569.002System Services: Service 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 static_approximation, 0 paths explored at a maximum depth of 0. 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 xhunter1.sys

Is xhunter1.sys safe?

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

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

What is xhunter1.sys?

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