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

Analysis of viragt.sys: malicious verdict, risk score 88/100. 5 YARA matches, 1/74 multi-engine detections. SHA256 e05eeb2b8c18ad2c. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

viragt.sys - Analysis Report

DriverShield analyzed the Windows kernel driver viragt.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 matches5
Multi-engine detections1 / 74
File size91952 bytes
Code-signing signerSymantec Time Stamping Services CA - G2
Analyzed2026-09-08
SHA256e05eeb2b8c18ad2cb2d1038c043d770a0d51b96b748bc34be3e7fc6f3790ce53
SHA1cb22723faa5ae2809476e5c5e9b9a597b26cab9b
MD5e79c91c27df3eaf82fb7bd1280172517

Driver identity

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

File descriptionVirIT Agent System
ProductVirIT Agent System
CompanyTG Soft S.a.s.
Original filenameviragt.sys
Internal nameviragt.sys
File version1, 72, 0, 0
CopyrightCopyright (C) TG Soft S.a.s. 2006, 2013 - 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 matches100 / 100
Dangerous kernel imports100 / 100
IOCTL dispatch surface36 / 100
Known-vulnerable corpus100 / 100
Code-signing state80 / 100
Packing and entropy0 / 100
Dynamic behaviour0 / 100
CVE cross-reference0 / 100

Kernel imports (35)

Kernel-mode APIs resolved from the Import Address Table of viragt.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
READ_PORT_UCHARhighPotentially dangerous - could be used for privilege escalation or security bypass
PsLookupProcessByProcessIdhighPotentially dangerous - could be used for privilege escalation or security bypass
READ_PORT_ULONGhighPotentially dangerous - could be used for privilege escalation or security bypass
WRITE_PORT_UCHARhighPotentially dangerous - could be used for privilege escalation or security bypass
ZwDeleteKeymediumModerate risk - system modification capability
ZwSetInformationFilemediumModerate risk - system modification capability
ZwWriteFilemediumModerate risk - system modification capability
KeBugCheckExmediumModerate risk - system modification capability
ZwCreateKeymediumModerate risk - system modification capability
ZwQuerySystemInformationmediumModerate risk - system modification capability
ZwSetValueKeymediumModerate risk - system modification capability
ObReferenceObjectByHandlemediumModerate risk - system modification capability
ZwQueryInformationFilelowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign
ZwReadFilelowStandard kernel API - generally benign
KeSetEventlowStandard kernel API - generally benign
ZwCreateFilelowStandard kernel API - generally benign
IoCreateSymbolicLinklowStandard kernel API - generally benign
KeDelayExecutionThreadlowStandard kernel API - generally benign
DbgPrintlowStandard kernel API - generally benign
RtlInitAnsiStringlowStandard kernel API - generally benign
IoCreateDevicelowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
IoDeleteSymbolicLinklowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign

Showing the 28 highest-relevance imports of 35 resolved.

IOCTL dispatch codes (12)

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
0x00343DD7highMETHOD_NEITHERFILE_DEVICE_DISK Function #3957
0x00808C0FhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #771
0x008000FFhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #63
0x00806803highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #2560
0x82730068mediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #26
0x82730084mediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #33
0x82730094mediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #37
0x82732140mediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #2128
0x8273A040mediumMETHOD_BUFFEREDCUSTOM_VIRAGT Function #2064
0x00223D00mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #3904
0x0022EDE8mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #2938
0x003403D0mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #244

PE sections

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

SectionVirtual sizeRaw sizeEntropyFlags
.text0xDBB50xDC006.74CODE, EXEC, READ
NonPaged0x07AD0x08006.58CODE, EXEC, READ
.rdata0x05D40x06005IDATA, READ
.data0x364C0x36800.05IDATA, READ, WRITE
INIT0x0A840x0B005.53CODE, EXEC, READ, WRITE, DISCARD
.rsrc0x04300x04803.14IDATA, READ, DISCARD
.reloc0x0F580x0F806.24IDATA, READ, DISCARD

Exploit mitigations

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

YARA rule matches (5)

RuleSeverityDetects
PUA_VULN_Driver_Tgsoftsas_Viragtsys_Viritagentsystem_E05EmediumDetects vulnerable driver mentioned in known-vulnerable driver corpus project using VersionInfo values from the PE header - viragt.sys. Investigate matches in context: expected filenames or standard v...
VULN_Viragtcriticalviragt64.sys Kasseika ransomware
BYOVD_ProcKillcriticalProcess termination EDR killer
SUSP_PortIOmediumDirect port I/O
MAL_EDRKillercriticalGeneric EDR killer pattern

MITRE ATT&CK techniques (17)

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
T1112Modify RegistryDefense Evasion
T1211Exploitation for Defense EvasionDefense Evasion
T1489Service StopImpact
T1542.001Pre-OS Boot: System FirmwarePersistence
T1543.003Windows ServicePersistence
T1547.001Registry Run KeysPersistence
T1553.002Subvert Trust Controls: Code SigningDefense Evasion
T1562.001Disable/Modify ToolsDefense Evasion
T1569.002Service ExecutionExecution
T1601Modify System ImageDefense Evasion
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: 1.

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 viragt.sys

Is viragt.sys safe?

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

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

What is viragt.sys?

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