(YARA) YARA_QEMU_REGISTRY
rule Qemu_Detection
{
meta:
Author = "Thomas Roccia - @fr0gger_ - Unprotect Project"
Description = "Checks for QEMU Registry Key"
strings:
$desc1 = "HARDWARE\\Description\\System" nocase wide ascii
$desc2 = "SystemBiosVersion" nocase wide ascii
$desc3 = "QEMU" wide nocase ascii
$dev1 = "HARDWARE\\DEVICEMAP\\Scsi\\Scsi Port 0\\Scsi Bus 0\\Target Id 0\\Logical Unit Id 0" nocase wide ascii
$dev2 = "Identifier" nocase wide ascii
$dev3 = "QEMU" wide nocase ascii
condition:
any of ($desc*) or any of ($dev*)
}
Associated Techniques
| Technique Name | Technique ID's | Snippet(s) | OS |
|---|---|---|---|
| Detecting Virtual Environment Artefacts | U1332 |
Matching Samples 10 most recent
| Sample Name | Matching Techniques | First Seen | Last Seen |
|---|---|---|---|
| hello.exe | 6 | 2026-03-18 | 11 hours, 58 minutes ago |
| Crane3d.exe | 2 | 2026-03-16 | 2 days, 23 hours ago |
| mirroringApp-car-v1.0.2310071810 (1).apk | 3 | 2024-11-14 | 6 days, 9 hours ago |
| AION.exe | 5 | 2026-03-03 | 2 weeks, 1 day ago |
| passper-for-rar_setup-com_passper.exe | 8 | 2026-02-18 | 1 month ago |
| ProtonVPN.Launcher.exe | 6 | 2026-02-18 | 1 month ago |
| Matos (2).exe | 4 | 2026-02-17 | 1 month ago |
| gradlew.bat | 1 | 2026-02-17 | 1 month ago |
| koi.exe | 4 | 2026-01-31 | 1 month, 2 weeks ago |
| x64_AcroCEF.exe | 5 | 2026-01-30 | 1 month, 2 weeks ago |
Created
June 20, 2022
Last Revised
June 20, 2022