Analysis of amdryzenmaster.sys: malicious verdict, risk score 88/100. 3 YARA matches, 1/75 multi-engine detections. SHA256 133e542842656197. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.
DriverShield analyzed the Windows kernel driver amdryzenmaster.sys and assigned a verdict of Malicious with a composite risk score of 88/100, indicating malicious indicators (80-100 band).
| Verdict | Malicious (88/100) |
| YARA matches | 3 |
| Multi-engine detections | 1 / 75 |
| File size | 32600 bytes |
| Code-signing signer | Symantec Time Stamping Services CA - G2 |
| Analyzed | 2026-06-03 |
| SHA256 | 133e542842656197c5d22429bd56d57aa33c9522897fdf29853a6d321033c743 |
| SHA1 | 1a56614ea7d335c844b7fc6edd5feb59b8df7b55 |
| MD5 | 3c55092900343d3d28564e2d34e7be2c |
Version resource data embedded in the amdryzenmaster.sys PE header, as extracted by the analysis engine.
| File description | GIGA-BYTE NonPnP Driver |
|---|---|
| Product | GIGA-BYTE Software driver |
| Company | GIGA-BYTE TECHNOLOGY CO., LTD. |
| Original filename | gdrv.sys |
| Internal name | gdrv.sys |
| File version | 1.0.1.3 |
| Copyright | Copyright (C) 2017 |
Each component is scored 0-100 and then weighted into the composite. See the analysis methodology for the exact formula.
| Component | Sub-score |
|---|---|
| Multi-engine consensus | 0 / 100 |
| YARA signature matches | 85 / 100 |
| Dangerous kernel imports | 100 / 100 |
| IOCTL dispatch surface | 100 / 100 |
| Known-vulnerable corpus | 100 / 100 |
| Code-signing state | 80 / 100 |
| Packing and entropy | 0 / 100 |
| Dynamic behaviour | 0 / 100 |
| CVE cross-reference | 0 / 100 |
Kernel-mode APIs resolved from the Import Address Table of amdryzenmaster.sys, ranked by exploitation relevance.
| API | Risk | Why it matters |
|---|---|---|
| MmMapIoSpace | critical | Highly dangerous - potential for arbitrary code execution, memory corruption, or process termination |
| MmMapLockedPagesSpecifyCache | critical | Highly dangerous - potential for arbitrary code execution, memory corruption, or process termination |
| ZwMapViewOfSection | critical | Highly dangerous - potential for arbitrary code execution, memory corruption, or process termination |
| MmGetPhysicalAddress | high | Potentially dangerous - could be used for privilege escalation or security bypass |
| MmAllocateContiguousMemory | high | Potentially dangerous - could be used for privilege escalation or security bypass |
| ObReferenceObjectByHandle | medium | Moderate risk - system modification capability |
| MmUnmapIoSpace | medium | Moderate risk - system modification capability |
| KeBugCheckEx | medium | Moderate risk - system modification capability |
| ExAllocatePool | low | Standard kernel API - generally benign |
| DbgPrint | low | Standard kernel API - generally benign |
| ZwClose | low | Standard kernel API - generally benign |
| RtlInitUnicodeString | low | Standard kernel API - generally benign |
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.
| Code | Severity | Transfer | Description |
|---|---|---|---|
| 0xC3502808 | critical (known exploit) | METHOD_BUFFERED | Arbitrary memory R/W (RTCore64) |
| 0xC350280C | critical (known exploit) | METHOD_BUFFERED | Physical memory map (RTCore64) |
| 0x0080820F | high | METHOD_NEITHER | FILE_DEVICE_CUSTOM Function #131 |
| 0x002200F0 | medium | METHOD_BUFFERED | FILE_DEVICE_UNKNOWN Function #60 |
| 0x00343F05 | medium | METHOD_IN_DIRECT | FILE_DEVICE_DISK Function #4033 |
| 0xC3502008 | medium | METHOD_BUFFERED | CUSTOM_MSI Function #2050 |
| 0xC3502440 | medium | METHOD_BUFFERED | CUSTOM_MSI Function #2320 |
| 0x00340308 | medium | METHOD_BUFFERED | FILE_DEVICE_DISK Function #194 |
| 0x008002A2 | medium | METHOD_OUT_DIRECT | FILE_DEVICE_CUSTOM Function #168 |
Section layout and Shannon entropy. High entropy in a code section is a packing or encryption indicator.
| Section | Virtual size | Raw size | Entropy | Flags |
|---|---|---|---|---|
| .text | 0x138E | 0x1400 | 6.1 | CODE, EXEC, READ |
| .rdata | 0x0710 | 0x0800 | 3.87 | IDATA, READ |
| .data | 0x0FB8 | 0x0200 | 0.73 | IDATA, READ, WRITE |
| .pdata | 0x01A4 | 0x0200 | 3.28 | IDATA, READ |
| .gfids | 0x0004 | 0x0200 | 0.02 | IDATA, READ |
| PAGE | 0x0964 | 0x0A00 | 5.89 | CODE, EXEC, READ |
| INIT | 0x0468 | 0x0600 | 4.41 | CODE, EXEC, READ, DISCARD |
| .rsrc | 0x0368 | 0x0400 | 2.95 | IDATA, READ, DISCARD |
| .reloc | 0x002C | 0x0200 | 0.53 | IDATA, READ, DISCARD |
| Control Flow Guard | Not enabled |
|---|---|
| ASLR | Enabled |
| DEP | Enabled |
| Integrity check | Not enforced |
| Mitigation score | 55 / 100 |
| Rule | Severity | Detects |
|---|---|---|
| PUA_VULN_Driver_Gigabytetechnologycoltd_Gdrvsys_Gigabytesoftwaredriver_133E | medium | Detects vulnerable driver mentioned in known-vulnerable driver corpus project using VersionInfo values from the PE header - gdrv.sys |
| VULN_RTCore64 | critical | MSI RTCore64.sys |
| SUSP_PhysMem | high | Physical memory mapping |
Techniques this driver could enable if loaded by an adversary.
| ID | Technique | Tactic |
|---|---|---|
| T1003 | OS Credential Dumping | Credential Access |
| T1003.001 | OS Credential Dumping: LSASS Memory | Credential Access |
| T1006 | Direct Volume Access | Defense Evasion |
| T1055.012 | Process Hollowing | Defense Evasion |
| T1068 | Exploitation for Privilege Escalation | Privilege Escalation |
| T1071 | Application Layer Protocol | Command and Control |
| T1211 | Exploitation for Defense Evasion | Defense Evasion |
| T1543.003 | Windows Service | Persistence |
| T1553.002 | Subvert Trust Controls: Code Signing | Defense Evasion |
| T1562.001 | Impair Defenses | Defense Evasion |
| T1569.002 | Service Execution | Execution |
| T1652 | Device Driver Discovery | Discovery |
| Signer | Symantec Time Stamping Services CA - G2 |
|---|---|
| Signer organisation | Symantec Corporation |
| Issuer | Thawte Timestamping CA |
| Serial | 7E93EBFB7CC64E59EA4B9A77D406FC3B |
| Valid from | 2012-12-21 00:00 UTC |
| Valid until | 2020-12-30 23:59 UTC (expired) |
| Signature validity | Not verified |
Engine angr, status completed, 31 paths explored at a maximum depth of 31. 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.
Based on DriverShield static and dynamic analysis, amdryzenmaster.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.
amdryzenmaster.sys has a DriverShield composite risk score of 88/100, placing it in the malicious verdict band. SHA256: 133e542842656197c5d22429bd56d57aa33c9522897fdf29853a6d321033c743.
amdryzenmaster.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