Skip to content

Commit

Permalink
Update Emotet package to increase throughput
Browse files Browse the repository at this point in the history
  • Loading branch information
kevoreilly committed Jan 27, 2020
1 parent c6b2d22 commit 1ef8208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analyzer/windows/modules/packages/Emotet.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def __init__(self, options={}, config=None):
self.pids = []
self.options["extraction"] = "1"
self.options["procdump"] = "0"
self.options["exclude-apis"] = "RegOpenKeyExA"
self.options["single-process"] = "1"
self.options["exclude-apis"] = "RegOpenKeyExA:SendMessageA"

def start(self, path):
args = self.options.get("arguments")
Expand Down

0 comments on commit 1ef8208

Please sign in to comment.