Detectionhightest

Vulnerable HackSys Extreme Vulnerable Driver Load

Detects the load of HackSys Extreme Vulnerable Driver which is an intentionally vulnerable Windows driver developed for security enthusiasts to learn and polish their exploitation skills at Kernel level and often abused by threat actors

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Nasreddine Bencherchali (Nextron Systems)Created Thu Aug 18Updated Sat Nov 23295c9289-acee-4503-a571-8eacaef36b28windows
Log Source
WindowsDriver Load
ProductWindows← raw: windows
CategoryDriver Load← raw: driver_load
Detection Logic
Detection Logic1 selector
detection:
    selection:
        - ImageLoaded|endswith: '\HEVD.sys'
        - Hashes|contains:
              - 'IMPHASH=f26d0b110873a1c7d8c4f08fbeab89c5' # Version 3.0
              - 'IMPHASH=c46ea2e651fd5f7f716c8867c6d13594' # Version 3.0
    condition: selection
False Positives
Unlikely

False positives are unlikely for most environments. High confidence detection.

Rule Metadata
Rule ID
295c9289-acee-4503-a571-8eacaef36b28
Status
test
Level
high
Type
Detection
Created
Thu Aug 18
Modified
Sat Nov 23
Path
rules/windows/driver_load/driver_load_win_vuln_hevd_driver.yml
Raw Tags
attack.persistenceattack.privilege-escalationattack.t1543.003
View on GitHub