Skip to content

Commit dab22dc

Browse files
committed
Add PowerPoint and Publisher to sleep signature whitelist
PowerPoint and Publisher similarly to Word and Excel cause false positives with the sleep signature. Add them to the exclude list.
1 parent bea52ce commit dab22dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/signatures/windows/antisandbox_sleep.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ class AntiSandboxSleep(Signature):
3232
"acrord32.exe",
3333
"winword.exe",
3434
"excel.exe",
35+
"powerpnt.exe",
36+
"mspub.exe",
3537
]
3638

3739
def init(self):

0 commit comments

Comments
 (0)