From efe58dfe3d6c57553a49133efabf07c5f2ded621 Mon Sep 17 00:00:00 2001 From: Andrew Sillers Date: Tue, 10 Mar 2020 14:42:17 -0400 Subject: [PATCH] Fix antivm_bochs_keys signature name, fixes #448 --- modules/signatures/windows/antivm_bochs_keys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/signatures/windows/antivm_bochs_keys.py b/modules/signatures/windows/antivm_bochs_keys.py index 02153d248..fd819438d 100644 --- a/modules/signatures/windows/antivm_bochs_keys.py +++ b/modules/signatures/windows/antivm_bochs_keys.py @@ -16,7 +16,7 @@ from lib.cuckoo.common.abstracts import Signature class BochsDetectKeys(Signature): - name = "antivm_xen_keys" + name = "antivm_bochs_keys" description = "Detects Bochs through the presence of a registry key" severity = 3 categories = ["anti-vm"]