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 31, 2019
1 parent bea52ce commit dab22dc
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 dab22dc

Please sign in to comment.