(YARA) YARA_QEMU_REGISTRY

Download Raw

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
miniMax.exe 3 2025-07-14 2 weeks, 4 days ago
libcrypto-1_1.dll 7 2025-07-01 1 month ago
mel.exe.exe 4 2025-06-25 1 month, 1 week ago
test.exe 7 2025-06-20 1 month, 1 week ago
AmazingService.exe 4 2025-06-19 1 month, 1 week ago
aTikTok.exe 4 2025-06-15 1 month, 2 weeks ago
SEZCheat.exe 4 2025-06-15 1 month, 2 weeks ago
LockApp.exe 4 2025-06-14 1 month, 2 weeks ago
DellDockFirmwarePackage_WD19_WD22_Series_HD22_01.00.31.exe 6 2025-06-12 1 month, 2 weeks ago
MSBuild.exe 10 2024-11-15 1 month, 2 weeks ago
View All

Created

June 20, 2022

Last Revised

June 20, 2022