Skip to content

Commit

Permalink
Merge pull request #56 from kevross33/patch-57
Browse files Browse the repository at this point in the history
Increase severity on registry PE
  • Loading branch information
kevoreilly committed Aug 22, 2019
2 parents 5c0691c + c406b12 commit 5aa5b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/signatures/CAPE.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def on_complete(self):
class CAPE_RegBinary(Signature):
name = "RegBinary"
description = "Behavioural detection: PE binary written to registry."
severity = 1
severity = 3
categories = ["malware"]
authors = ["kevoreilly"]
minimum = "1.3"
Expand Down

0 comments on commit 5aa5b74

Please sign in to comment.