Skip to content

Commit

Permalink
Merge pull request #335 from tstromberg/fpr-nov2
Browse files Browse the repository at this point in the history
fpr: ThingsWidgetExtension
  • Loading branch information
tstromberg authored Nov 2, 2023
2 parents 9e9da12 + 40078d3 commit 803f21c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion detection/evasion/unusual-process-name-macos.sql
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ WHERE
AND NOT pname IN (
'cpu',
'com.microsoft.teams2.notificationcenter',
'ThingsWidgetExtensionMacAppStore',
'at.obdev.littlesnitch.endpointsecurity',
'BetterTouchToolAppleScriptRunner',
'BetterTouchToolShellScriptRunner',
Expand All @@ -106,4 +107,4 @@ WHERE
)
-- example: 85C27NK92C.com.flexibits.fantastical2.mac.helper
AND NOT pname LIKE "%.com.flexibits.fantastical2.mac.helper"
AND NOT s.authority = "Software Signing"
AND NOT s.authority IN ("Software Signing","Apple Mac OS Application Signing")

0 comments on commit 803f21c

Please sign in to comment.