mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-09 14:06:53 +00:00
Merge pull request #9 from chainguard-dev/false-positives
unexpected-library-entries: Add more /Library entries from the wild
This commit is contained in:
commit
bab02a6295
@ -39,6 +39,7 @@ WHERE
|
||||
'/Library/Application Support/',
|
||||
'/Library/Audio/',
|
||||
'/Library/AutoBugCapture/',
|
||||
'/Library/Automator/',
|
||||
'/Library/Bluetooth/',
|
||||
'/Library/Caches/',
|
||||
'/Library/Catacomb/',
|
||||
@ -58,6 +59,7 @@ WHERE
|
||||
'/Library/DirectoryServices/',
|
||||
'/Library/Documentation/',
|
||||
'/Library/DriverExtensions/',
|
||||
'/Library/DropboxHelperTools/',
|
||||
'/Library/Extensions/',
|
||||
'/Library/Filesystems/',
|
||||
'/Library/Fonts/',
|
||||
@ -88,7 +90,10 @@ WHERE
|
||||
'/Library/Objective-See/',
|
||||
'/Library/OpenDirectory/',
|
||||
'/Library/OSAnalytics/',
|
||||
'/Library/OSAnalytics/.DS_Store',
|
||||
'/Library/PDF Services/',
|
||||
'/Library/Perl/',
|
||||
'/Library/Plug-Ins/',
|
||||
'/Library/PreferencePanes/',
|
||||
'/Library/Preferences/',
|
||||
'/Library/Preferences/.GlobalPreferences.plist',
|
||||
|
Loading…
Reference in New Issue
Block a user