Skip to content

Commit

Permalink
Merge pull request #471 from apsillers/master
Browse files Browse the repository at this point in the history
Fix antivm_bochs_keys signature name, fixes #448
  • Loading branch information
botherder authored Jun 14, 2020
2 parents 2feed02 + efe58df commit 14864b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/signatures/windows/antivm_bochs_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 14864b9

Please sign in to comment.