diff --git a/modules/signatures/windows/antivm_bochs_keys.py b/modules/signatures/windows/antivm_bochs_keys.py index 02153d24..fd819438 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"]