Skip to content

Commit

Permalink
Add PowerPoint and Publisher to sleep signature whitelist
Browse files Browse the repository at this point in the history
PowerPoint and Publisher similarly to Word and Excel cause false positives with
the sleep signature. Add them to the exclude list.
  • Loading branch information
michaelweiser committed Jul 7, 2020
1 parent 14864b9 commit 4db2820
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/signatures/windows/antisandbox_sleep.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class AntiSandboxSleep(Signature):
"acrord32.exe",
"winword.exe",
"excel.exe",
"powerpnt.exe",
"mspub.exe",
]

def init(self):
Expand Down

0 comments on commit 4db2820

Please sign in to comment.