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

Analysis of window.sys: malicious verdict, risk score 88/100. 2 YARA matches, 8/76 multi-engine detections. SHA256 58a74dceb2022cd8. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

window.sys - Analysis Report

DriverShield analyzed the Windows kernel driver window.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 matches2
Multi-engine detections8 / 76
File size82848 bytes
Code-signing signerSymantec Time Stamping Services CA - G2
Analyzed2026-04-02
SHA25658a74dceb2022cd8a358b92acd1b48a5e01c524c3b0195d7033e4bd55eff4495
SHA105c0c49e8bcf11b883d41441ce87a2ee7a3aba1d
MD543830326cd5fae66f5508e27cbec39a0

Driver identity

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

File descriptionVirIT Agent System
ProductVirIT Agent System
CompanyTG Soft S.a.s.
Original filenameviragt64.sys
Internal nameviragt.sys
File version1, 0, 0, 11
CopyrightCopyright (C) TG Soft S.a.s. 2011, 2016 - www.tgsoft.it

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 matches55 / 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 (27)

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

APIRiskWhy it matters
MmMapLockedPagesSpecifyCachecriticalHighly 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
ObReferenceObjectByHandlemediumModerate risk - system modification capability
ZwSetInformationFilemediumModerate risk - system modification capability
ZwCreateKeymediumModerate risk - system modification capability
ZwDeleteKeymediumModerate risk - system modification capability
ZwSetValueKeymediumModerate risk - system modification capability
ZwQuerySystemInformationmediumModerate risk - system modification capability
KeBugCheckExmediumModerate risk - system modification capability
ZwWriteFilemediumModerate risk - system modification capability
IoCreateSymbolicLinklowStandard kernel API - generally benign
ZwReadFilelowStandard kernel API - generally benign
ZwQueryValueKeylowStandard kernel API - generally benign
RtlInitAnsiStringlowStandard kernel API - generally benign
ZwOpenKeylowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign
IoDeleteDevicelowStandard kernel API - generally benign
ZwCreateFilelowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign
ZwQueryInformationFilelowStandard kernel API - generally benign
IoCreateDevicelowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign
IoDeleteSymbolicLinklowStandard kernel API - generally benign
KeDelayExecutionThreadlowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign

IOCTL dispatch codes (27)

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
0x82730030critical (known exploit)METHOD_BUFFEREDArbitrary process kill (viragt64)
0x008000BFhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #47
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0x00343D00mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #3904
0x00802484mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2337
0x008024BCmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2351
0x0080248CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2339
0x00800020mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #8
0x82730028mediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #10
0x82730008mediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #2
0x8273001CmediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #7
0x82730038mediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #14
0x82730050mediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #20
0x82730070mediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #28
0x82730068mediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #26
0x82730080mediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #32
0x8273009CmediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #39
0x82730094mediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #37
0x827300B4mediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #45
0x00800C84mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #801
0x0080972DmediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #1483
0x002203E8mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #250
0x00802494mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2341
0x00802824mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2569

Showing 24 of 27 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
.text0xD05A0xD2006.36CODE, EXEC, READ
.rdata0x0C580x0E004.54IDATA, READ
.data0x39600x02000.93IDATA, READ, WRITE
.pdata0x036C0x04003.88IDATA, READ
INIT0x08420x0A004.56CODE, EXEC, READ, WRITE, DISCARD
.rsrc0x04380x06002.52IDATA, READ, DISCARD
.reloc0x014C0x02001.65IDATA, READ, DISCARD

Exploit mitigations

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

YARA rule matches (2)

RuleSeverityDetects
PUA_VULN_Driver_Tgsoftsas_Viragtsys_Viritagentsystem_58A7mediumDetects vulnerable driver mentioned in known-vulnerable driver corpus project using VersionInfo values from the PE header - viraglt64.sys, viragt64.sys
VULN_Viragtcriticalviragt64.sys Kasseika ransomware

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, 100 paths explored at a maximum depth of 100. 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 window.sys

Is window.sys safe?

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

window.sys has a DriverShield composite risk score of 88/100, placing it in the malicious verdict band. SHA256: 58a74dceb2022cd8a358b92acd1b48a5e01c524c3b0195d7033e4bd55eff4495.

What is window.sys?

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