Analysis of LibreHardwareMonitorLib.sys: malicious verdict, risk score 88/100. 3 YARA matches, 4/75 multi-engine detections. SHA256 11bd2c9f9e2397c9. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.
DriverShield analyzed the Windows kernel driver LibreHardwareMonitorLib.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 | 4 / 75 |
| File size | 14544 bytes |
| Code-signing signer | Noriyuki MIYAZAKI |
| Analyzed | 2026-04-02 |
| SHA256 | 11bd2c9f9e2397c9a16e0990e4ed2cf0679498fe0fd418a3dfdac60b5c160ee5 |
| SHA1 | d25340ae8e92a6d29f599fef426a2bc1b5217299 |
| MD5 | 0c0195c48b6b8582fa6f6373032118da |
Version resource data embedded in the LibreHardwareMonitorLib.sys PE header, as extracted by the analysis engine.
| File description | WinRing0 |
|---|---|
| Product | WinRing0 |
| Company | OpenLibSys.org |
| Original filename | WinRing0.sys |
| Internal name | WinRing0.sys |
| File version | 1.2.0.5 |
| Copyright | Copyright (C) 2007-2008 OpenLibSys.org. All rights reserved. |
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 LibreHardwareMonitorLib.sys, ranked by exploitation relevance.
| API | Risk | Why it matters |
|---|---|---|
| MmMapIoSpace | critical | Highly dangerous - potential for arbitrary code execution, memory corruption, or process termination |
| HalGetBusDataByOffset | high | Potentially dangerous - could be used for privilege escalation or security bypass |
| HalSetBusDataByOffset | high | Potentially dangerous - could be used for privilege escalation or security bypass |
| MmUnmapIoSpace | medium | Moderate risk - system modification capability |
| KeBugCheckEx | medium | Moderate risk - system modification capability |
| IoCreateSymbolicLink | low | Standard kernel API - generally benign |
| IoCreateDevice | low | Standard kernel API - generally benign |
| IoDeleteDevice | low | Standard kernel API - generally benign |
| IofCompleteRequest | low | Standard kernel API - generally benign |
| IoDeleteSymbolicLink | 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 |
|---|---|---|---|
| 0x9C402088 | critical (known exploit) | METHOD_BUFFERED | MSR write (LnvMSRIO) |
| 0x9C406104 | high (known exploit) | METHOD_BUFFERED | Physical memory read (LnvMSRIO) |
| 0x9C402084 | high (known exploit) | METHOD_BUFFERED | MSR read (LnvMSRIO) |
| 0x002200F0 | medium | METHOD_BUFFERED | FILE_DEVICE_UNKNOWN Function #60 |
| 0x00808389 | medium | METHOD_IN_DIRECT | FILE_DEVICE_CUSTOM Function #226 |
| 0x9C4060D0 | medium | METHOD_BUFFERED | CUSTOM_LENOVO Function #2100 |
| 0x9C40A0C8 | medium | METHOD_BUFFERED | CUSTOM_LENOVO Function #2098 |
| 0x9C40A0DC | medium | METHOD_BUFFERED | CUSTOM_LENOVO Function #2103 |
| 0x9C40A108 | medium | METHOD_BUFFERED | CUSTOM_LENOVO Function #2114 |
| 0x0034035C | medium | METHOD_BUFFERED | FILE_DEVICE_DISK Function #215 |
| 0x0080F2B1 | medium | METHOD_IN_DIRECT | FILE_DEVICE_CUSTOM Function #3244 |
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 | 0x06C6 | 0x0800 | 5.39 | CODE, EXEC, READ |
| .rdata | 0x017C | 0x0200 | 3.28 | IDATA, READ |
| .data | 0x0114 | 0x0200 | 0.3 | IDATA, READ, WRITE |
| .pdata | 0x0060 | 0x0200 | 0.86 | IDATA, READ |
| INIT | 0x0222 | 0x0400 | 3.06 | CODE, EXEC, READ, WRITE, DISCARD |
| .rsrc | 0x03C0 | 0x0400 | 3.13 | IDATA, READ, DISCARD |
| Control Flow Guard | Not enabled |
|---|---|
| ASLR | Not enabled |
| DEP | Not enabled |
| Integrity check | Not enforced |
| Mitigation score | 5 / 100 |
| Rule | Severity | Detects |
|---|---|---|
| PUA_VULN_Driver_Openlibsysorg_Winringsys_Winring_11BD | medium | Detects vulnerable driver mentioned in known-vulnerable driver corpus project using VersionInfo values from the PE header - WinRing0.sys, WinRing0x64 |
| BYOVD_MemRW | critical | Phys memory mapping + device creation |
| 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 |
| T1014 | Rootkit | Defense Evasion |
| T1055.012 | Process Hollowing | Defense Evasion |
| T1068 | Exploitation for Privilege Escalation | Privilege Escalation |
| T1071 | Application Layer Protocol | Command and Control |
| T1542.001 | Pre-OS Boot: System Firmware | Persistence |
| T1543.003 | Windows Service | Persistence |
| T1562.001 | Impair Defenses | Defense Evasion |
| T1569.002 | Service Execution | Execution |
| T1601 | Modify System Image | Defense Evasion |
| T1652 | Device Driver Discovery | Discovery |
| Signer | Noriyuki MIYAZAKI |
|---|---|
| Issuer | GlobalSign ObjectSign CA |
| Serial | 1000000000115372421A8 |
| Valid from | 2007-09-24 10:50 UTC |
| Valid until | 2008-09-24 10:50 UTC (expired) |
| Signature validity | Not verified |
Engine angr, status completed, 17 paths explored at a maximum depth of 17. Vulnerability classes reached: 1. 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, LibreHardwareMonitorLib.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.
LibreHardwareMonitorLib.sys has a DriverShield composite risk score of 88/100, placing it in the malicious verdict band. SHA256: 11bd2c9f9e2397c9a16e0990e4ed2cf0679498fe0fd418a3dfdac60b5c160ee5.
LibreHardwareMonitorLib.sys is a Windows kernel-mode driver (.sys) analyzed by DriverShield for vulnerabilities, BYOVD abuse potential, and malware indicators. It is code-signed by Noriyuki MIYAZAKI.
Related: Other drivers signed by Noriyuki MIYAZAKI · What an IOCTL dispatch code is · How YARA matching feeds the score · BYOVD research index · full driver database · CVE library · code signing atlas