Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

I found an app called "Open" in the list of login items - can anyone identify what it is?

Hi all,


I'm currently on Ventura 13.1 on my iMac and noticed in the list of applications to Open at Login there is something called, "Open." It says it's an item from unidentified developer (see below). When I click on the information icon, it brings me to the bin folder to an item called "Open."




I'm curious to see if this is a legitimate - does anyone have any idea?


Thanks in advance!

iMac

Posted on Dec 22, 2022 5:23 PM

Reply
Question marked as Top-ranking reply

Posted on Feb 8, 2023 5:23 AM

OK, I had the same — an unidentified "open" item — so I did a bit of poking around. If you use Adobe software, this may be the answer:


These "Allow in the Background" items are stored in two places on your machine: /Library/LaunchAgents (for system stuff) and ~/Library/LaunchAgents (for per-user stuff).


The items themselves, the files in those two folders are plists: text files that give macOS a name for the item, and the location of the thing to actually execute. Bit like shortcuts or aliases. You can use Quicklook to see their contents easily, so you can step through each item in Finder, and see what that item actually does.


Most of them will have a path to a an app in your Applications folder, but (at least here), I found an item called com.adobe.ccxprocess.plist that calls on /usr/bin/open (albeit with a path to an Adobe app provided as a parameter).


Bit naughty/careless of Adobe in this case.


I copied that file to my desktop for safety, deleted it from the LaunchAgents folder, and a few minutes later that "open" item disappeared from the Allow...Background list.

17 replies
Sort By: 
Question marked as Top-ranking reply

Feb 8, 2023 5:23 AM in response to schackbo

OK, I had the same — an unidentified "open" item — so I did a bit of poking around. If you use Adobe software, this may be the answer:


These "Allow in the Background" items are stored in two places on your machine: /Library/LaunchAgents (for system stuff) and ~/Library/LaunchAgents (for per-user stuff).


The items themselves, the files in those two folders are plists: text files that give macOS a name for the item, and the location of the thing to actually execute. Bit like shortcuts or aliases. You can use Quicklook to see their contents easily, so you can step through each item in Finder, and see what that item actually does.


Most of them will have a path to a an app in your Applications folder, but (at least here), I found an item called com.adobe.ccxprocess.plist that calls on /usr/bin/open (albeit with a path to an Adobe app provided as a parameter).


Bit naughty/careless of Adobe in this case.


I copied that file to my desktop for safety, deleted it from the LaunchAgents folder, and a few minutes later that "open" item disappeared from the Allow...Background list.

Reply

Mar 13, 2023 3:55 AM in response to light_ms1

Don't try removing the open file from /usr/bin - it's a system executable, used by lots of other things. And it's not the problem here. The issue is that something on your machine (and it's quite possibly something benign) is using the "open" executable/command to launch something else.


The chances are that this is something innocent. If you do want to track it down, you'll need to go through the items in your LaunchAgents folder to find which one is using "open" to launch something else. You can step through the items in that folder and use QuickLook (space bar) to preview the files; in them you'll see a bunch of XML stuff describing the type of launch agent, and one tag will give the executable name. Find the one that mentions "open blahblahblah" and that'll be the one to move/disable.


If in doubt, though, I'd ignore this issue: make sure your machine is fully updated so it's as secure as possible, and go about your day

Reply

Dec 23, 2022 1:59 PM in response to schackbo

schackbo wrote:

Thanks for the quick response. Interesting information. I appreciate it. I'll look into this further because I am curious as to which app would be responsible. Thanks again for pointing me in the right direction.

Unfortunately, Apple's new user interface in Ventura for this information is significantly lacking. There is another parameter on that "open" command that would be much more informative. But that information is not provided.


I can tell you that it is very unusual for malware to use this particular construct. Otherwise, it is not unusual, or wrong in any sense for an app to use the "open" command in this way. This is simply Apple picking and choosing from a number of very useful and informative pieces of information and giving you the only part that is useless.

Reply

Dec 22, 2022 6:28 PM in response to schackbo

Open is the command line utility to open things in the GUI from the command line.


What app you've installed that is calling it in a background process is not easy to determine. You installed some app to do something for you, and it is doing some part of it in the background, so does it really matter what is calling that utility?

Reply

Dec 23, 2022 1:56 PM in response to schackbo

This may appear to an Over Kill approach but worth consideration ?


Download the Application Etrecheck directly from the Developer.


This is a Diagnostic Tool that makes no changes to the computer.


➡️ It makes a coherent and readable inventory of both the Hardware and Software used on the computer 


The application is free or paid from added features. 


The Report will Not Reveal Any Personal Information. 


Post back the Full Report - copy and paste - >>>> using the Additional Text Icon ( 3rd Icon to last ) <<<<


Above is optional


We can have a look at the report for possible issues and may have possible suggestions to resolve the issues

Reply

Dec 23, 2022 5:10 PM in response to schackbo

Through process of elimination, I think the "open" entry you are looking for is that Family Tree Builder app.


EtreCheck works differently than Ventura's "Login Items" list. When EtreCheck sees an "open" entry, or anything similar in behaviour, it goes out and looks for the item that "open" is opening. It checks that file for a digital signature. If it finds one, then it will accept that and mark the launchd file as signed with a big smiley face, and move on to the next one. I guess Ventura isn't that clever. 😄


But anyway, since there is this difference in behaviour, I looked through some other recent EtreCheck reports that people have sent me so that I could see if any of your signed Symantec, Zoom, Microsoft, etc. apps are actually using the "open" mechanism. It doesn't look like they are.


So that leaves the Family Tree Builder app, which is a real odd duck. That plist configuration file does appear to be using "open", and a particularly unusual variant of it too. I double-checked EtreCheck's handling of this variant and EtreCheck seems to be doing it correctly. So I think you really have deleted the Family Tree Builder app. I can guess why. It is a Windows app. And I don't mean it is a Windows app ported to the Mac. It is literally a Windows app running under the WINE cross-platform Window app runner. Boy, that's bush league.


You can use EtreCheck's "clean up" feature in the Security page to remove the orphan launchd plist configuration file for Family Tree Builder and that will eliminate the problem.


I may have to change EtreCheck's handling of these things. I'm working on an update to better support people who are trying to track down mysterious pop-ups and dialogs from Ventura. Normally EtreCheck parses the "open" command and just treats it as running the underlying executable and essentially forgets that "open" was used. But that isn't going to work now because that's the only information you have. So when you search EtreCheck for "open", I need to be able to find any item that uses it.


<sigh>

Reply

Dec 24, 2022 1:23 AM in response to schackbo

When the Other Contributor and also Developer of the Etrecheck Application weights in on this Report, I tend to retreat from offering additional insights on the report.


They know much more than I, as to how the Application functions and reading the findings.


The more important thing is, there was a method to identify what maybe the source of this computer issue

Reply

Mar 12, 2023 7:58 AM in response to howiem

Hi, I am having the same issue, I located the "open" file in "usr/bin" directory. I tried to delete it but there is no (move to bin) option. I have also tried to delete it using the command line rm -rf but I get (rm: open: Operation not permitted). I can not move the file, only copy it to another location which I do not think will help as this will not remove it from the list of login items. Apple tried to simplify MacOS Ventura but did a really bad job removing some sensible things like the -/+ options.

Reply

Mar 12, 2023 8:04 AM in response to light_ms1

Hi, I am having the same issue, I located the "open" file in "usr/bin" directory. I tried to delete it but there is no (move to bin) option. I have also tried to delete it using the command line rm -rf but I get (rm: open: Operation not permitted). I can not move the file, only copy it to another location which I do not think will help as this will not remove it from the list of login items. Apple tried to simplify MacOS Ventura but did a really bad job removing some sensible things like the -/+ options.

You stated


"I copied that file to my desktop for safety, deleted it from the LaunchAgents folder, and a few minutes later that "open" item disappeared from the Allow...Background list. "


I checked the launchAgents folder and do not have the Adobe software. How can I see which software does this file belong to??


Reply

Mar 12, 2023 8:12 AM in response to schackbo

In Ventura, you can see a list of the login items via Settings > General > Login Items. Click that latter panel and it will show that list. You can select and remove [-] the Login Items. This panel also newly adds the list of applications allowed to run in the background. You can toggle these on or off, but they are not removable.


Also if an information ⓘ icon appears, it will open a Finder window with the item selected. You may then press the spacebar to see if Quick Look can expose that item's contents.

Reply

Dec 23, 2022 3:58 PM in response to PRP_53

Thanks P Phillips - great information. See attached report - and thanks for taking the time to help:

EtreCheckPro version: 6.7.3 (67033) Report generated: 2022-12-23 17:37:14 Download EtreCheckPro from https://etrecheck.com Runtime: 3:05 Performance: Excellent Problem: No problem - just checking Major Issues: None Minor Issues: These issues do not need immediate attention but they may indicate future problems or opportunities for improvement. More than one antivirus app - This computer has multiple antivirus apps installed. Clean up - There are orphan files that could be removed. Unsigned files - There are unsigned software files installed. These files could be old, incompatible, and cause problems. They should be reviewed. System modifications - There are a large number of system modifications running in the background. x86-only Apps - This computer has x86-only apps might not work on future versions of the operating system. Limited permissions - More information may be available with Full Disk Access. Sharing enabled - This computer has sharing services enabled that could be a security risk. Hardware Information: iMac (Retina 5K, 27-inch, 2017) Status: Supported iMac Model: iMac18,3 4.2 GHz Quad-Core Intel Core i7 (i7-7700K) CPU: 4-core 32 GB RAM - Upgradeable BANK 0/DIMM0 - 8 GB DDR4 SO-DIMM 2400 BANK 0/DIMM1 - 8 GB DDR4 SO-DIMM 2400 BANK 1/DIMM0 - 8 GB DDR4 SO-DIMM 2400 BANK 1/DIMM1 - 8 GB DDR4 SO-DIMM 2400 Video Information: Radeon Pro 580 - VRAM: 8 GB iMac (built-in) 3200 x 1800 LG 32 FHD 1920 x 1080 Drives: disk0 - APPLE SSD SM0128L 121.33 GB (Solid State - TRIM: Yes) Internal PCI-Express 8.0 GT/s x4 NVM Express disk0s1 - EFI [EFI] 315 MB disk0s2 [APFS Fusion Drive] 121.02 GB disk2 [APFS Virtual drive] 3.12 TB (Shared by 6 volumes) disk2s1 - Macintosh HD - Data (APFS) [APFS Virtual drive] (468.78 GB used) disk2s2 - Preboot (APFS) [APFS Preboot] (1.81 GB used) disk2s3 - Recovery (APFS) [Recovery] (1.12 GB used) disk2s4 - VM (APFS) [APFS VM] (2.15 GB used) disk2s5 (APFS) [APFS Container] (8.87 GB used) disk2s5s1 - S**********c (APFS) [APFS Snapshot] (8.87 GB used) disk2s6 - Update (APFS) (8 MB used) disk1 - APPLE HDD ST3000DM001 3.00 TB (Mechanical - 7200 RPM) Internal SATA 6 Gigabit Serial ATA disk1s1 - EFI (MS-DOS FAT32) [EFI] 210 MB disk1s2 [APFS Fusion Drive] 3.00 TB disk2 [APFS Virtual drive] 3.12 TB (Shared by 6 volumes) disk2s1 - Macintosh HD - Data (APFS) [APFS Virtual drive] (468.78 GB used) disk2s2 - Preboot (APFS) [APFS Preboot] (1.81 GB used) disk2s3 - Recovery (APFS) [Recovery] (1.12 GB used) disk2s4 - VM (APFS) [APFS VM] (2.15 GB used) disk2s5 (APFS) [APFS Container] (8.87 GB used) disk2s5s1 - S**********c (APFS) [APFS Snapshot] (8.87 GB used) disk2s6 - Update (APFS) (8 MB used) disk3 - WD My Book 25EE 4.00 TB External USB 5 Gbit/s USB disk3s1 - EFI (MS-DOS FAT32) [EFI] 210 MB disk3s2 - M********k (Journaled HFS+) 4.00 TB (2.95 TB used) Mounted Volumes: disk2s1 - Macintosh HD - Data [APFS Virtual drive] Filesystem: APFS Mount point: /System/Volumes/Data Fusion drive Used: 468.78 GB Shared values Size: 3.12 TB Free: 2.63 TB Available: 2.64 TB disk2s2 - Preboot [APFS Preboot] Filesystem: APFS Mount point: /System/Volumes/Preboot Fusion drive Used: 1.81 GB Shared values Size: 3.12 TB Free: 2.63 TB disk2s4 - VM [APFS VM] Filesystem: APFS Mount point: /System/Volumes/VM Fusion drive Used: 2.15 GB Shared values Size: 3.12 TB Free: 2.63 TB disk2s5s1 - S**********c [APFS Snapshot] Filesystem: APFS Mount point: / Fusion drive Read-only: Yes Used: 8.87 GB Shared values Size: 3.12 TB Free: 2.63 TB Available: 2.64 TB disk2s6 - Update Filesystem: APFS Mount point: /System/Volumes/Update Fusion drive Used: 8 MB Shared values Size: 3.12 TB Free: 2.63 TB disk3s2 - M********k Filesystem: Journaled HFS+ Mount point: /Volumes/M********k Used: 2.95 TB Size: 4.00 TB Free: 1.06 TB Network: Interface en0: Ethernet Interface en1: Wi-Fi 802.11 a/b/g/n/ac Interface bridge0: Thunderbolt Bridge iCloud Status: one pending file Printer sharing: Enabled System Software: macOS Ventura 13.1 (22C65) Time since boot: About a day Notifications: Microsoft Outlook.app 28 notifications CleanMyMac X.app 6 notifications (one scheduled) Security: Gatekeeper: App Store and identified developers System Integrity Protection: Enabled Antivirus software: Apple, Symantec, and CleanMyMac Printer sharing: Enabled Unsigned Files: Launchd: /Library/LaunchDaemons/com.symantec.sharedsettings.MES.plist Executable: /Library/Application Support/Symantec/Silo/MES/DomainSettings/SymSharedSettingsd Details: Exact match found in the legitimate list - probably OK Launchd: /Library/LaunchAgents/com.amazon.sendtokindle.launcher.plist Executable: /usr/local/bin/stkLaunchAgent.sh Details: Exact match found in the legitimate list - probably OK Apps: 7 Old Applications: 65 x86-only apps System Extensions: [Running] SymantecEndpointSecurity - version 9.1.0 (NortonLifeLock, Inc. - 2022-11-29) Application: /Applications/Norton 360.app - version 9.1.0 (NortonLifeLock, Inc. - 2022-11-29) Description: [placeholder]Symantec Endpoint Security system extension[placeholder] System Launch Daemons: [Not Loaded] 38 Apple tasks [Loaded] 178 Apple tasks [Running] 168 Apple tasks [Other] 2 Apple tasks System Launch Agents: [Not Loaded] 20 Apple tasks [Loaded] 180 Apple tasks [Running] 191 Apple tasks Launch Daemons: [Loaded] com.adobe.ARMDC.Communicator.plist (Adobe Inc. - installed 2022-01-07) [Loaded] com.adobe.ARMDC.SMJobBlessHelper.plist (Adobe Inc. - installed 2022-01-07) [Loaded] com.google.keystone.daemon.plist (Google LLC - installed 2022-10-27) [Running] com.macpaw.CleanMyMac4.Agent.plist (MacPaw Inc. - installed 2022-12-21) [Running] com.microsoft.OneDriveStandaloneUpdaterDaemon.plist (Microsoft Corporation - installed 2022-12-10) [Loaded] com.microsoft.OneDriveUpdaterDaemon.plist (Microsoft Corporation - installed 2022-12-10) [Not Loaded] com.microsoft.autoupdate.helper.plist (Microsoft Corporation - installed 2022-12-13) [Loaded] com.microsoft.autoupdate.helper.plist (Microsoft Corporation - installed 2022-12-13) [Loaded] com.microsoft.office.licensingV2.helper.plist (Microsoft Corporation - installed 2022-08-19) [Loaded] com.norton.servicemanager.daemon.MES.plist (NortonLifeLock, Inc. - installed 2022-11-22) [Loaded] com.symantec.SymLUHelper.MES.plist (NortonLifeLock, Inc. - installed 2022-11-29) [Loaded] com.symantec.UninstallerToolHelper.MES.plist (NortonLifeLock, Inc. - installed 2022-11-29) [Running] com.symantec.dsp.nortonaggregatord.MES.plist (NortonLifeLock, Inc. - installed 2022-11-29) [Loaded] com.symantec.liveupdate.daemon.MES.plist (NortonLifeLock, Inc. - installed 2022-11-29) [Running] com.symantec.sharedsettings.MES.plist (Not signed - installed 2022-10-05) [Running] com.symantec.symdaemon.MES.plist (NortonLifeLock, Inc. - installed 2022-11-22) [Loaded] com.symantec.symqual.detail.MES.plist (NortonLifeLock, Inc. - installed 2022-11-29) [Loaded] com.symantec.symqual.panicreporter.MES.plist (NortonLifeLock, Inc. - installed 2022-11-29) [Loaded] com.symantec.symqual.submit.MES.plist (NortonLifeLock, Inc. - installed 2022-11-29) [Not Loaded] com.tclementdev.timemachineeditor.scheduler.plist (Thomas CLEMENT - installed 2022-10-12) [Loaded] us.zoom.ZoomDaemon.plist (Zoom Video Communications, Inc. - installed 2022-12-19) Launch Agents: [Other] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a725c38014c95072f92651fb65e1bf9c8e43c37a23d420d.plist (Adobe Inc. - installed 2022-01-07) [Not Loaded] com.amazon.sendtokindle.launcher.plist (Not signed - installed 2022-11-06) [Loaded] com.google.keystone.agent.plist (Google LLC - installed 2022-10-27) [Loaded] com.google.keystone.xpcservice.plist (Google LLC - installed 2022-10-27) [Loaded] com.microsoft.OneDriveStandaloneUpdater.plist (Microsoft Corporation - installed 2022-12-10) [Loaded] com.microsoft.SyncReporter.plist (Microsoft Corporation - installed 2022-12-10) [Not Loaded] com.microsoft.update.agent.plist (Microsoft Corporation - installed 2022-12-11) [Loaded] com.microsoft.update.agent.plist (Microsoft Corporation - installed 2022-12-13) [Loaded] com.norton.nsm-app.MES.plist (NortonLifeLock, Inc. - installed 2022-11-22) [Running] com.symantec.uiagent.application.MES.plist (NortonLifeLock, Inc. - installed 2022-11-22) User Launch Agents: [Loaded] com.macpaw.CleanMyMac4.Updater.plist (MacPaw Inc. - installed 2022-11-19) [Not Loaded] com.myheritage.familytreebuilder.checkupdates.plist (Not signed - installed 2016-05-10) User Login Items: [Running] CleanMyMac X HealthMonitor (MacPaw Inc. - installed 2022-12-22) Modern Login Item /Applications/CleanMyMac X.app/Contents/Library/LoginItems/CleanMyMac X HealthMonitor.app [Running] CleanMyMac X Menu (MacPaw Inc. - installed 2022-12-22) Modern Login Item /Applications/CleanMyMac X.app/Contents/Library/LoginItems/CleanMyMac X Menu.app [Not Loaded] HPPSDrMonitorHelper (App Store - installed 2022-12-03) Modern Login Item /Applications/HP Smart.app/Contents/Frameworks/HPDiagnosticKit.framework/Versions/A/Resources/Addons/HP Diagnose & Fix.app/Contents/Library/LoginItems/HPPSDrMonitorHelper.app [Running] Magic Window Helper (App Store - installed 2022-10-03) Modern Login Item /Applications/Magic Window.app/Contents/Library/LoginItems/Magic Window Helper.app [Running] OneDrive (Microsoft Corporation - installed 2022-12-10) Application /Applications/OneDrive.app [Not Loaded] Launcher Disabler (Microsoft Corporation - installed 2022-12-10) Modern Login Item /Applications/OneDrive.app/Contents/Library/LoginItems/Launcher Disabler.app [Not Loaded] OneDrive Launcher (Microsoft Corporation - installed 2022-12-10) Modern Login Item /Applications/OneDrive.app/Contents/Library/LoginItems/OneDrive Launcher.app [Not Loaded] Skitch Helper (App Store - installed 2022-12-21) Modern Login Item /Applications/Skitch.app/Contents/Library/LoginItems/J8RPQ294UB.com.skitch.SkitchHelper.app [Not Loaded] SpeedTestHelper (App Store - installed 2022-10-03) Modern Login Item /Applications/Speedtest.app/Contents/Library/LoginItems/SpeedTestHelper.app Internet Plug-ins: AdobePDFViewer: 21.005.20058 (Adobe Systems, Inc. - installed 2021-07-15) AdobePDFViewerNPAPI: 17.012.20098 (Adobe Systems, Inc. - installed 2021-07-15) Backup: Time Machine information is limited without Full Disk Access Destinations: M********k [Local] (Last used) 4 local snapshots Oldest local snapshot: 2022-12-22 03:00:38 Last local snapshot: 2022-12-22 19:19:43 Performance: System Load: 1.30 (1 min ago) 1.62 (5 min ago) 1.77 (15 min ago) Nominal I/O usage: 1.02 MB/s File system: 25.61 seconds Write speed: 384 MB/s Read speed: 2725 MB/s CPU Usage Snapshot: Type Overall System: 2 % User: 4 % Idle: 94 % Top Processes Snapshot by CPU: Process (count) CPU (Source - Location) WindowServer 11.56 % (Apple) EtreCheckPro 9.48 % (Etresoft, Inc.) kernel_task 2.55 % (Apple) Magic Window 2.30 % (App Store) com.symantec.mes.systemextension 1.68 % (NortonLifeLock, Inc.) Top Processes Snapshot by Memory: Process (count) RAM usage (Source - Location) com.symantec.mes.systemextension 1.49 GB (NortonLifeLock, Inc.) MTLCompilerService (15) 1.11 GB (Apple) EtreCheckPro 953 MB (Etresoft, Inc.) Google Chrome Helper (Renderer) (7) 893 MB (Google LLC) Microsoft Outlook 492 MB (Microsoft Corporation) Top Processes Snapshot by Network Use: Process Input / Output (Source - Location) mDNSResponder 9 MB / 3 MB (Apple) netbiosd 330 KB / 54 KB (Apple) apsd 53 KB / 160 KB (Apple) rapportd 53 KB / 12 KB (Apple) trustd 34 KB / 11 KB (Apple) Top Processes Snapshot by Energy Use: Process (count) Energy (0-100) (Source - Location) WindowServer 5 (Apple) Magic Window 3 (App Store) mdbulkimport (2) 1 (Apple) bluetoothd 1 (Apple) Google Chrome Helper (Renderer) (7) 0 (Google LLC) Virtual Memory Information: Physical RAM: 32 GB Free RAM: 7.35 GB Used RAM: 12.83 GB Cached files: 11.82 GB Available RAM: 19.17 GB Swap Used: 0 B Software Installs (past 60 days): Install Date Name (Version) 2022-10-25 MRTConfigData (1.93) 2022-10-25 Final Cut Pro (10.6.5) 2022-10-27 Pro Video Formats (2.2.4) 2022-11-06 Send to Kindle for Mac (1.0) 2022-11-10 XProtectPlistConfigData (2165) 2022-11-11 macOS 13.0.1 (13.0.1) 2022-11-19 Adobe Acrobat Reader (22.003.20281) (22.003.20281) 2022-11-29 Norton For Mac.Universal (8.8.3.56.56) 2022-11-29 DSP_SKU.N360_ESD_8_1_MRF_20440_DSP (8.8.3.56.56) 2022-12-02 GarageBand (10.4.7) 2022-12-03 HP Smart (14.1.0.1457) 2022-12-08 XProtectPayloads (86) 2022-12-13 Microsoft AutoUpdate (4.54.22121100) 2022-12-13 Microsoft Excel (16.68.22121100) 2022-12-13 Microsoft OneNote (16.68.22121100) 2022-12-13 Microsoft PowerPoint (16.68.22121100) 2022-12-13 Microsoft Outlook (16.68.22121100) 2022-12-13 Microsoft Word (16.68.22121100) 2022-12-19 Zoom (5.13.0.13815) 2022-12-21 Skitch (2.9) 2022-12-21 macOS 13.1 (13.1) Clean up: ~/Library/LaunchAgents/com.myheritage.familytreebuilder.checkupdates.plist com.myheritage.familytreebuilder.checkupdates Executable not found Diagnostics Information (past 7-30 days): End of report


Reply

I found an app called "Open" in the list of login items - can anyone identify what it is?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.