fleetdm / fleet

Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center)
https://fleetdm.com
Other
3.12k stars 431 forks source link

Recently deleted macOS application appears on My device page #8010

Closed noahtalerman closed 2 years ago

noahtalerman commented 2 years ago

Fleet version: I observed this behavior on Fleet's internal dogfood instance (running commit ecba812)


🧑‍💻  Expected behavior

  1. I visited the My device page and saw that I had a vulnerable version of GarageBand installed.
  2. I deleted GarageBand, emptied Trash, and hit the Refetch button on the My device page
  3. I expect GarageBand to not appear in the My device > Software list.

💥  Actual behavior

After deleting GarageBand, the app appears on the My device page (and Host details page) after refetching host vitals.

More info

Loom video that walks through the current behavior is here: https://www.loom.com/share/24feeacf33ea46adaa7de4d3f282c9ab

noahtalerman commented 2 years ago

@chiiph @xpkoala heads up, I think this bug is a release blocker.

Please let me know how I can help make sure this issue makes it into the upcoming 4.21 release.

chiiph commented 2 years ago

@noahtalerman what's the output of the following osquery query:

SELECT
  name AS name,
  bundle_short_version AS version,
  'Application (macOS)' AS type,
  bundle_identifier AS bundle_identifier,
  'apps' AS source,
  last_opened_time AS last_opened_at
FROM apps

?

chiiph commented 2 years ago

I don't think this is a regression since nothing was changed in this area.

noahtalerman commented 2 years ago

@chiiph here's my raw output:

+------------------------------------------+-----------------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------+--------+------------------+
| name                                     | version                                                                                 | type                | bundle_identifier                                              | source | last_opened_at   |
+------------------------------------------+-----------------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------+--------+------------------+
| Bear.app                                 | 1.9.6                                                                                   | Application (macOS) | net.shinyfrog.bear                                             | apps   | 1664390008.12482 |
| Charles.app                              | 4.5.6                                                                                   | Application (macOS) | com.xk72.Charles                                               | apps   | -1.0             |
| Docker.app                               | 4.12.0                                                                                  | Application (macOS) | com.docker.docker                                              | apps   | -1.0             |
| DockerHelper.app                         | 1.0.1                                                                                   | Application (macOS) | com.docker.helper                                              | apps   | 1661970677.0     |
| Docker Desktop Helper (GPU).app          |                                                                                         | Application (macOS) | com.electron.dockerdesktop.helper.GPU                          | apps   | 1661970677.0     |
| Docker Desktop Helper (Renderer).app     |                                                                                         | Application (macOS) | com.electron.dockerdesktop.helper.Renderer                     | apps   | 1661970677.0     |
| Docker Desktop.app                       | 4.12.0                                                                                  | Application (macOS) | com.electron.dockerdesktop                                     | apps   | 1661970677.0     |
| Figma Helper (GPU).app                   |                                                                                         | Application (macOS) | com.figma.Desktop.helper                                       | apps   | 1663307782.0     |
| Figma.app                                | 116.3.8                                                                                 | Application (macOS) | com.figma.Desktop                                              | apps   | 1664392831.8005  |
| Google Chrome.app                        | 105.0.5195.125                                                                          | Application (macOS) | com.google.Chrome                                              | apps   | 1664393254.04177 |
| Google Docs.app                          | 2019.10.23.63210                                                                        | Application (macOS) | com.google.Chrome.app.Default-gcefppfnjnmndpknenooeofkfcbakpkp | apps   | -1.0             |
| Keynote.app                              | 11.2                                                                                    | Application (macOS) | com.apple.iWork.Keynote                                        | apps   | 1661799330.98751 |
| Loom Helper (GPU).app                    |                                                                                         | Application (macOS) | com.loom.desktop.helper.GPU                                    | apps   | 1663116114.0     |
| Loom Helper (Plugin).app                 |                                                                                         | Application (macOS) | com.loom.desktop.helper.Plugin                                 | apps   | 1663116114.0     |
| Loom Helper (Renderer).app               |                                                                                         | Application (macOS) | com.loom.desktop.helper.Renderer                               | apps   | 1663116106.0     |
| Loom Helper.app                          |                                                                                         | Application (macOS) | com.loom.desktop.helper                                        | apps   | 1663116114.0     |
| Loom.app                                 | 0.141.0                                                                                 | Application (macOS) | com.loom.desktop                                               | apps   | 1663679919.05067 |
| Managed Software Center.app              | 5.5.2.4402                                                                              | Application (macOS) | com.googlecode.munki.ManagedSoftwareCenter                     | apps   | 1664298275.25011 |
| MunkiStatus.app                          | 5.3.0.4290                                                                              | Application (macOS) | com.googlecode.munki.MunkiStatus                               | apps   | 1659531865.35799 |
| munki-notifier.app                       | 1.1.4287                                                                                | Application (macOS) | com.googlecode.munki.munki-notifier                            | apps   | 1659531865.3581  |
| EdgeSpotlightIndexer.app                 | 105.0.1343.53                                                                           | Application (macOS) | com.microsoft.edgespotlight                                    | apps   | 1664293730.17858 |
| EdgeUpdater.app                          | 102.0.1247.0                                                                            | Application (macOS) | com.microsoft.EdgeUpdater                                      | apps   | 1664293730.17886 |
| Microsoft Edge Helper (Alerts).app       | 105.0.1343.53                                                                           | Application (macOS) | com.microsoft.edgemac.framework.AlertNotificationService       | apps   | 1664293730.17874 |
| Microsoft Edge Helper (GPU).app          | 105.0.1343.53                                                                           | Application (macOS) | com.microsoft.edgemac.helper                                   | apps   | 1664293730.17837 |
| Microsoft Edge Helper (Plugin).app       | 105.0.1343.53                                                                           | Application (macOS) | com.microsoft.edgemac.helper.plugin                            | apps   | 1664293730.17881 |
| Microsoft Edge Helper (Renderer).app     | 105.0.1343.53                                                                           | Application (macOS) | com.microsoft.edgemac.helper.renderer                          | apps   | 1664293730.17851 |
| Microsoft Edge Helper.app                | 105.0.1343.53                                                                           | Application (macOS) | com.microsoft.edgemac.helper                                   | apps   | 1664293730.17864 |
| Microsoft Edge.app                       | 105.0.1343.53                                                                           | Application (macOS) | com.microsoft.edgemac                                          | apps   | -1.0             |
| Numbers.app                              | 11.2                                                                                    | Application (macOS) | com.apple.iWork.Numbers                                        | apps   | 1663959091.9236  |
| Pages.app                                | 11.2                                                                                    | Application (macOS) | com.apple.iWork.Pages                                          | apps   | 1652360592.331   |
| Postman Agent Helper (GPU).app           |                                                                                         | Application (macOS) | com.postmanlabs.agent.mac.helper                               | apps   | 1657186949.0     |
| Postman Agent.app                        | 0.4.7                                                                                   | Application (macOS) | com.postmanlabs.agent.mac                                      | apps   | 1663679919.09908 |
| Safari.app                               | 16.0                                                                                    | Application (macOS) | com.apple.Safari                                               | apps   | -1.0             |
| Sequel Pro.app                           | 1.1.2                                                                                   | Application (macOS) | com.sequelpro.SequelPro                                        | apps   | 1644420373.36931 |
| Slack.app                                | 4.28.182                                                                                | Application (macOS) | com.tinyspeck.slackmacgap                                      | apps   | 1664390014.4623  |
| Slack Login Helper.app                   |                                                                                         | Application (macOS) | com.tinyspeck.slackmacgap.loginhelper                          | apps   | 1664385419.22129 |
| Spectacle.app                            | 1.2                                                                                     | Application (macOS) | com.divisiblebyzero.Spectacle                                  | apps   | 1664390258.81583 |
| Spotify.app                              | 1.1.94.872.g7a9200fe                                                                    | Application (macOS) | com.spotify.client                                             | apps   | -1.0             |
| StartUpHelper.app                        | 1.0                                                                                     | Application (macOS) | com.spotify.client.startuphelper                               | apps   | 1663781993.0     |
| AdobeIPCBroker.app                       | 5.6.0.41                                                                                | Application (macOS) | com.adobe.AdobeIPCBroker                                       | apps   | -1.0             |
| adobe_licutil.app                        | Adobe License Utility 2.0.0.10 (BuildVersion: 2.0; BuildDate: Tue Jul 05 2011 18:00:00) | Application (macOS) | com.adobe.adobe_licutil                                        | apps   | -1.0             |
| AASIapp.app                              | 10.0.0.263                                                                              | Application (macOS) | com.adobe.AASIapp                                              | apps   | -1.0             |
| adobe_licensing_helper.app               | 1.0.0.24                                                                                | Application (macOS) | com.adobe.ngl.p7helper                                         | apps   | -1.0             |
| adobe_lichelper.app                      | 1.0.0.274                                                                               | Application (macOS) | com.adobe.adobe_lichelper                                      | apps   | -1.0             |
| adobe_licutil.app                        | 10.0.0.274                                                                              | Application (macOS) | com.adobe.adobe_licutil                                        | apps   | -1.0             |
| LogTransport2.app                        |                                                                                         | Application (macOS) | com.adobe.headlights.LogTransport2App                          | apps   | -1.0             |
| CCXProcess.app                           | 4.7.4-4                                                                                 | Application (macOS) | com.adobe.CCXProcess                                           | apps   | 1663679919.06248 |
| Creative Cloud Helper.app                | 5.6.0.788                                                                               | Application (macOS) | com.adobe.ccd.helper                                           | apps   | -1.0             |
| Creative Cloud.app                       | 5.6.0.788                                                                               | Application (macOS) | com.adobe.acc.AdobeCreativeCloud                               | apps   | -1.0             |
| CC Troubleshooter.app                    | 5.6.0.788                                                                               | Application (macOS) | com.adobe.ccd.troubleshooter                                   | apps   | -1.0             |
| Creative Cloud Desktop App.app           | 5.6.0.788                                                                               | Application (macOS) | com.adobe.Creative-Cloud-Desktop-App                           | apps   | -1.0             |
| Creative Cloud Installer.app             | 5.6.0.788                                                                               | Application (macOS) | com.adobe.Install                                              | apps   | -1.0             |
| Creative Cloud Uninstaller.app           | 5.6.0.788                                                                               | Application (macOS) | com.adobe.ACCC.Uninstaller                                     | apps   | -1.0             |
| ACCFinderBundleLoader.app                | 5.2.4.2                                                                                 | Application (macOS) | Adobe.ACCFinderBundleLoader                                    | apps   | -1.0             |
| Nudge.app                                | 1.1.7.81411                                                                             | Application (macOS) | com.github.macadmins.Nudge                                     | apps   | -1.0             |
| SimpleMDM Agent.app                      | 1.23                                                                                    | Application (macOS) | com.simplemdm.agent.dst                                        | apps   | 1663679918.71785 |
| Code Helper (GPU).app                    |                                                                                         | Application (macOS) | com.github.Electron.helper                                     | apps   | 1663215478.0     |
| Code Helper (Renderer).app               |                                                                                         | Application (macOS) | com.github.Electron.helper                                     | apps   | 1663215478.0     |
| Code Helper.app                          |                                                                                         | Application (macOS) | com.microsoft.VSCode.helper                                    | apps   | 1663215478.0     |
| Visual Studio Code.app                   | 1.71.2                                                                                  | Application (macOS) | com.microsoft.VSCode                                           | apps   | 1664392170.32666 |
| Accessibility Inspector.app              | 5.0                                                                                     | Application (macOS) | com.apple.AccessibilityInspector                               | apps   | -1.0             |
| Create ML.app                            | 4.0                                                                                     | Application (macOS) | com.apple.CreateML                                             | apps   | -1.0             |
| FileMerge.app                            | 2.11                                                                                    | Application (macOS) | com.apple.FileMerge                                            | apps   | -1.0             |
| Instruments.app                          | 14.0.1                                                                                  | Application (macOS) | com.apple.dt.Instruments                                       | apps   | -1.0             |
| RealityComposer.app                      | 1.5                                                                                     | Application (macOS) | com.apple.RealityComposer                                      | apps   | -1.0             |
| Simulator.app                            | 14.0.1                                                                                  | Application (macOS) | com.apple.iphonesimulator                                      | apps   | 1664234787.5106  |
| Xcode Server Builder.app                 | 1.0                                                                                     | Application (macOS) | com.apple.dt.XCSBuilder                                        | apps   | 1664234787.50941 |
| Xcode.app                                | 14.0.1                                                                                  | Application (macOS) | com.apple.dt.Xcode                                             | apps   | 1664391536.16826 |
| guppy.app                                | 1.1.1                                                                                   | Application (macOS) | com.sailscasts.guppy                                           | apps   | -1.0             |
| iMovie.app                               | 10.3                                                                                    | Application (macOS) | com.apple.iMovieApp                                            | apps   | -1.0             |
| CptHost.app                              | 5.12.0 (11129)                                                                          | Application (macOS) | us.zoom.CptHost                                                | apps   | 1664387052.66034 |
| Transcode.app                            | 5.12.0 (11129)                                                                          | Application (macOS) | us.zoom.Transcode                                              | apps   | 1664387052.65977 |
| ZMScreenshot.app                         | 5.12.0 (11129)                                                                          | Application (macOS) | us.zoom.ZMScreenshot                                           | apps   | 1664387052.66016 |
| ZoomAutoUpdater.app                      | 5.12.0 (11129)                                                                          | Application (macOS) | us.zoom.ZoomAutoUpdater                                        | apps   | 1664387052.66105 |
| ZoomPhone.app                            | 5.12.0 (11129)                                                                          | Application (macOS) | us.zoom.ZoomPhone                                              | apps   | 1664387052.66061 |
| ZoomUninstaller.app                      | 5.12.0 (11129)                                                                          | Application (macOS) | us.zoom.ZoomUninstaller                                        | apps   | 1664387052.66087 |
| airhost.app                              | 5.12.0 (11129)                                                                          | Application (macOS) | us.zoom.airhost                                                | apps   | 1664387052.65996 |
| aomhost.app                              | 5.12.0.11129                                                                            | Application (macOS) | us.zoom.aomhost                                                | apps   | 1664387052.65943 |
| caphost.app                              | 5.12.0.11129                                                                            | Application (macOS) | us.zoom.caphost                                                | apps   | 1664387052.66077 |
| zoom.us.app                              | 5.12.0 (11129)                                                                          | Application (macOS) | us.zoom.xos                                                    | apps   | 1664392375.74038 |
| MRT.app                                  | 1.93                                                                                    | Application (macOS) | com.apple.MRT                                                  | apps   | -1.0             |
| XProtect.app                             | 74                                                                                      | Application (macOS) | com.apple.XProtectFramework.XProtect                           | apps   | -1.0             |
| AppleMobileDeviceHelper.app              | 5.0                                                                                     | Application (macOS) | com.apple.SyncServices.AppleMobileDeviceHelper                 | apps   | -1.0             |
| AppleMobileSync.app                      | 5.0                                                                                     | Application (macOS) | com.apple.SyncServices.AppleMobileSync                         | apps   | -1.0             |
| MobileDeviceUpdater.app                  | 1.0                                                                                     | Application (macOS) | com.apple.MobileDeviceUpdater                                  | apps   | -1.0             |
| Acrobat Update Helper.app                | 1 . 1 . 7                                                                               | Application (macOS) | com.adobe.ARMDCHelper                                          | apps   | -1.0             |
| adobe_licensing_helper.app               | 1.0.0.42                                                                                | Application (macOS) | com.adobe.ngl.p7helper                                         | apps   | -1.0             |
| AcroLicApp.app                           | 21.011.20039                                                                            | Application (macOS) | com.adobe.AcroLicApp                                           | apps   | -1.0             |
| adobe_licutil.app                        | 11.0.0.39                                                                               | Application (macOS) | com.adobe.adobe_licutil                                        | apps   | -1.0             |
| adobe_licutil.app                        | 10.0.0.274                                                                              | Application (macOS) | com.adobe.adobe_licutil                                        | apps   | -1.0             |
| Adobe Desktop Service.app                | 5.6.0.788                                                                               | Application (macOS) | com.adobe.acc.AdobeDesktopService                              | apps   | -1.0             |
| Adobe Application Updater.app            | 5.6.0.788                                                                               | Application (macOS) | com.adobe.AdobeApplicationUpdater                              | apps   | -1.0             |
| Uninstall Product.app                    |                                                                                         | Application (macOS) | com.Adobe.Uninstall Product                                    | apps   | -1.0             |
| Setup.app                                | 11.0.0.20                                                                               | Application (macOS) | com.adobe.Installers.Setup                                     | apps   | -1.0             |
| Adobe Update Helper.app                  | 5.6.0.788                                                                               | Application (macOS) |                                                                | apps   | -1.0             |
| Adobe Crash Reporter.app                 |                                                                                         | Application (macOS) | com.adobe.crashreporter                                        | apps   | -1.0             |
| AdobeCRDaemon.app                        |                                                                                         | Application (macOS) | com.adobe.AdobeCRDaemon                                        | apps   | -1.0             |
| LogTransport.app                         | 10.1.3                                                                                  | Application (macOS) | com.adobe.LogTransport.LogTransport                            | apps   | -1.0             |
| Install.app                              | 5.6.0.788                                                                               | Application (macOS) | com.adobe.HDInstall                                            | apps   | -1.0             |
| Uninstaller.app                          | 5.6.0.788                                                                               | Application (macOS) | com.adobe.HDUninstaller                                        | apps   | -1.0             |
| AdobeIPCBroker.app                       | 6.9.0.47                                                                                | Application (macOS) | com.adobe.AdobeIPCBroker                                       | apps   | -1.0             |
| adobe_licensing_helper.app               | 1.0.0.60                                                                                | Application (macOS) | com.adobe.ngl.p7helper                                         | apps   | -1.0             |
| UnifiedPluginInstallerAgent.app          | 1.3.0.106                                                                               | Application (macOS) | Adobe.UnifiedPluginInstallerAgent                              | apps   | -1.0             |
| AdobeCleanUpUtility.app                  | 7.7.0.37                                                                                | Application (macOS) | GoCart.gcuninstaller                                           | apps   | -1.0             |
| AdobeGCClient.app                        | 7.7.0.37                                                                                | Application (macOS) | com.adobe.gcclient                                             | apps   | -1.0             |
| CCLibrary.app                            | 3.14.19-8                                                                               | Application (macOS) | com.adobe.CCLibrary                                            | apps   | -1.0             |
| ACR_12_2.app                             | 5.0.0.354                                                                               | Application (macOS) | com.adobe.ACCC.Uninstaller                                     | apps   | -1.0             |
| CCXP_4_7_4.app                           | 5.6.0.788                                                                               | Application (macOS) | com.adobe.HDUninstaller                                        | apps   | -1.0             |
| COCM_1_0_32.app                          | 4.8.2.476                                                                               | Application (macOS) | com.adobe.ACCC.Uninstaller                                     | apps   | -1.0             |
| COPS_1_0_32.app                          | 4.8.2.476                                                                               | Application (macOS) | com.adobe.ACCC.Uninstaller                                     | apps   | -1.0             |
| CORE_1_0_32.app                          | 4.8.2.476                                                                               | Application (macOS) | com.adobe.ACCC.Uninstaller                                     | apps   | -1.0             |
| CORG_1_1_32.app                          | 4.8.2.476                                                                               | Application (macOS) | com.adobe.ACCC.Uninstaller                                     | apps   | -1.0             |
| COSY_5_2_4_32.app                        | 5.6.0.788                                                                               | Application (macOS) | com.adobe.HDUninstaller                                        | apps   | -1.0             |
| KASU_2_0_32.app                          | 4.9.0.504                                                                               | Application (macOS) | com.adobe.ACCC.Uninstaller                                     | apps   | -1.0             |
| LIBS_3_14_19.app                         | 5.6.0.788                                                                               | Application (macOS) | com.adobe.HDUninstaller                                        | apps   | -1.0             |
| PHSP_20_0_8.app                          | 5.0.0.354                                                                               | Application (macOS) | com.adobe.ACCC.Uninstaller                                     | apps   | -1.0             |
| PHSP_21_1.app                            | 5.0.0.354                                                                               | Application (macOS) | com.adobe.ACCC.Uninstaller                                     | apps   | -1.0             |
| SPRK_29_0_32.app                         | 5.1.0.407                                                                               | Application (macOS) | com.adobe.ACCC.Uninstaller                                     | apps   | -1.0             |
| NativeMessagingHost.app                  | 4.0                                                                                     | Application (macOS) | com.adobe.Acrobat.NativeMessagingHost                          | apps   | -1.0             |
| NativeMessagingHost.app                  | 4.0                                                                                     | Application (macOS) | com.adobe.Acrobat.NativeMessagingHost                          | apps   | -1.0             |
| Microsoft AutoUpdate.app                 | 4.51                                                                                    | Application (macOS) | com.microsoft.autoupdate2                                      | apps   | 1663165030.61658 |
| Microsoft Update Assistant.app           | 4.51                                                                                    | Application (macOS) | com.microsoft.autoupdate.fba                                   | apps   | 1663165029.42442 |
| Cocoa-AppleScript Applet.app             | 1.0                                                                                     | Application (macOS) | com.apple.ScriptEditor.id.cocoa-applet-template                | apps   | -1.0             |
| Python.app                               | 3.8.9                                                                                   | Application (macOS) | com.apple.python3                                              | apps   | -1.0             |
| Python.app                               | 3.9.6                                                                                   | Application (macOS) | com.apple.python3                                              | apps   | -1.0             |
| GoogleSoftwareUpdateAgent.app            | 1.3.17                                                                                  | Application (macOS) | com.google.Keystone.Agent                                      | apps   | 1648682134.0     |
| Canon IJScanner2.app                     | 4.0.0                                                                                   | Application (macOS) | jp.co.canon.ijscanner2.scanner.ica                             | apps   | -1.0             |
| Canon IJScanner4.app                     | 4.0.0                                                                                   | Application (macOS) | jp.co.canon.ij.ica.scanner4                                    | apps   | -1.0             |
| Canon IJScanner6.app                     | 4.0.0                                                                                   | Application (macOS) | jp.co.canon.ij.ica.scanner6                                    | apps   | -1.0             |
| EPSON Scanner.app                        | 5.7.24                                                                                  | Application (macOS) | com.epson.scanner.ica                                          | apps   | -1.0             |
| AirScanLegacyDiscovery.app               | 17                                                                                      | Application (macOS) | com.apple.print.AirScanLegacyDiscovery                         | apps   | -1.0             |
| Save as Adobe PDF.app                    | 21.011.20039                                                                            | Application (macOS) | com.adobe.Automator.Save-as-Adobe-PDF                          | apps   | -1.0             |
| EPFaxAutoSetupTool.app                   | 1.71                                                                                    | Application (macOS) | com.epson.ijfax.app.EPFaxAutoSetupTool                         | apps   | -1.0             |
| epsonfax.app                             | 1.71                                                                                    | Application (macOS) | com.epson.ijfax.app.epsonfax                                   | apps   | -1.0             |
| commandFilter.app                        | 1.71                                                                                    | Application (macOS) | com.epson.ijfax.filter.commandFilter                           | apps   | -1.0             |
| rastertoepfax.app                        | 1.71                                                                                    | Application (macOS) | com.epson.ijfax.filter.rastertoepfax                           | apps   | -1.0             |
| FAX Utility.app                          | 1.73                                                                                    | Application (macOS) | com.epson.ijfax.utility.FAXUtility                             | apps   | -1.0             |
| Fax Receive Monitor.app                  | 1.71                                                                                    | Application (macOS) | com.epson.ijfax.app.FaxReceiveMonitor                          | apps   | -1.0             |
| App Store.app                            | 3.0                                                                                     | Application (macOS) | com.apple.AppStore                                             | apps   | 1664391196.9321  |
| Automator.app                            | 2.10                                                                                    | Application (macOS) | com.apple.Automator                                            | apps   | -1.0             |
| Books.app                                | 4.4                                                                                     | Application (macOS) | com.apple.iBooksX                                              | apps   | -1.0             |
| Calculator.app                           | 10.16                                                                                   | Application (macOS) | com.apple.calculator                                           | apps   | -1.0             |
| Calendar.app                             | 11.0                                                                                    | Application (macOS) | com.apple.iCal                                                 | apps   | -1.0             |
| Chess.app                                | 3.18                                                                                    | Application (macOS) | com.apple.Chess                                                | apps   | -1.0             |
| Contacts.app                             |                                                                                         | Application (macOS) | com.apple.AddressBook                                          | apps   | -1.0             |
| Dictionary.app                           | 2.3.0                                                                                   | Application (macOS) | com.apple.Dictionary                                           | apps   | 1663958939.6795  |
| FaceTime.app                             | 5.0                                                                                     | Application (macOS) | com.apple.FaceTime                                             | apps   | -1.0             |
| FindMy.app                               | 3.0                                                                                     | Application (macOS) | com.apple.findmy                                               | apps   | -1.0             |
| Font Book.app                            | 10.0                                                                                    | Application (macOS) | com.apple.FontBook                                             | apps   | -1.0             |
| Home.app                                 | 6.0                                                                                     | Application (macOS) | com.apple.Home                                                 | apps   | -1.0             |
| Image Capture.app                        | 8.0                                                                                     | Application (macOS) | com.apple.Image_Capture                                        | apps   | -1.0             |
| Launchpad.app                            | 1.0                                                                                     | Application (macOS) | com.apple.launchpad.launcher                                   | apps   | -1.0             |
| Mail.app                                 | 16.0                                                                                    | Application (macOS) | com.apple.mail                                                 | apps   | 1663679754.84718 |
| Maps.app                                 | 3.0                                                                                     | Application (macOS) | com.apple.Maps                                                 | apps   | -1.0             |
| Messages.app                             | 14.0                                                                                    | Application (macOS) | com.apple.MobileSMS                                            | apps   | -1.0             |
| Mission Control.app                      | 1.2                                                                                     | Application (macOS) | com.apple.exposelauncher                                       | apps   | -1.0             |
| Music.app                                | 1.2.5                                                                                   | Application (macOS) | com.apple.Music                                                | apps   | -1.0             |
| News.app                                 | 7.3.2                                                                                   | Application (macOS) | com.apple.news                                                 | apps   | -1.0             |
| Notes.app                                | 4.9                                                                                     | Application (macOS) | com.apple.Notes                                                | apps   | -1.0             |
| Photo Booth.app                          | 12.2                                                                                    | Application (macOS) | com.apple.PhotoBooth                                           | apps   | -1.0             |
| Photos.app                               | 7.0                                                                                     | Application (macOS) | com.apple.Photos                                               | apps   | -1.0             |
| Podcasts.app                             | 1.1.0                                                                                   | Application (macOS) | com.apple.podcasts                                             | apps   | -1.0             |
| Preview.app                              | 11.0                                                                                    | Application (macOS) | com.apple.Preview                                              | apps   | -1.0             |
| QuickTime Player.app                     | 10.5                                                                                    | Application (macOS) | com.apple.QuickTimePlayerX                                     | apps   | -1.0             |
| Reminders.app                            | 7.0                                                                                     | Application (macOS) | com.apple.reminders                                            | apps   | -1.0             |
| Shortcuts.app                            | 5.0                                                                                     | Application (macOS) | com.apple.shortcuts                                            | apps   | -1.0             |
| Siri.app                                 | 1.0                                                                                     | Application (macOS) | com.apple.siri.launcher                                        | apps   | -1.0             |
| Stickies.app                             | 10.2                                                                                    | Application (macOS) | com.apple.Stickies                                             | apps   | -1.0             |
| Stocks.app                               | 4.3.2                                                                                   | Application (macOS) | com.apple.stocks                                               | apps   | -1.0             |
| System Preferences.app                   | 15.0                                                                                    | Application (macOS) | com.apple.systempreferences                                    | apps   | 1664302331.96784 |
| TV.app                                   | 1.2.5                                                                                   | Application (macOS) | com.apple.TV                                                   | apps   | -1.0             |
| TextEdit.app                             | 1.17                                                                                    | Application (macOS) | com.apple.TextEdit                                             | apps   | 1663855858.82873 |
| Time Machine.app                         | 1.3                                                                                     | Application (macOS) | com.apple.backup.launcher                                      | apps   | -1.0             |
| Activity Monitor.app                     | 10.14                                                                                   | Application (macOS) | com.apple.ActivityMonitor                                      | apps   | -1.0             |
| AirPort Utility.app                      | 6.3.9                                                                                   | Application (macOS) | com.apple.airport.airportutility                               | apps   | -1.0             |
| Audio MIDI Setup.app                     | 3.5                                                                                     | Application (macOS) | com.apple.audio.AudioMIDISetup                                 | apps   | -1.0             |
| Bluetooth File Exchange.app              | 9.0                                                                                     | Application (macOS) | com.apple.BluetoothFileExchange                                | apps   | -1.0             |
| Boot Camp Assistant.app                  | 6.1.0                                                                                   | Application (macOS) | com.apple.bootcampassistant                                    | apps   | -1.0             |
| ColorSync Utility.app                    | 12.0.0                                                                                  | Application (macOS) | com.apple.ColorSyncUtility                                     | apps   | -1.0             |
| Console.app                              | 1.1                                                                                     | Application (macOS) | com.apple.Console                                              | apps   | -1.0             |
| Digital Color Meter.app                  | 5.22                                                                                    | Application (macOS) | com.apple.DigitalColorMeter                                    | apps   | -1.0             |
| Disk Utility.app                         | 21.5                                                                                    | Application (macOS) | com.apple.DiskUtility                                          | apps   | -1.0             |
| Grapher.app                              | 2.7                                                                                     | Application (macOS) | com.apple.grapher                                              | apps   | -1.0             |
| Keychain Access.app                      | 11.0                                                                                    | Application (macOS) | com.apple.keychainaccess                                       | apps   | -1.0             |
| Migration Assistant.app                  | 12.6                                                                                    | Application (macOS) | com.apple.MigrateAssistant                                     | apps   | -1.0             |
| Screenshot.app                           | 1.0                                                                                     | Application (macOS) | com.apple.screenshot.launcher                                  | apps   | -1.0             |
| Script Editor.app                        | 2.11                                                                                    | Application (macOS) | com.apple.ScriptEditor2                                        | apps   | -1.0             |
| System Information.app                   | 11.0                                                                                    | Application (macOS) | com.apple.SystemProfiler                                       | apps   | -1.0             |
| Terminal.app                             | 2.12.7                                                                                  | Application (macOS) | com.apple.Terminal                                             | apps   | 1664390076.32144 |
| VoiceOver Utility.app                    | 10                                                                                      | Application (macOS) | com.apple.VoiceOverUtility                                     | apps   | -1.0             |
| VoiceMemos.app                           | 2.3                                                                                     | Application (macOS) | com.apple.VoiceMemos                                           | apps   | -1.0             |
| ClassroomStudentMenuExtra.app            | 1.0                                                                                     | Application (macOS) | com.apple.ClassroomStudentMenuExtra                            | apps   | -1.0             |
| Display Calibrator.app                   | 4.14                                                                                    | Application (macOS) | com.apple.ColorSyncCalibrator                                  | apps   | -1.0             |
| AOSUIPrefPaneLauncher.app                | 1.0                                                                                     | Application (macOS) | com.apple.AOSUIPrefPaneLauncher                                | apps   | -1.0             |
| AVB Audio Configuration.app              | 1040.6                                                                                  | Application (macOS) | com.apple.AVB-Audio-Configuration                              | apps   | -1.0             |
| AddPrinter.app                           | 17                                                                                      | Application (macOS) | com.apple.print.add                                            | apps   | -1.0             |
| AddressBookUrlForwarder.app              | 11.0                                                                                    | Application (macOS) | com.apple.AddressBook.UrlForwarder                             | apps   | -1.0             |
| AirPlayUIAgent.app                       | 2.0                                                                                     | Application (macOS) | com.apple.AirPlayUIAgent                                       | apps   | -1.0             |
| AirPort Base Station Agent.app           | 2.2.1                                                                                   | Application (macOS) | com.apple.AirPortBaseStationAgent                              | apps   | -1.0             |
| AppleScript Utility.app                  | 1.1.2                                                                                   | Application (macOS) | com.apple.AppleScriptUtility                                   | apps   | -1.0             |
| About This Mac.app                       | 1.0                                                                                     | Application (macOS) | com.apple.AboutThisMacLauncher                                 | apps   | -1.0             |
| Archive Utility.app                      | 10.15                                                                                   | Application (macOS) | com.apple.archiveutility                                       | apps   | -1.0             |
| DVD Player.app                           | 6.0                                                                                     | Application (macOS) | com.apple.DVDPlayer                                            | apps   | -1.0             |
| Directory Utility.app                    | 6.2                                                                                     | Application (macOS) | com.apple.DirectoryUtility                                     | apps   | -1.0             |
| Expansion Slot Utility.app               | 2.0                                                                                     | Application (macOS) | com.apple.ExpansionSlotUtility                                 | apps   | -1.0             |
| Feedback Assistant.app                   | 5.1                                                                                     | Application (macOS) | com.apple.appleseed.FeedbackAssistant                          | apps   | -1.0             |
| Folder Actions Setup.app                 | 1.2                                                                                     | Application (macOS) | com.apple.FolderActionsSetup                                   | apps   | -1.0             |
| Network Utility.app                      | 1.9.2                                                                                   | Application (macOS) | com.apple.NetworkUtility                                       | apps   | -1.0             |
| Screen Sharing.app                       | 2.0                                                                                     | Application (macOS) | com.apple.ScreenSharing                                        | apps   | -1.0             |
| Storage Management.app                   | 1.0                                                                                     | Application (macOS) | com.apple.StorageManagementLauncher                            | apps   | -1.0             |
| Ticket Viewer.app                        | 4.1                                                                                     | Application (macOS) | com.apple.Ticket-Viewer                                        | apps   | -1.0             |
| Wireless Diagnostics.app                 | 11.0                                                                                    | Application (macOS) | com.apple.wifi.diagnostics                                     | apps   | -1.0             |
| iOS App Installer.app                    | 1.0                                                                                     | Application (macOS) | com.apple.IPAInstaller                                         | apps   | -1.0             |
| Automator Application Stub.app           | 1.3                                                                                     | Application (macOS) | com.apple.Automator.Automator-Application-Stub                 | apps   | -1.0             |
| Automator Installer.app                  | 2.10                                                                                    | Application (macOS) | com.apple.AutomatorInstaller                                   | apps   | -1.0             |
| BluetoothSetupAssistant.app              | 9.0                                                                                     | Application (macOS) | com.apple.BluetoothSetupAssistant                              | apps   | -1.0             |
| BluetoothUIServer.app                    | 9.0                                                                                     | Application (macOS) | com.apple.BluetoothUIServer                                    | apps   | -1.0             |
| BluetoothUIService.app                   | 1.0                                                                                     | Application (macOS) | com.apple.BluetoothUIService                                   | apps   | -1.0             |
| CalendarFileHandler.app                  | 8.0                                                                                     | Application (macOS) | com.apple.CalendarFileHandler                                  | apps   | -1.0             |
| Captive Network Assistant.app            | 5.0                                                                                     | Application (macOS) | com.apple.CaptiveNetworkAssistant                              | apps   | -1.0             |
| Certificate Assistant.app                | 5.0                                                                                     | Application (macOS) | com.apple.CertificateAssistant                                 | apps   | -1.0             |
| ClimateProxy.app                         | 2.1                                                                                     | Application (macOS) | com.apple.weather                                              | apps   | -1.0             |
| Clock.app                                | 1.0                                                                                     | Application (macOS) | com.apple.mobiletimer                                          | apps   | -1.0             |
| ControlCenter.app                        | 1.0                                                                                     | Application (macOS) | com.apple.controlcenter                                        | apps   | -1.0             |
| ControlStrip.app                         | 1.0                                                                                     | Application (macOS) | com.apple.controlstrip                                         | apps   | -1.0             |
| CoreLocationAgent.app                    | 2667.4.3.1                                                                              | Application (macOS) | com.apple.CoreLocationAgent                                    | apps   | -1.0             |
| CoreServicesUIAgent.app                  | 369                                                                                     | Application (macOS) | com.apple.coreservices.uiagent                                 | apps   | -1.0             |
| Database Events.app                      | 1.0.6                                                                                   | Application (macOS) | com.apple.databaseevents                                       | apps   | -1.0             |
| Diagnostics Reporter.app                 | 1.0                                                                                     | Application (macOS) | com.apple.DiagnosticsReporter                                  | apps   | -1.0             |
| DiscHelper.app                           | 1.0                                                                                     | Application (macOS) | com.apple.DiscHelper                                           | apps   | -1.0             |
| DiskImageMounter.app                     | 1.0                                                                                     | Application (macOS) | com.apple.DiskImageMounter                                     | apps   | -1.0             |
| Dock.app                                 | 1.8                                                                                     | Application (macOS) | com.apple.dock                                                 | apps   | -1.0             |
| Dwell Control.app                        | 1.0                                                                                     | Application (macOS) | com.apple.DwellControl                                         | apps   | -1.0             |
| Erase Assistant.app                      | 1.0                                                                                     | Application (macOS) | com.apple.EraseAssistant                                       | apps   | -1.0             |
| EscrowSecurityAlert.app                  | 1.0                                                                                     | Application (macOS) | com.apple.EscrowSecurityAlert                                  | apps   | -1.0             |
| Family (OSX).app                         | 1.0                                                                                     | Application (macOS) | com.apple.Family                                               | apps   | -1.0             |
| AirDrop.app                              | 1.0                                                                                     | Application (macOS) | com.apple.finder.Open-AirDrop                                  | apps   | -1.0             |
| Computer.app                             | 1.0                                                                                     | Application (macOS) | com.apple.finder.Open-Computer                                 | apps   | -1.0             |
| Network.app                              | 1.0                                                                                     | Application (macOS) | com.apple.finder.Open-Network                                  | apps   | -1.0             |
| Recents.app                              | 1.0                                                                                     | Application (macOS) | com.apple.finder.Open-Recents                                  | apps   | -1.0             |
| iCloud Drive.app                         | 1.0                                                                                     | Application (macOS) | com.apple.finder.Open-iCloudDrive                              | apps   | -1.0             |
| Finder.app                               | 12.5                                                                                    | Application (macOS) | com.apple.finder                                               | apps   | 1664319779.4858  |
| FolderActionsDispatcher.app              | 1.0                                                                                     | Application (macOS) | com.apple.FolderActionsDispatcher                              | apps   | -1.0             |
| Game Center.app                          | 1.0                                                                                     | Application (macOS) | com.apple.gamecenter                                           | apps   | -1.0             |
| HelpViewer.app                           | 7.0                                                                                     | Application (macOS) | com.apple.helpviewer                                           | apps   | -1.0             |
| Image Events.app                         | 1.1.6                                                                                   | Application (macOS) | com.apple.imageevents                                          | apps   | -1.0             |
| Install Command Line Developer Tools.app |                                                                                         | Application (macOS) | com.apple.dt.CommandLineTools.installondemand                  | apps   | -1.0             |
| Install in Progress.app                  | 3.0                                                                                     | Application (macOS) | com.apple.PackageUIKit.Install-in-Progress                     | apps   | -1.0             |
| Installer Progress.app                   | 1.0                                                                                     | Application (macOS) | com.apple.Installer-Progress                                   | apps   | -1.0             |
| Installer.app                            | 6.2.0                                                                                   | Application (macOS) | com.apple.installer                                            | apps   | 1664390169.27642 |
| JavaLauncher.app                         | 319                                                                                     | Application (macOS) | com.apple.JavaLauncher                                         | apps   | -1.0             |
| FileSystemUIAgent.app                    | 2.0                                                                                     | Application (macOS) | com.apple.FileSystemUIAgent                                    | apps   | 1661331579.0     |
| KeyboardAccessAgent.app                  | 10                                                                                      | Application (macOS) | com.apple.KeyboardAccessAgent                                  | apps   | -1.0             |
| KeyboardSetupAssistant.app               | 1.0                                                                                     | Application (macOS) | com.apple.KeyboardSetupAssistant                               | apps   | -1.0             |
| Keychain Circle Notification.app         | 1.0                                                                                     | Application (macOS) | com.apple.security.Keychain-Circle-Notification                | apps   | -1.0             |
| Language Chooser.app                     | 1.0                                                                                     | Application (macOS) | com.apple.Language-Chooser                                     | apps   | -1.0             |
| LocationMenu.app                         | 1.0                                                                                     | Application (macOS) | com.apple.locationmenu                                         | apps   | -1.0             |
| MTLReplayer.app                          | 1.0                                                                                     | Application (macOS) | com.apple.MTLReplayer                                          | apps   | -1.0             |
| ManagedClient.app                        | 14.2                                                                                    | Application (macOS) | com.apple.ManagedClient                                        | apps   | -1.0             |
| Memory Slot Utility.app                  | 1.5.3                                                                                   | Application (macOS) | com.apple.MemorySlotUtility                                    | apps   | -1.0             |
| NetAuthAgent.app                         | 6.2                                                                                     | Application (macOS) | com.apple.NetAuthAgent                                         | apps   | -1.0             |
| NotificationCenter.app                   | 1.0                                                                                     | Application (macOS) | com.apple.notificationcenterui                                 | apps   | -1.0             |
| NowPlayingTouchUI.app                    | 1.0                                                                                     | Application (macOS) | com.apple.NowPlayingTouchUI                                    | apps   | -1.0             |
| OBEXAgent.app                            | 9.0                                                                                     | Application (macOS) | com.apple.OBEXAgent                                            | apps   | -1.0             |
| ODSAgent.app                             | 1.9                                                                                     | Application (macOS) | com.apple.ODSAgent                                             | apps   | -1.0             |
| OSDUIHelper.app                          | 1.1                                                                                     | Application (macOS) | com.apple.OSDUIHelper                                          | apps   | -1.0             |
| PIPAgent.app                             | 1.0                                                                                     | Application (macOS) | com.apple.PIPAgent                                             | apps   | -1.0             |
| Paired Devices.app                       | 3.6.0                                                                                   | Application (macOS) | com.apple.PairedDevices                                        | apps   | -1.0             |
| Pass Viewer.app                          | 1.0                                                                                     | Application (macOS) | com.apple.Pass-Viewer                                          | apps   | -1.0             |
| Photo Library Migration Utility.app      | 2.0                                                                                     | Application (macOS) | com.apple.PhotoLibraryMigrationUtility                         | apps   | -1.0             |
| PodcastsAuthAgent.app                    | 1.0                                                                                     | Application (macOS) | com.apple.podcasts.PodcastsAuthAgent                           | apps   | -1.0             |
| PowerChime.app                           | 1.0                                                                                     | Application (macOS) | com.apple.PowerChime                                           | apps   | -1.0             |
| Problem Reporter.app                     | 10.13                                                                                   | Application (macOS) | com.apple.ProblemReporter                                      | apps   | -1.0             |
| ProfileHelper.app                        | 1.0                                                                                     | Application (macOS) | com.apple.mcx.ProfileHelper                                    | apps   | -1.0             |
| RapportUIAgent.app                       | 3.6.0                                                                                   | Application (macOS) | com.apple.RapportUIAgent                                       | apps   | -1.0             |
| RegisterPluginIMApp.app                  | 25                                                                                      | Application (macOS) | com.apple.pluginIM.pluginIMRegistrator                         | apps   | -1.0             |
| ARDAgent.app                             | 3.9.8                                                                                   | Application (macOS) | com.apple.RemoteDesktopAgent                                   | apps   | -1.0             |
| LockScreen.app                           | 3.9.8                                                                                   | Application (macOS) | com.apple.LockScreen                                           | apps   | 1661331579.0     |
| SSDragHelper.app                         | 3.9.8                                                                                   | Application (macOS) | com.apple.VNCDragHelper                                        | apps   | 1661331579.0     |
| Share Screen Request.app                 | 3.9.8                                                                                   | Application (macOS) | com.apple.VNCGuestRequest                                      | apps   | 1661331579.0     |
| SSMenuAgent.app                          | 3.9.8                                                                                   | Application (macOS) | com.apple.SSMenuAgent                                          | apps   | -1.0             |
| SSAssistanceCursor.app                   | 3.9.8                                                                                   | Application (macOS) | com.apple.SSAssistanceCursor                                   | apps   | 1661331579.0     |
| SSInvitationAgent.app                    | 3.9.8                                                                                   | Application (macOS) | com.apple.ssinvitationagent                                    | apps   | 1661331579.0     |
| Rosetta 2 Updater.app                    | 1.0                                                                                     | Application (macOS) | com.apple.OAHSoftwareUpdateApp                                 | apps   | -1.0             |
| Screen Time.app                          | 3.0                                                                                     | Application (macOS) | com.apple.ScreenTimeWidgetApplication                          | apps   | -1.0             |
| ScreenSaverEngine.app                    | 5.0                                                                                     | Application (macOS) | com.apple.ScreenSaver.Engine                                   | apps   | -1.0             |
| Script Menu.app                          | 1                                                                                       | Application (macOS) | com.apple.ScriptMenuApp                                        | apps   | -1.0             |
| ScriptMonitor.app                        | 1.0.1                                                                                   | Application (macOS) | com.apple.ScriptMonitor                                        | apps   | -1.0             |
| Setup Assistant.app                      | 10.10                                                                                   | Application (macOS) | com.apple.SetupAssistant                                       | apps   | -1.0             |
| ShortcutDroplet.app                      | 1.0                                                                                     | Application (macOS) | com.apple.shortcuts.droplet                                    | apps   | -1.0             |
| Shortcuts Events.app                     | 1.0                                                                                     | Application (macOS) | com.apple.shortcuts.events                                     | apps   | -1.0             |
| Siri.app                                 | 3105.3.1                                                                                | Application (macOS) | com.apple.Siri                                                 | apps   | -1.0             |
| Software Update.app                      | 6                                                                                       | Application (macOS) | com.apple.SoftwareUpdate                                       | apps   | -1.0             |
| SoftwareUpdateLauncher.app               | 6                                                                                       | Application (macOS) | com.apple.SoftwareUpdateLauncher                               | apps   | 1661331579.0     |
| SpacesTouchBarAgent.app                  | 1.0                                                                                     | Application (macOS) | com.apple.SpacesTouchBarAgent                                  | apps   | -1.0             |
| Spotlight.app                            | 1.0                                                                                     | Application (macOS) | com.apple.Spotlight                                            | apps   | -1.0             |
| System Events.app                        | 1.3.6                                                                                   | Application (macOS) | com.apple.systemevents                                         | apps   | -1.0             |
| SystemUIServer.app                       | 1.7                                                                                     | Application (macOS) | com.apple.systemuiserver                                       | apps   | -1.0             |
| TextInputMenuAgent.app                   | 1.0                                                                                     | Application (macOS) | com.apple.TextInputMenuAgent                                   | apps   | -1.0             |
| TextInputSwitcher.app                    | 1.1                                                                                     | Application (macOS) | com.apple.TextInputSwitcher                                    | apps   | -1.0             |
| ThermalTrap.app                          | 1.0                                                                                     | Application (macOS) | com.apple.ThermalTrap                                          | apps   | -1.0             |
| UIKitSystem.app                          | 1.0                                                                                     | Application (macOS) | com.apple.UIKitSystemApp                                       | apps   | -1.0             |
| UniversalAccessControl.app               | 7.0                                                                                     | Application (macOS) | com.apple.UniversalAccessControl                               | apps   | -1.0             |
| UniversalControl.app                     | 1.0                                                                                     | Application (macOS) | com.apple.universalcontrol                                     | apps   | -1.0             |
| UnmountAssistantAgent.app                | 5.0                                                                                     | Application (macOS) | com.apple.UnmountAssistantAgent                                | apps   | -1.0             |
| UserNotificationCenter.app               | 72.100                                                                                  | Application (macOS) | com.apple.UserNotificationCenter                               | apps   | -1.0             |
| VoiceOver.app                            | 10                                                                                      | Application (macOS) | com.apple.VoiceOver                                            | apps   | -1.0             |
| WatchFaceAlert.app                       | 1.0                                                                                     | Application (macOS) | com.apple.WatchFaceAlert                                       | apps   | -1.0             |
| WiFiAgent.app                            | 17.0                                                                                    | Application (macOS) | com.apple.wifi.WiFiAgent                                       | apps   | -1.0             |
| WidgetKit Simulator.app                  | 1.0                                                                                     | Application (macOS) | com.apple.widgetkit.simulator                                  | apps   | -1.0             |
| Xcode Previews.app                       | 13.3                                                                                    | Application (macOS) | com.apple.dt.XcodePreviews                                     | apps   | -1.0             |
| TMHelperAgent.app                        | 10.9                                                                                    | Application (macOS) | com.apple.TMHelperAgent                                        | apps   | 1661331579.0     |
| iCloud.app                               | 1.0                                                                                     | Application (macOS) | com.apple.CloudKit.ShareBear                                   | apps   | -1.0             |
| loginwindow.app                          | 9.0                                                                                     | Application (macOS) | com.apple.loginwindow                                          | apps   | -1.0             |
| rcd.app                                  | 361                                                                                     | Application (macOS) | com.apple.rcd                                                  | apps   | -1.0             |
| screencaptureui.app                      | 1.0                                                                                     | Application (macOS) | com.apple.screencaptureui                                      | apps   | -1.0             |
| AddressBookSync.app                      | 11.0                                                                                    | Application (macOS) | com.apple.AddressBook.sync                                     | apps   | -1.0             |
| ABAssistantService.app                   | 11.0                                                                                    | Application (macOS) | com.apple.ABAssistantService                                   | apps   | -1.0             |
| AddressBookManager.app                   | 11.0                                                                                    | Application (macOS) | com.apple.AddressBook.abd                                      | apps   | -1.0             |
| AddressBookSourceSync.app                | 11.0                                                                                    | Application (macOS) | com.apple.AddressBookSourceSync                                | apps   | -1.0             |
| FontRegistryUIAgent.app                  | 81.0                                                                                    | Application (macOS) | com.apple.FontRegistryUIAgent                                  | apps   | -1.0             |
| SpeechSynthesisServer.app                | 9.0.88.6                                                                                | Application (macOS) | com.apple.speech.synthesis.SpeechSynthesisServer               | apps   | -1.0             |
| CinematicFramingOnboardingUI.app         | 1.0                                                                                     | Application (macOS) | com.apple.CMViewSrvc                                           | apps   | -1.0             |
| ctkbind.app                              | 1.0                                                                                     | Application (macOS) | com.apple.ctkbind                                              | apps   | -1.0             |
| qlmanage.app                             | 1.0                                                                                     | Application (macOS) | com.apple.quicklook.qlmanage                                   | apps   | -1.0             |
| quicklookd.app                           | 5.0                                                                                     | Application (macOS) | com.apple.QuickLookDaemon                                      | apps   | -1.0             |
| Quick Look Simulator.app                 | 1.0                                                                                     | Application (macOS) | com.apple.quicklook.QuickLookSimulator                         | apps   | -1.0             |
| QuickLookUIHelper.app                    | 5.0                                                                                     | Application (macOS) | com.apple.quicklook.ui.helper                                  | apps   | -1.0             |
| SyncServer.app                           | 8.1                                                                                     | Application (macOS) | com.apple.syncserver                                           | apps   | -1.0             |
| Wish.app                                 | 8.5.9                                                                                   | Application (macOS) | com.tcltk.wish                                                 | apps   | -1.0             |
| WebKitPluginHost.app                     | 613                                                                                     | Application (macOS) | com.apple.WebKit.PluginHost                                    | apps   | -1.0             |
| Build Web Page.app                       | 10.1                                                                                    | Application (macOS) | com.apple.BuildWebPage                                         | apps   | -1.0             |
| MakePDF.app                              | 10.1                                                                                    | Application (macOS) | com.apple.MakePDF                                              | apps   | -1.0             |
| AirScanScanner.app                       | 16                                                                                      | Application (macOS) | com.apple.AirScanScanner                                       | apps   | -1.0             |
| MassStorageCamera.app                    | 1742.6.1                                                                                | Application (macOS) | com.apple.MassStorageCamera                                    | apps   | -1.0             |
| PTPCamera.app                            | 1742.6.1                                                                                | Application (macOS) | com.apple.PTPCamera                                            | apps   | -1.0             |
| VirtualScanner.app                       | 1742.6.1                                                                                | Application (macOS) | com.apple.VirtualScanner                                       | apps   | -1.0             |
| 50onPaletteServer.app                    | 1.1.0                                                                                   | Application (macOS) | com.apple.50onPaletteIM                                        | apps   | -1.0             |
| AinuIM.app                               | 1.0                                                                                     | Application (macOS) | com.apple.inputmethod.Ainu                                     | apps   | -1.0             |
| Assistive Control.app                    | 2.0                                                                                     | Application (macOS) | com.apple.inputmethod.AssistiveControl                         | apps   | -1.0             |
| CharacterPalette.app                     | 2.0.1                                                                                   | Application (macOS) | com.apple.CharacterPaletteIM                                   | apps   | -1.0             |
| DictationIM.app                          | 6.1.27                                                                                  | Application (macOS) | com.apple.inputmethod.ironwood                                 | apps   | -1.0             |
| EmojiFunctionRowIM.app                   | 1.0                                                                                     | Application (macOS) | com.apple.EmojiFunctionRowItem-Container                       | apps   | -1.0             |
| HindiIM.app                              | 1.0                                                                                     | Application (macOS) | com.apple.HIM-Container                                        | apps   | -1.0             |
| JapaneseIM-KanaTyping.app                | 6.3                                                                                     | Application (macOS) | com.apple.JapaneseIM.KanaTyping                                | apps   | -1.0             |
| JapaneseIM-RomajiTyping.app              | 6.3                                                                                     | Application (macOS) | com.apple.JapaneseIM.RomajiTyping                              | apps   | -1.0             |
| KoreanIM.app                             | 1.0                                                                                     | Application (macOS) | com.apple.KIM-Container                                        | apps   | -1.0             |
| PluginIM.app                             | 25                                                                                      | Application (macOS) | com.apple.inputmethod.PluginIM                                 | apps   | -1.0             |
| PressAndHold.app                         | 1.0                                                                                     | Application (macOS) | com.apple.PAH-Container                                        | apps   | -1.0             |
| SCIM.app                                 | 1.0                                                                                     | Application (macOS) | com.apple.SCIM-Container                                       | apps   | -1.0             |
| TCIM.app                                 | 1.0                                                                                     | Application (macOS) | com.apple.TCIM-Container                                       | apps   | -1.0             |
| TYIM.app                                 | 1.0                                                                                     | Application (macOS) | com.apple.TYIM-Container                                       | apps   | -1.0             |
| TamilIM.app                              | 1.6                                                                                     | Application (macOS) | com.apple.inputmethod.Tamil                                    | apps   | -1.0             |
| TrackpadIM.app                           | 1.0                                                                                     | Application (macOS) | com.apple.TrackpadIM-Container                                 | apps   | -1.0             |
| VietnameseIM.app                         | 1.0                                                                                     | Application (macOS) | com.apple.VIM-Container                                        | apps   | -1.0             |
| iCloudUserNotificationsd.app             | 1.0                                                                                     | Application (macOS) | com.apple.iCloudUserNotificationsd                             | apps   | -1.0             |
| AOSAlertManager.app                      | 1.07                                                                                    | Application (macOS) | com.apple.AOSAlertManager                                      | apps   | -1.0             |
| AOSHeartbeat.app                         | 1.07                                                                                    | Application (macOS) | com.apple.AOSHeartbeat                                         | apps   | -1.0             |
| AOSPushRelay.app                         | 1.07                                                                                    | Application (macOS) | com.apple.AOSPushRelay                                         | apps   | -1.0             |
| AccessibilityVisualsAgent.app            | 1.0                                                                                     | Application (macOS) | com.apple.AccessibilityVisualsAgent                            | apps   | -1.0             |
| Calibration Assistant.app                | 1.0                                                                                     | Application (macOS) | com.apple.Calibration-Assistant                                | apps   | -1.0             |
| AppSSOAgent.app                          | 1.0                                                                                     | Application (macOS) | com.apple.AppSSOAgent                                          | apps   | -1.0             |
| KerberosMenuExtra.app                    | 1.0                                                                                     | Application (macOS) | com.apple.KerberosMenuExtra                                    | apps   | -1.0             |
| AMSEngagementViewService.app             | 1.0                                                                                     | Application (macOS) | com.apple.AMSEngagementViewService                             | apps   | -1.0             |
| AskPermissionUI.app                      | 1.0                                                                                     | Application (macOS) | com.apple.AskPermissionUI                                      | apps   | -1.0             |
| AutomationModeUI.app                     | 1.0                                                                                     | Application (macOS) | com.apple.dt.AutomationModeUI                                  | apps   | -1.0             |
| iCloud Drive.app                         | 1.0                                                                                     | Application (macOS) | com.apple.bird                                                 | apps   | -1.0             |
| storeuid.app                             | 1.0                                                                                     | Application (macOS) | com.apple.storeuid                                             | apps   | -1.0             |
| CIMFindInputCodeTool.app                 | 104                                                                                     | Application (macOS) | com.apple.CCE.CIMFindInputCode                                 | apps   | -1.0             |
| FollowUpUI.app                           | 1.0                                                                                     | Application (macOS) | com.apple.FollowUpUI                                           | apps   | -1.0             |
| DiskImages UI Agent.app                  | 623.100.1                                                                               | Application (macOS) | com.apple.frameworks.diskimages.diuiagent                      | apps   | -1.0             |
| eaptlstrust.app                          | 13.0                                                                                    | Application (macOS) | com.apple.eap8021x.eaptlstrust                                 | apps   | -1.0             |
| ParentalControls.app                     | 4.1                                                                                     | Application (macOS) | com.apple.familycontrols.useragent                             | apps   | -1.0             |
| Family.app                               | 1.0                                                                                     | Application (macOS) | com.apple.Family                                               | apps   | -1.0             |
| FindMyMacMessenger.app                   | 4.1                                                                                     | Application (macOS) | com.apple.FindMyMacMessenger                                   | apps   | -1.0             |
| identityservicesd.app                    | 10.0                                                                                    | Application (macOS) | com.apple.identityservicesd                                    | apps   | -1.0             |
| IDSRemoteURLConnectionAgent.app          | 10.0                                                                                    | Application (macOS) | com.apple.idsfoundation.IDSRemoteURLConnectionAgent            | apps   | -1.0             |
| imagent.app                              | 10.0                                                                                    | Application (macOS) | com.apple.imagent                                              | apps   | -1.0             |
| IMAutomaticHistoryDeletionAgent.app      | 10.0                                                                                    | Application (macOS) | com.apple.IMAutomaticHistoryDeletionAgent                      | apps   | -1.0             |
| IMTransferAgent.app                      | 10.0                                                                                    | Application (macOS) | com.apple.imtransferservices.IMTransferAgent                   | apps   | -1.0             |
| nbagent.app                              | 1.0                                                                                     | Application (macOS) | com.apple.nbagent                                              | apps   | -1.0             |
| LinkedNotesUIService.app                 | 1.0                                                                                     | Application (macOS) | com.apple.LinkedNotesUIService                                 | apps   | -1.0             |
| XCPreviewAgent.app                       | 13.3                                                                                    | Application (macOS) | com.apple.dt.XCPreviewAgent                                    | apps   | -1.0             |
| PrinterProxy.app                         | 20                                                                                      | Application (macOS) | com.apple.print.PrinterProxy                                   | apps   | -1.0             |
| ScreenReaderUIServer.app                 | 10                                                                                      | Application (macOS) | com.apple.ScreenReaderUIServer                                 | apps   | -1.0             |
| SpeechSynthesizerAuditor.app             | 1.0                                                                                     | Application (macOS) | com.apple.accessibility.SpeechSynthesizerAuditor               | apps   | -1.0             |
| VoiceOver Quickstart.app                 | 10                                                                                      | Application (macOS) | com.apple.VoiceOverQuickstart                                  | apps   | -1.0             |
| AquaAppearanceHelper.app                 | 1.0                                                                                     | Application (macOS) | com.apple.AquaAppearanceHelper                                 | apps   | -1.0             |
| sociallayerd.app                         | 1.0                                                                                     | Application (macOS) | com.apple.sociallayerd                                         | apps   | -1.0             |
| SoftwareUpdateNotificationManager.app    | 1.0                                                                                     | Application (macOS) | com.apple.SoftwareUpdateNotificationManager                    | apps   | -1.0             |
| SpeechDataInstallerd.app                 | 9.0.59.2                                                                                | Application (macOS) | com.apple.speech.SpeechDataInstallerd                          | apps   | -1.0             |
| SpeechRecognitionServer.app              | 9.0.59.2                                                                                | Application (macOS) | com.apple.speech.SpeechRecognitionServer                       | apps   | -1.0             |
| STMUIHelper.app                          | 1.0                                                                                     | Application (macOS) | com.apple.STMFramework.UIHelper                                | apps   | -1.0             |
| Conflict Resolver.app                    | 8.1                                                                                     | Application (macOS) | com.apple.syncservices.ConflictResolver                        | apps   | -1.0             |
| syncuid.app                              | 8.1                                                                                     | Application (macOS) | com.apple.syncservices.syncuid                                 | apps   | -1.0             |
| AXVisualSupportAgent.app                 | 1.0                                                                                     | Application (macOS) | com.apple.accessibility.AXVisualSupportAgent                   | apps   | -1.0             |
| DFRHUD.app                               | 1.0                                                                                     | Application (macOS) | com.apple.accessibility.DFRHUD                                 | apps   | -1.0             |
| universalAccessAuthWarn.app              | 1.0                                                                                     | Application (macOS) | com.apple.accessibility.universalAccessAuthWarn                | apps   | -1.0             |
| UASharedPasteboardProgressUI.app         | 54.1                                                                                    | Application (macOS) | com.apple.coreservices.UASharedPasteboardProgressUI            | apps   | -1.0             |
| AppleSpell.service                       | 2.4                                                                                     | Application (macOS) | com.apple.AppleSpell                                           | apps   | -1.0             |
| ChineseTextConverterService.app          | 2.1                                                                                     | Application (macOS) | com.apple.ChineseTextConverterService                          | apps   | -1.0             |
| OpenSpell.service                        | 1.0                                                                                     | Application (macOS) | com.apple.OpenSpell                                            | apps   | -1.0             |
| SpeechService.service                    | 9.0.88.6                                                                                | Application (macOS) | com.apple.speech.SpeechService                                 | apps   | -1.0             |
| Spotlight.service                        | 3.0                                                                                     | Application (macOS) | com.apple.SpotlightService                                     | apps   | -1.0             |
| SummaryService.app                       | 2.0                                                                                     | Application (macOS) | com.apple.SummaryService                                       | apps   | -1.0             |
| XCPreviewAgent.app                       | 13.3                                                                                    | Application (macOS) | com.apple.dt.XCPreviewAgent                                    | apps   | -1.0             |
| terminal-notifier.app                    | 1.7.2                                                                                   | Application (macOS) | nl.superalloy.oss.terminal-notifier                            | apps   | 1631203905.09819 |
| GitHub Desktop.app                       | 2.4.3                                                                                   | Application (macOS) | com.github.GitHubClient                                        | apps   | -1.0             |
| Sketch.app                               | 60                                                                                      | Application (macOS) | com.bohemiancoding.sketch3                                     | apps   | -1.0             |
| postgresql-12.3-2-osx.app                | 12                                                                                      | Application (macOS) | com.installbuilder.appinstaller                                | apps   | -1.0             |
| Electron.app                             | 4.2.12                                                                                  | Application (macOS) | com.github.Electron                                            | apps   | -1.0             |
| FigmaAgent.app                           | 116.3.8                                                                                 | Application (macOS) | com.figma.agent                                                | apps   | 1664392832.31807 |
| crash_report_sender.app                  |                                                                                         | Application (macOS) | com.Breakpad.crash_report_sender                               | apps   | -1.0             |
| HTML5App.app                             | 1.0.0.0                                                                                 | Application (macOS) | com.valvesoftware.steam.html5app                               | apps   | -1.0             |
| Steam Helper EH.app                      | 31.0.1650.57                                                                            | Application (macOS) | com.valvesoftware.steam.helper.EH                              | apps   | -1.0             |
| Steam Helper.app                         | 31.0.1650.57                                                                            | Application (macOS) | com.valvesoftware.steam.helper                                 | apps   | -1.0             |
| ZoomAutoUpdater.app                      | 5.11.3 (9065)                                                                           | Application (macOS) | us.zoom.ZoomAutoUpdater                                        | apps   | -1.0             |
| HP LaserJet Pro MFP M225dw (129457).app  | 20                                                                                      | Application (macOS) | com.apple.print.PrinterProxy                                   | apps   | -1.0             |
| HP OfficeJet Pro 6960.app                | 20                                                                                      | Application (macOS) | com.apple.print.PrinterProxy                                   | apps   | -1.0             |
| Fleet Desktop.app                        | 1.2.0                                                                                   | Application (macOS) | com.fleetdm.desktop                                            | apps   | 1664376966.39729 |
| osquery.app                              | 5.5.1                                                                                   | Application (macOS) | io.osquery.agent                                               | apps   | 1664390175.3588  |
| Emacs.app                                | 27.2                                                                                    | Application (macOS) | org.gnu.Emacs                                                  | apps   | -1.0             |
| terminal-notifier.app                    | 1.7.2                                                                                   | Application (macOS) | nl.superalloy.oss.terminal-notifier                            | apps   | -1.0             |
| Python.app                               | 3.10.4                                                                                  | Application (macOS) | org.python.python                                              | apps   | -1.0             |
| IDLE 3.app                               | 3.10.4                                                                                  | Application (macOS) | org.python.IDLE                                                | apps   | -1.0             |
| Python Launcher 3.app                    | 3.10.4                                                                                  | Application (macOS) | org.python.PythonLauncher                                      | apps   | -1.0             |
| Python.app                               | 3.8.13                                                                                  | Application (macOS) | org.python.python                                              | apps   | -1.0             |
| IDLE 3.app                               | 3.8.13                                                                                  | Application (macOS) | org.python.IDLE                                                | apps   | -1.0             |
| Python Launcher 3.app                    | 3.8.13                                                                                  | Application (macOS) | org.python.PythonLauncher                                      | apps   | -1.0             |
| Python.app                               | 3.9.12                                                                                  | Application (macOS) | org.python.python                                              | apps   | -1.0             |
| IDLE 3.app                               | 3.9.12                                                                                  | Application (macOS) | org.python.IDLE                                                | apps   | -1.0             |
| Python Launcher 3.app                    | 3.9.12                                                                                  | Application (macOS) | org.python.PythonLauncher                                      | apps   | -1.0             |
| terminal-notifier.app                    | 2.0.0                                                                                   | Application (macOS) | fr.julienxx.oss.terminal-notifier                              | apps   | -1.0             |
| Electron.app                             | 9.4.1                                                                                   | Application (macOS) | com.github.Electron                                            | apps   | -1.0             |
| Python.app                               | 3.9.7                                                                                   | Application (macOS) | org.python.python                                              | apps   | -1.0             |
+------------------------------------------+-----------------------------------------------------------------------------------------+---------------------+----------------------------------------------------------------+--------+------------------+
xpkoala commented 2 years ago

@chiiph Any more thoughts on this or what @noahtalerman is experiencing. This is currently labeled as a release_blocker.

noahtalerman commented 2 years ago

@xpkoala are you able to reproduce the same (or similar) behavior?

This is a release blocker because a previously stable workflow seems to be broken.

xpkoala commented 2 years ago

@noahtalerman In the process of reproducing.

xpkoala commented 2 years ago

@noahtalerman I am not able to reproduce.

xpkoala commented 2 years ago

@chiiph Removed this as a release blocker. I'm going to dig into it more with @noahtalerman after this release.

noahtalerman commented 2 years ago

@chiiph I assigned this issue to you and added it to the release board. @xpkoala, Tomas is able to reproduce the issue on other Macs in dogfood.

See the following Slack thread (internal): https://fleetdm.slack.com/archives/C03AZLN3C79/p1664890048949809

Tomas: Hey when you uninstalled garageband... did you empty the trash can? I can't find the issue

Tomás: gah, nvm, I thought it was showing still until you cleared it, but I can't get that to happen

Noah: I did empty the trash. Here’s the issue: https://github.com/fleetdm/fleet/issues/8010 I’m still seeing Garage Band…Reed was unable to reproduce so he passed the issue back to me

Tomás: ah, I see Reed tested specifically with GarageBand... ok, still no better ideas yet :confused:

Noah: Rats. I also reproduced with iMovie (still shows up after deleting) (edited)

Tomás: I wonder if this is related to the last used not updating as well that is happening often

Tomás: but not always

Tomás: in fact, Reed's behaves correctly as opposed to most other people in macOS

Tomás: so there might be something going on around this that is related to both

roperzh commented 2 years ago

This seems to be related to hosts belonging to the "workstations" team, using a freshly enrolled host:

  1. Host was enrolled in workstations, I hit refresh many times and the software tab was empty
  2. I transferred the host to the global team, hit refresh, software instantly showed up
roperzh commented 2 years ago

This is fixed now in dogfood, but it was caused by a bug that disabled featrues.enabled_software_inventory for the "workstations" team.

I have a solution drafted to fix the underlying bug and a PR is incoming.