Windows driver load of HackSys Extreme Vulnerable Driver (HEVD.sys) via image hash
Flags Windows systems when HEVD driver \HEVD.sys is loaded with known IMPHASH values.
- Product
- windows
- Category
- driver_load
- Author
- Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2022-08-18
- Updated
- 2026-07-31
ATT&CK techniques
Persistence → Priv EscRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags loading of the intentionally vulnerable Windows kernel driver HEVD.sys by matching the loaded image path and specific IMPhash values. Loading this driver is notable because it provides kernel-level functionality that can be leveraged for privilege escalation and other impacts. The detection relies on Windows driver load telemetry that includes the loaded image name/path and its hash (IMPhASH).
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: Windows driver load of HackSys Extreme Vulnerable Driver (HEVD.sys) via image hash
id: eda8ad7d-49dc-4bbd-b52c-46ca370e353e
status: test
description: This rule flags loading of the intentionally vulnerable Windows kernel driver HEVD.sys by matching the loaded image path and specific IMPhash values. Loading this driver is notable because it provides kernel-level functionality that can be leveraged for privilege escalation and other impacts. The detection relies on Windows driver load telemetry that includes the loaded image name/path and its hash (IMPhASH).
references:
- https://github.com/hacksysteam/HackSysExtremeVulnerableDriver
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/driver_load/driver_load_win_vuln_hevd_driver.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2022-08-18
modified: 2024-11-23
tags:
- attack.persistence
- attack.privilege-escalation
- attack.t1543.003
logsource:
product: windows
category: driver_load
detection:
selection:
- ImageLoaded|endswith: \HEVD.sys
- Hashes|contains:
- IMPHASH=f26d0b110873a1c7d8c4f08fbeab89c5
- IMPHASH=c46ea2e651fd5f7f716c8867c6d13594
condition: selection
falsepositives:
- Unlikely
level: high
license: DRL-1.1
related:
- id: 295c9289-acee-4503-a571-8eacaef36b28
type: derived