Skip to content

Commit

Permalink
Fix antivm_bochs_keys signature name, fixes #448
Browse files Browse the repository at this point in the history
  • Loading branch information
apsillers authored Mar 10, 2020
1 parent bea52ce commit efe58df
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 efe58df

Please sign in to comment.