
BYOVD-Hunter zur Priorisierung von Windows-Treibern, die eine manuelle Analyse wert sind.
Ein BYOVD-Jäger, der nach dem HolyGrail-Treiber sucht – Windows-Treiber, die für BYOVD geeignet sind.
git clone https://github.com/BlackSnufkin/HolyGrail
cd HolyGrail
cargo build --release
HolyGrail.exe -d "C:\path\to\driver.sys"
Füge JSON-Ausgabe, ein eigenes Ausgabeverzeichnis und ein Richtlinienverzeichnis hinzu, falls du sie benötigst:
HolyGrail.exe -d "C:\path\to\driver.sys" -o ".\out" -p ".\Policies" --json
Usage: HolyGrail.exe [OPTIONS]
Options:
-d, --driver <DRIVER_FILE> Path to the driver file (.sys) to analyze
-D, --directory <DRIVER_DIRECTORY> Directory containing driver files to analyze
-o, --output <OUTPUT_DIRECTORY> Output directory for analysis results [default: .\Analysis]
-p, --policies <POLICY_DIRECTORY> Path to directory containing policy files [default: Policies]
-j, --json Output results in JSON format instead of text
-v, --verbose Enable verbose logging
-h, --help Print help
-V, --version Print version
Lege diese in das Policies-Verzeichnis (oder verweise mit -p auf deren Speicherort):
Policies/
├── lol_drivers.json
├── Win10_MicrosoftDriverBlockPolicy.json
└── Win11_MicrosoftDriverBlockPolicy.json