(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
hmpalert.exe 8 2025-04-20 1 day, 10 hours ago
DarkComet Remover 2 Portable.exe 4 2025-04-19 1 day, 16 hours ago
DS4Windows.exe 9 2025-04-19 2 days, 14 hours ago
d2d1.dll 4 2025-04-18 3 days, 5 hours ago
xwizard.exe 6 2025-04-18 3 days, 5 hours ago
project-exe (3) — копия.exe 2 2025-04-14 6 days, 22 hours ago
markDown1743179681211.md 1 2025-04-13 1 week, 1 day ago
Security_V1.csv 3 2025-04-06 2 weeks, 1 day ago
VideoComparerWin.exe 9 2025-04-03 2 weeks, 4 days ago
Starter.exe 8 2025-03-26 3 weeks, 4 days ago
View All

Created

June 20, 2022

Last Revised

June 20, 2022