A new macOS threat uses a fake Grok app to deliver hidden malware that mines cryptocurrency. Security researchers at Mosyle named the campaign SimpleStealth. The fake installer looks legitimate and tricks users into running a macOS installer named Grok.dmg.
The sample runs quietly and uses social engineering to gain the permissions it needs. The installer prompts the user for a system password during setup. That step lets the malware remove Apple quarantine protections and run its real payload with elevated access. At the time of discovery, the sample evaded detection by many major antivirus engines.

How SimpleStealth Works
SimpleStealth opens a Monero miner, which is turned on when the Mac is not in use. The miner waits at least one minute of no activity, and then he goes on mining. The activity is halted once the user clicks again or types. The miner masks itself by using process names that resemble normal macOS services, such as kernel_task and launchd, so basic monitoring tools may not show the problem.
Analysts at Mosyle found signs in the code that point to AI assistance. The scripts include long explanations, repetitive logic, and mixed language comments. Those patterns match common large language model outputs and suggest that attackers used generative tools to write or to refine parts of the malware. This raises a new concern that AI will speed up malware creation and lower the technical barrier for attackers.
At the technical level, the campaign uses a look-alike domain to host the fake app. The domain reported by Mosyle is xailc.com. Users who land on the site see a convincing page that mimics a real app distribution page and then are prompted to download the Grok.dmg file rather than being directed to the App Store. That distribution vector is a classic social engineering technique that remains effective.

Protecting Your Mac
Do not download apps from third-party sites that mimic real services. The Mac App Store must provide software or authenticated developer websites and domains. Be careful when an installer requests a system password, and do not enter the password unless you are sure that the installer is a bona fide installer. According to 9to5Mac, corporate device management and behavioral monitoring are used to identify suspicious background activities, where standard antivirus applications might overlook them.
To identify unknown processes that might be causing visible sluggishness in a machine when idle, search the machine idle contents and investigate processes that are running under usual process names. Notifying security teams, as well as platform vendors, of suspected malicious files and domains could assist in containing any rising threats in the meantime while investigators acquire samples and indicators of compromise. Mosyle and other scholars suggest that logs of any incident should be maintained since the investigators and other governmental bodies might demand the logs when an investigation is conducted.