Skip to content

Commit

Permalink
fpr: ThingsWidgetExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Nov 2, 2023
1 parent 5802021 commit 40078d3
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 40078d3

Please sign in to comment.