<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MacOS &#8211; First Hackers News</title>
	<atom:link href="https://firsthackersnews.com/category/malware/macos/feed/" rel="self" type="application/rss+xml" />
	<link>https://firsthackersnews.com</link>
	<description>Latest cybersecurity news, real attacks, and practical IOCs—made simple and actionable.</description>
	<lastBuildDate>Tue, 26 May 2026 16:51:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://firsthackersnews.com/wp-content/uploads/2026/03/cropped-FHN_512x512-32x32.png</url>
	<title>MacOS &#8211; First Hackers News</title>
	<link>https://firsthackersnews.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WhatsApp Chat Data Found Stored Without Encryption</title>
		<link>https://firsthackersnews.com/whatsapp-chats-exposed-unencrypted-storage/</link>
					<comments>https://firsthackersnews.com/whatsapp-chats-exposed-unencrypted-storage/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 25 May 2026 17:41:58 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Data Protection]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Mobile Security]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[#AppleSecurity]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#CyberThreat]]></category>
		<category><![CDATA[#DataProtection]]></category>
		<category><![CDATA[#Encryption]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#iOSSecurity]]></category>
		<category><![CDATA[#macOSSecurity]]></category>
		<category><![CDATA[#Meta]]></category>
		<category><![CDATA[#MobileSecurity]]></category>
		<category><![CDATA[#privacy]]></category>
		<category><![CDATA[#SecurityResearch]]></category>
		<category><![CDATA[#ThreatIntelligence]]></category>
		<category><![CDATA[#WhatsApp]]></category>
		<category><![CDATA[#WhatsAppSecurity]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11745</guid>

					<description><![CDATA[<p>Security researchers have raised concerns about how WhatsApp stores chat data on macOS and iOS devices. According to</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/whatsapp-chats-exposed-unencrypted-storage/">WhatsApp Chat Data Found Stored Without Encryption</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Security researchers have raised concerns about how WhatsApp stores chat data on macOS and iOS devices. According to recent findings, message databases may be stored in plaintext inside shared app group containers, potentially exposing sensitive conversations under certain conditions.</p>



<p>Researchers from Mysk reported that WhatsApp uses a shared container linked to Meta applications, identified as <code>group.com.facebook.family</code>. On Apple devices, app group containers allow applications from the same developer to share data and resources.</p>



<p>Because Facebook, Instagram, and WhatsApp belong to the same ecosystem, the shared architecture could introduce privacy and security concerns if exploited alongside operating system vulnerabilities.</p>



<h2 class="wp-block-heading"><strong>Shared Containers Raise Privacy Concerns</strong></h2>



<p>The researchers found that WhatsApp chat databases stored inside these containers are not encrypted at rest. This means the data may remain readable if attackers gain access to the device or exploit weaknesses in the operating system.</p>



<p>According to the report, the following risks were identified:</p>



<ul class="wp-block-list">
<li>Chat histories may be stored in plaintext</li>



<li>Other Meta-owned apps could theoretically access shared data</li>



<li>Users receive no alerts when such access occurs</li>



<li>The issue affects both macOS and iOS environments</li>
</ul>



<p>Researchers also demonstrated that WhatsApp chat histories could be extracted from iPhone backups, where the same unencrypted storage structure was observed.</p>



<p>The findings highlight an important distinction in security design. While WhatsApp uses end-to-end encryption to protect messages during transmission, that protection does not automatically secure data stored locally on the device.</p>



<h2 class="wp-block-heading"><strong>macOS Vulnerability Increases Exposure Risk</strong></h2>



<p>The risk becomes more serious when combined with a recently disclosed macOS vulnerability tracked as CVE-2026-28910. The flaw affected Apple’s Archive Utility tool and reportedly allowed attackers to bypass App Sandbox protections.</p>



<p>By abusing this vulnerability, attackers could potentially:</p>



<ul class="wp-block-list">
<li>Access protected application containers</li>



<li>Extract sensitive information from apps</li>



<li>Bypass Apple’s Transparency, Consent, and Control protections</li>



<li>Access chat histories from applications like WhatsApp</li>
</ul>



<p>Researchers presented a proof-of-concept demonstration showing how the vulnerability could be combined with WhatsApp’s storage behavior to retrieve chat data.</p>



<h2 class="wp-block-heading"><strong>Security Debate Around the Findings</strong></h2>



<p>Not all experts agree on the severity of the issue. WABetaInfo stated that although the databases may not be encrypted locally, Apple’s sandboxing system still provides strong isolation between applications.</p>



<p>From this perspective, attackers would still require elevated system privileges or a separate operating system exploit to access the stored data.</p>



<p>However, researchers at Mysk argue that shared app group permissions between Meta applications reduce isolation boundaries and increase the potential attack surface.</p>



<p>The discussion highlights broader concerns about local data protection in modern mobile ecosystems, especially when multiple applications share common storage environments.</p>



<h2 class="wp-block-heading"><strong>Recommendations for Users</strong></h2>



<p>Security experts recommend several steps to reduce potential exposure risks:</p>



<ul class="wp-block-list">
<li>Enable encrypted Finder or iTunes backups</li>



<li>Keep macOS and iOS updated with the latest security patches</li>



<li>Use strong device passcodes and device encryption</li>



<li>Limit unnecessary applications from the same developer ecosystem</li>



<li>Regularly review application permissions and backup settings</li>
</ul>



<p>At the time of reporting, there were no confirmed cases of widespread exploitation linked to the findings. However, the research highlights the importance of protecting sensitive data not only during transmission but also while stored on devices.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/whatsapp-chats-exposed-unencrypted-storage/">WhatsApp Chat Data Found Stored Without Encryption</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/whatsapp-chats-exposed-unencrypted-storage/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ExifTool Flaw Allows Mac System Compromise</title>
		<link>https://firsthackersnews.com/exiftool-vulnerability-mac-compromise/</link>
					<comments>https://firsthackersnews.com/exiftool-vulnerability-mac-compromise/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Wed, 20 May 2026 01:30:00 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[#AppleSecurity]]></category>
		<category><![CDATA[#CloudSecurity]]></category>
		<category><![CDATA[#CommandInjection]]></category>
		<category><![CDATA[#cve20263102]]></category>
		<category><![CDATA[#CyberAttack]]></category>
		<category><![CDATA[#CyberDefense]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#CyberThreat]]></category>
		<category><![CDATA[#DigitalRisk]]></category>
		<category><![CDATA[#EthicalHacking]]></category>
		<category><![CDATA[#exiftool]]></category>
		<category><![CDATA[#exiftoolvulnerability]]></category>
		<category><![CDATA[#Hacking]]></category>
		<category><![CDATA[#imageprocessing]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#ITSecurity]]></category>
		<category><![CDATA[#macOS]]></category>
		<category><![CDATA[#macOSSecurity]]></category>
		<category><![CDATA[#MacSecurity]]></category>
		<category><![CDATA[#Malware]]></category>
		<category><![CDATA[#metadatasecurity]]></category>
		<category><![CDATA[#SecurityAwareness]]></category>
		<category><![CDATA[#SecurityResearch]]></category>
		<category><![CDATA[#ThreatIntelligence]]></category>
		<category><![CDATA[#VulnerabilityManagement]]></category>
		<category><![CDATA[#ZeroTrust]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11727</guid>

					<description><![CDATA[<p>A newly discovered vulnerability in ExifTool could allow attackers to execute malicious commands on macOS systems through specially</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/exiftool-vulnerability-mac-compromise/">ExifTool Flaw Allows Mac System Compromise</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A newly discovered vulnerability in ExifTool could allow attackers to execute malicious commands on macOS systems through specially crafted image files. The ExifTool vulnerability, tracked as CVE-2026-3102, affects ExifTool versions 13.49 and earlier and raises serious concerns for organizations that process large volumes of media files.</p>



<p>ExifTool is widely used to read and modify metadata in images, PDFs, and multimedia files. Because the tool is heavily integrated into media workflows, automation pipelines, and digital asset management systems, the vulnerability creates a significant security risk in environments that handle untrusted files.</p>



<p>The implications of the ExifTool vulnerability extend to various sectors, where data integrity and security are paramount.</p>



<h2 class="wp-block-heading"><strong>How the Vulnerability Works</strong></h2>



<p>The issue is linked to improper sanitization of metadata fields related to file creation dates on macOS. Researchers found that attackers can embed malicious commands inside image metadata fields such as FileCreateDate or DateTimeOriginal.</p>



<p>When ExifTool processes the manipulated file under specific conditions, the hidden command can be executed through the system shell.</p>



<p>The vulnerability becomes exploitable when:</p>



<ul class="wp-block-list">
<li>ExifTool processes raw metadata values using the <code>-n</code> flag</li>



<li>Malicious metadata is copied through the <code>-tagsFromFile</code> feature</li>



<li>Unsafe input reaches a system() execution call without proper filtering</li>
</ul>



<p>Researchers observed that ExifTool internally builds system commands using metadata values extracted directly from files. While most parameters are sanitized, one execution path allowed unfiltered user-controlled data to be passed into a shell command.</p>



<p>This creates a command injection scenario where attackers can run arbitrary commands with the privileges of the user processing the file.</p>



<h2 class="wp-block-heading"><strong>Security Risks and Patch Information</strong></h2>



<p>The vulnerability is especially dangerous for organizations using automated image-processing workflows, newsroom environments, or media management platforms where files are processed automatically.</p>



<p>Because the malicious payload is hidden inside metadata, the image itself may appear legitimate and bypass traditional security checks.</p>



<p>If exploited successfully, attackers could:</p>



<ul class="wp-block-list">
<li>Execute malicious commands on macOS systems</li>



<li>Deploy malware or backdoors</li>



<li>Steal sensitive information</li>



<li>Move laterally across internal networks</li>
</ul>



<p>Researchers from Kaspersky identified the vulnerability, and ExifTool developers addressed the issue in version 13.50.</p>



<p>The patched release changes how system commands are executed by replacing unsafe string-based command construction with safer argument-based execution methods. This prevents shell interpretation and significantly reduces the risk of command injection.</p>



<p>Users and organizations are strongly advised to update to ExifTool 13.50 or later immediately. Security experts also recommend processing untrusted files inside isolated environments such as sandboxes or virtual machines to reduce exposure to malicious media files.</p>



<p>The incident highlights an ongoing cybersecurity challenge where even trusted file-processing tools can become attack vectors if user-controlled input is not handled securely.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/exiftool-vulnerability-mac-compromise/">ExifTool Flaw Allows Mac System Compromise</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/exiftool-vulnerability-mac-compromise/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Lazarus Delivers “Mach-O Man” macOS Malware via ClickFix</title>
		<link>https://firsthackersnews.com/lazarus-macos-malware/</link>
					<comments>https://firsthackersnews.com/lazarus-macos-malware/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Thu, 30 Apr 2026 07:17:56 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Linux Malware]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[#BlueTeam]]></category>
		<category><![CDATA[#ClickFix]]></category>
		<category><![CDATA[#CodesignBypass]]></category>
		<category><![CDATA[#EDR]]></category>
		<category><![CDATA[#Infostealer]]></category>
		<category><![CDATA[#KeychainAttack]]></category>
		<category><![CDATA[#LaunchAgent]]></category>
		<category><![CDATA[#MachOMan]]></category>
		<category><![CDATA[#macOSSecurity]]></category>
		<category><![CDATA[#SOC]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11667</guid>

					<description><![CDATA[<p>The Lazarus Group is actively using ClickFix-style social engineering to deploy a new macOS malware framework called “Mach-O</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/lazarus-macos-malware/">Lazarus Delivers “Mach-O Man” macOS Malware via ClickFix</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The Lazarus Group is actively using ClickFix-style social engineering to deploy a new macOS malware framework called “Mach-O Man.” Instead of exploiting vulnerabilities, the attack relies on user interaction, making it highly effective against modern defenses.</p>



<p>This activity has been closely analyzed by Mauro Eldritch, who has documented how this campaign is impacting high-value macOS users, especially in fintech and crypto sectors.</p>



<h2 class="wp-block-heading"><strong>Initial Access and Social Engineering Flow</strong></h2>



<p>The attack typically begins with targeted outreach on Telegram, where threat actors impersonate trusted contacts such as colleagues or business partners. Victims—often executives or developers—receive urgent meeting requests designed to trigger quick action.</p>



<p>They are then redirected to phishing pages that closely resemble platforms like Zoom, Microsoft Teams, or Google Meet. These pages claim a technical issue and instruct the user to fix it manually.</p>



<p>Instead of a traditional exploit, the victim is guided to copy and execute a Terminal command. Because this action is user-initiated, many security tools interpret it as legitimate behavior.</p>



<h2 class="wp-block-heading"><strong>Execution Chain and Malware Behavior</strong></h2>



<p>Once the command is executed, the infection chain unfolds in multiple stages designed to blend in with normal macOS activity.</p>



<figure class="wp-block-image size-full is-resized"><img fetchpriority="high" decoding="async" width="1024" height="527" src="https://firsthackersnews.com/wp-content/uploads/2026/04/image-4.png" alt="" class="wp-image-11668" style="aspect-ratio:1.943129509320623;width:823px;height:auto" srcset="https://firsthackersnews.com/wp-content/uploads/2026/04/image-4-300x154.png 300w, https://firsthackersnews.com/wp-content/uploads/2026/04/image-4-768x395.png 768w, https://firsthackersnews.com/wp-content/uploads/2026/04/image-4.png 1024w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Complete malware kit showing all components and variants (Source: ANY.RUN).<br></figcaption></figure>



<ul class="wp-block-list">
<li>The first-stage binary (commonly seen as <em>teamsSDK.bin</em>) acts as a downloader that retrieves additional components</li>



<li>Fake macOS applications are dropped, mimicking meeting tools or system prompts to appear legitimate</li>



<li>These apps repeatedly request user passwords, often using poorly written prompts to trick the victim</li>



<li>A secondary module (such as <em>D1YrHRTg.bin</em>) performs deep system profiling using native tools like sysctl</li>
</ul>



<p>The profiling stage gathers extensive system intelligence, including host identifiers, operating system details, running processes, network configuration, and browser-related data from Chrome, Safari, Brave, and similar applications.</p>



<p>Interestingly, researchers observed flaws in parts of the malware. Some profiling components enter continuous loops, repeatedly sending the same data to command-and-control infrastructure, which can cause noticeable performance issues on infected machines.</p>



<p>To avoid execution barriers, the malware leverages macOS utilities like codesign to apply ad-hoc signatures, helping malicious binaries run under standard policies without raising immediate suspicion.</p>



<h2 class="wp-block-heading">Credential Theft and Data Exfiltration</h2>



<p>The final stage of the attack is handled by a stealer component referred to as <em>macrasv2</em>. This module focuses on extracting high-value data from the compromised system.</p>



<p>Targets include:</p>



<ul class="wp-block-list">
<li>Browser-stored credentials and active session cookies</li>



<li>macOS Keychain entries containing saved secrets</li>



<li>Files that can grant access to SaaS platforms, internal systems, or crypto wallets</li>
</ul>



<p>All collected data is compressed into archive files (for example, <em>user_ext.zip</em>) and exfiltrated to attacker-controlled servers.</p>



<h2 class="wp-block-heading">Persistence Mechanism</h2>



<p>To maintain long-term access, additional components like <em>minst2.bin</em> are deployed. These create persistence by placing disguised binaries—often pretending to be legitimate services like OneDrive—inside directories labeled as security-related (such as an “Antivirus Service” folder).</p>



<p>The malware then registers itself as a LaunchAgent, ensuring execution every time the user logs in.</p>



<h2 class="wp-block-heading">Why This Campaign Is Effective</h2>



<p>This attack stands out because it avoids traditional exploitation techniques. By relying on user-executed commands and built-in macOS tools, the activity appears normal to many EDR solutions until after credentials and access tokens are already compromised.</p>



<p>For organizations where macOS devices are widely used—especially among developers and leadership—this creates a serious risk. A single compromised system can lead to broader access across internal infrastructure and financial assets.</p>



<h2 class="wp-block-heading">Detection and Defensive Considerations</h2>



<p>To counter this type of campaign, defenders need to shift focus toward behavior rather than just exploits.</p>



<ul class="wp-block-list">
<li>Monitor unusual Terminal activity and command execution patterns</li>



<li>Identify and block ClickFix-style phishing workflows</li>



<li>Regularly audit LaunchAgents for suspicious or disguised entries</li>



<li>Track outbound connections to uncommon ports or Telegram-related infrastructure</li>



<li>Use sandbox environments like ANY.RUN to safely analyze suspicious files, URLs, and execution chains</li>
</ul>



<p>Interactive sandboxing plays a key role in understanding how these multi-stage attacks operate, allowing defenders to reconstruct the full infection path and extract indicators for detection.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/lazarus-macos-malware/">Lazarus Delivers “Mach-O Man” macOS Malware via ClickFix</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/lazarus-macos-malware/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Threat Actors Leverage ChatGPT, Grok, and Google Ads to Deploy macOS AMOS Stealer</title>
		<link>https://firsthackersnews.com/chatgpt-grok-google-ads-macos-amos-stealer/</link>
					<comments>https://firsthackersnews.com/chatgpt-grok-google-ads-macos-amos-stealer/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Thu, 12 Feb 2026 10:40:19 +0000</pubDate>
				<category><![CDATA[AI Malware]]></category>
		<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[#AMOSStealer]]></category>
		<category><![CDATA[#AtomicStealer]]></category>
		<category><![CDATA[#ChatGPT]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#DigitalSecurity]]></category>
		<category><![CDATA[#GoogleAds]]></category>
		<category><![CDATA[#GrokAI]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#Infostealer]]></category>
		<category><![CDATA[#macOS]]></category>
		<category><![CDATA[#MacSecurity]]></category>
		<category><![CDATA[#MalwareCampaign]]></category>
		<category><![CDATA[#SocialEngineering]]></category>
		<category><![CDATA[#ThreatActors]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11156</guid>

					<description><![CDATA[<p>Threat actors are evolving — and they’re doing it on trusted platforms. A recent campaign shows attackers abusing</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/chatgpt-grok-google-ads-macos-amos-stealer/">Threat Actors Leverage ChatGPT, Grok, and Google Ads to Deploy macOS AMOS Stealer</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Threat actors are evolving — and they’re doing it on trusted platforms.</p>



<p>A recent campaign shows attackers abusing shareable ChatGPT and Grok conversations, then promoting those links through Google Search ads. The goal? Convince macOS users to run Terminal commands that quietly install the Atomic macOS Stealer (AMOS).</p>



<p>This isn’t traditional malware distribution. It’s credibility-based delivery.</p>



<h2 class="wp-block-heading">The Shift: Malware Hidden Behind Trust</h2>



<p>Instead of hosting malware on suspicious domains, attackers are:</p>



<ul class="wp-block-list">
<li>Publishing malicious “how-to” conversations on legitimate AI platforms</li>



<li>Boosting those pages using Google Ads</li>



<li>Framing the instructions as helpful troubleshooting steps</li>
</ul>



<p>For example, a user searching for something harmless like “clear disk space on macOS” may encounter a sponsored AI chat result. The page looks legitimate. The domain is trusted. The instructions appear technical and helpful.</p>



<p>But the recommended Terminal command downloads and executes malicious code.</p>



<p>No fake installer.<br>No cracked software.<br>Just copy, paste, and compromise.</p>



<p>The malicious instructions are hosted on legitimate AI domains via public sharing links. That removes the psychological red flag users often rely on.</p>



<p>Paid ads further amplify visibility, placing these AI-hosted pages at the top of search results — sometimes ahead of legitimate support content.</p>



<p>This is social engineering layered with platform trust.</p>



<h2 class="wp-block-heading">The Target: Cryptocurrency and Browser Data</h2>



<p>macOS infostealers like AMOS are part of a growing underground economy. Their primary targets include:</p>



<ul class="wp-block-list">
<li>Saved browser credentials</li>



<li>Apple Keychain secrets</li>



<li>Cryptocurrency wallets and seed phrases</li>



<li>Chrome crypto extensions (over 100 reported targets)</li>



<li>Wallet-themed phishing tied to brands like Ledger, Trezor, and Exodus</li>
</ul>



<p>Some operators even advertise affiliate-style revenue sharing for crypto theft, highlighting how organized this ecosystem has become</p>



<h2 class="wp-block-heading"><strong>What defenders should watch for</strong></h2>



<ul class="wp-block-list">
<li>Users copying Terminal commands from web pages</li>



<li>Scripts that download and execute immediately</li>



<li>Signed apps requesting unexpected permissions</li>



<li>Unusual outbound traffic to crypto-related infrastructure</li>
</ul>



<p>The bigger pattern is clear.</p>



<p>Modern macOS attacks don’t rely on obvious red flags anymore.</p>



<p>They rely on trusted platforms, legitimate domains, paid visibility, and signed applications to remove the moment where a user might hesitate.</p>



<p>That’s the shift defenders need to understand.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/chatgpt-grok-google-ads-macos-amos-stealer/">Threat Actors Leverage ChatGPT, Grok, and Google Ads to Deploy macOS AMOS Stealer</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/chatgpt-grok-google-ads-macos-amos-stealer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GlassWorm malware uses malicious VS Code extensions to attack macOS systems</title>
		<link>https://firsthackersnews.com/glassworm-malware/</link>
					<comments>https://firsthackersnews.com/glassworm-malware/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Thu, 01 Jan 2026 07:38:51 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Mobile Security]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[GlassWorm malware]]></category>
		<category><![CDATA[macOS systems]]></category>
		<category><![CDATA[malicious VS Code extensions]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security update]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=10895</guid>

					<description><![CDATA[<p>GlassWorm has returned with a dangerous new evolution, shifting its focus entirely to macOS. First discovered in October,</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/glassworm-malware/">GlassWorm malware uses malicious VS Code extensions to attack macOS systems</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>GlassWorm has returned with a dangerous new evolution, shifting its focus entirely to macOS. First discovered in October, the malware originally spread through malicious VS Code extensions that used invisible Unicode characters to hide their behavior. The latest wave shows a major increase in sophistication, scale, and impact.</p>



<p>Security researchers report that this macOS-focused campaign has reached nearly <strong>50,000 downloads</strong> and is backed by a fully operational attack infrastructure.</p>



<h2 class="wp-block-heading"><strong>Malicious VS Code Extensions Identified</strong></h2>



<p>Investigators have linked <strong>three malicious extensions</strong> on the Open VSX marketplace to the same GlassWorm threat actor. All three share common command-and-control infrastructure, including the IP address <strong>45.32.151.157</strong>, which has appeared in earlier GlassWorm activity.</p>



<p>This confirms the campaign is coordinated and actively maintained.</p>



<h2 class="wp-block-heading">What’s New in Wave 4</h2>



<p>This fourth wave represents a clear escalation compared to earlier versions.</p>



<ul class="wp-block-list">
<li>Unicode-based hiding techniques have been replaced with <strong>AES-256-CBC encrypted payloads</strong></li>



<li>The encrypted payloads are embedded in <strong>compiled JavaScript</strong></li>



<li>A <strong>hardcoded encryption key</strong> is reused across all malicious extensions</li>



<li>Malware execution is delayed by <strong>15 minutes</strong> to evade sandbox detection</li>
</ul>



<p>Most automated security scans stop after five minutes, allowing the malware to execute only after security checks are complete.</p>



<p>Unlike earlier GlassWorm campaigns that targeted Windows systems, Wave 4 is <strong>exclusive to macOS</strong>.</p>



<p>This shift is strategic. Developers in cryptocurrency, Web3, and startup environments—GlassWorm’s primary targets—largely rely on Apple devices.</p>



<p>The macOS payload is platform-specific and includes:</p>



<ul class="wp-block-list">
<li>AppleScript for execution instead of PowerShell</li>



<li>LaunchAgents for persistence instead of Registry keys</li>



<li>Direct theft of data from the macOS Keychain</li>
</ul>



<p>GlassWorm’s infrastructure continues to evolve to avoid disruption. The threat actor has introduced a new Solana wallet address while keeping older wallets active. The malware queries Solana blockchain transaction memos to retrieve command-and-control URLs, with the data encoded in base64 format.</p>



<p>This blockchain-based C2 mechanism is designed to be decentralized, difficult to takedown, and resistant to traditional disruption efforts. Infrastructure tracking also shows frequent IP rotation and the use of a dedicated exfiltration server.</p>



<p>The most concerning development in this wave is GlassWorm’s move beyond credential theft. The malware now actively targets <strong>Ledger Live</strong> and <strong>Trezor Suite</strong>, attempting to replace legitimate wallet applications with trojanized versions.</p>



<p>This capability significantly raises the risk for developers and cryptocurrency users, as it directly threatens hardware-protected digital assets.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="538" src="https://firsthackersnews.com/wp-content/uploads/2026/01/image-1024x538.png" alt="" class="wp-image-10896" srcset="https://firsthackersnews.com/wp-content/uploads/2026/01/image-200x105.png 200w, https://firsthackersnews.com/wp-content/uploads/2026/01/image-300x158.png 300w, https://firsthackersnews.com/wp-content/uploads/2026/01/image-400x210.png 400w, https://firsthackersnews.com/wp-content/uploads/2026/01/image-600x315.png 600w, https://firsthackersnews.com/wp-content/uploads/2026/01/image-768x404.png 768w, https://firsthackersnews.com/wp-content/uploads/2026/01/image-800x421.png 800w, https://firsthackersnews.com/wp-content/uploads/2026/01/image-1024x538.png 1024w, https://firsthackersnews.com/wp-content/uploads/2026/01/image-1200x631.png 1200w, https://firsthackersnews.com/wp-content/uploads/2026/01/image-1536x807.png 1536w, https://firsthackersnews.com/wp-content/uploads/2026/01/image.png 1600w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Encrypted JavaScript code</strong></figcaption></figure>



<h2 class="wp-block-heading"><strong>Mitigation and Recommendations</strong></h2>



<p>A successful attack could allow threat actors to manipulate wallet interfaces, redirect transactions, harvest recovery phrases, and monitor hardware wallet communications, effectively undermining the security guarantees of air-gapped devices.</p>



<p>GlassWorm’s trajectory shows a steady expansion in both capability and ambition. The campaign has moved away from earlier stealth techniques and operating system limitations, now focusing on deeper system integration and higher-value targets.</p>



<p>Current observations show that, as of late December 2025, infrastructure used to deliver compromised wallet components is not yet serving active payloads. This suggests the operation is staged and awaiting the next execution phase.</p>



<p>The malware also enforces strict validation checks during deployment, rejecting unusually small files. This points to careful engineering choices designed to reduce detection and prevent malformed executions.</p>



<p>Overall, GlassWorm represents a responsive and evolving adversary. The operator clearly adapts to public disclosures, refining tools and methods while keeping core infrastructure alive. The threat should be considered ongoing rather than dormant.</p>



<p><strong>&#x200d;Follow Us on:<strong> <a href="https://www.linkedin.com/in/firsthackers-news/" target="_blank" rel="noopener">Linkedin</a>,<a href="https://www.instagram.com/firsthackersnews/" target="_blank" rel="noreferrer noopener"> Instagram</a>, <a href="https://www.facebook.com/FirsthackerNews" target="_blank" rel="noreferrer noopener">Facebook</a></strong> to get the latest security news!</strong></p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/glassworm-malware/">GlassWorm malware uses malicious VS Code extensions to attack macOS systems</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/glassworm-malware/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>𝗔𝗠𝗢𝗦 𝗦𝘁𝗲𝗮𝗹𝗲𝗿 𝗦𝗽𝗿𝗲𝗮𝗱 𝘃𝗶𝗮 𝗔𝗯𝘂𝘀𝗲𝗱 𝗖𝗵𝗮𝘁𝗚𝗣𝗧 &#038; 𝗚𝗿𝗼𝗸 𝗖𝗵𝗮𝘁𝘀</title>
		<link>https://firsthackersnews.com/macos-amos/</link>
					<comments>https://firsthackersnews.com/macos-amos/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Wed, 10 Dec 2025 18:34:07 +0000</pubDate>
				<category><![CDATA[Malware]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Mobile Security]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[AI chats]]></category>
		<category><![CDATA[𝗔𝗠𝗢𝗦 𝗦𝘁𝗲𝗮𝗹𝗲𝗿]]></category>
		<category><![CDATA[𝗖𝗵𝗮𝘁𝗚𝗣𝗧]]></category>
		<category><![CDATA[𝗚𝗿𝗼𝗸]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security flaw]]></category>
		<category><![CDATA[security patch]]></category>
		<category><![CDATA[security update]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=10791</guid>

					<description><![CDATA[<p>The cybersecurity landscape is at a worrying point. On December 5, 2025, Huntress discovered a smart attack using</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/macos-amos/">𝗔𝗠𝗢𝗦 𝗦𝘁𝗲𝗮𝗹𝗲𝗿 𝗦𝗽𝗿𝗲𝗮𝗱 𝘃𝗶𝗮 𝗔𝗯𝘂𝘀𝗲𝗱 𝗖𝗵𝗮𝘁𝗚𝗣𝗧 &amp; 𝗚𝗿𝗼𝗸 𝗖𝗵𝗮𝘁𝘀</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The cybersecurity landscape is at a worrying point. On December 5, 2025, Huntress discovered a smart attack using the Atomic macOS Stealer (AMOS) delivered through a very simple method.</p>



<p>Attackers are using AI chats on OpenAI’s ChatGPT and xAI’s Grok. They push these chats to the top of search results using SEO tricks, making them look like trusted troubleshooting guides.</p>



<p>The danger is that users don’t download anything suspicious. No installers, no malware files, and no warnings. All it takes is searching on Google, clicking a result, and copy-pasting a command.</p>



<p>This attack works by abusing three types of trust: search engines, legitimate platforms, and AI-generated advice.</p>



<p>When users search basic macOS tips like “clear disk space on macOS,” top results lead them to real ChatGPT or Grok pages.</p>



<p>These pages look professional and safe, offering step-by-step instructions.</p>



<p>But when the victim runs the Terminal command, it triggers a hidden multi-stage attack that steals credentials, gains higher access, and sends data out silently.</p>



<h2 class="wp-block-heading"><strong>Exploiting Trust Through AI</strong></h2>



<p>This is a major evolution in social engineering. Attackers are not pretending to be trusted platforms anymore—they are turning trusted platforms into weapons using poisoned search results.</p>



<p>The malware doesn’t need to look like safe software when it can pretend to be helpful guidance.</p>



<p>During the investigation, Huntress confirmed similar poisoned results for searches like “how to clear data on iMac,” “clear system data on iMac,” and “free up storage on Mac,” proving this is a broad, intentional campaign—not a one-off case.</p>



<p>The presence of similar campaigns on both ChatGPT and Grok shows that a coordinated attacker is actively targeting these platforms.</p>



<p>The AMOS delivery method makes this even more dangerous. The first command runs a bash script that tricks users into entering their system password for “verification.”</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1007" height="528" src="https://firsthackersnews.com/wp-content/uploads/2025/12/image.png" alt="" class="wp-image-10792" srcset="https://firsthackersnews.com/wp-content/uploads/2025/12/image-200x105.png 200w, https://firsthackersnews.com/wp-content/uploads/2025/12/image-300x157.png 300w, https://firsthackersnews.com/wp-content/uploads/2025/12/image-400x210.png 400w, https://firsthackersnews.com/wp-content/uploads/2025/12/image-600x315.png 600w, https://firsthackersnews.com/wp-content/uploads/2025/12/image-768x403.png 768w, https://firsthackersnews.com/wp-content/uploads/2025/12/image-800x419.png 800w, https://firsthackersnews.com/wp-content/uploads/2025/12/image.png 1007w" sizes="(max-width: 1007px) 100vw, 1007px" /><figcaption class="wp-element-caption">Top-ranked results appearing on Google Search.</figcaption></figure>



<p>Instead of showing a real macOS login prompt, the script checks the password quietly in the background using the <strong>dscl-authonly</strong> command—no system dialog, no Touch ID, and no warning.</p>



<p>Once the password is confirmed, the script stores it in plaintext and uses it to gain full admin access through <strong>sudo -S</strong> without asking the user again.<br>It then installs the main stealer payload in a hidden <strong>.helper</strong> folder inside the user’s home directory.<br>Finally, it replaces genuine crypto wallet apps like Ledger and Trezor with fake versions designed to steal seed phrases.</p>



<h2 class="wp-block-heading"><strong>New AI-Enabled Attack Methods</strong></h2>



<p>The stealer quietly gathers data from crypto wallets, browser passwords, the macOS Keychain, and other sensitive files.</p>



<p>Its persistence method is also very stealthy. A LaunchDaemon runs a hidden AppleScript loop that checks the active user every second, keeping the malware running nonstop.</p>



<p>f the <strong>.helper</strong> malware stops for any reason, the watchdog brings it back almost instantly.<br>This keeps it running all the time — even after a restart or if someone tries to kill the process — and lets it access user-level passwords and app data that normal background services can’t touch.</p>



<p>For defenders, this attack is difficult to spot. The infection starts with a harmless-looking Terminal command, so signature-based tools see nothing unusual.</p>



<p>Detection now depends on noticing odd behavior: unexpected <strong>osascript</strong> password checks, strange <strong>dscl-authonly</strong> activity, hidden files in the home directory, or processes using <strong>sudo</strong> with piped passwords.</p>



<p>For users, the danger is even more subtle. Nothing feels suspicious. Copying a command from ChatGPT seems normal and helpful — not risky.</p>



<p>As AI becomes part of everyday tasks, this technique will spread fast. It’s easy to scale and hard to block with traditional defenses.</p>



<p>This campaign is a turning point for macOS security. The real shift isn’t AMOS itself — it’s the delivery method that slips past both security tools and human judgment.</p>



<p>Today’s attacks don’t just target machines — they target habits and our growing trust in AI.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/macos-amos/">𝗔𝗠𝗢𝗦 𝗦𝘁𝗲𝗮𝗹𝗲𝗿 𝗦𝗽𝗿𝗲𝗮𝗱 𝘃𝗶𝗮 𝗔𝗯𝘂𝘀𝗲𝗱 𝗖𝗵𝗮𝘁𝗚𝗣𝗧 &amp; 𝗚𝗿𝗼𝗸 𝗖𝗵𝗮𝘁𝘀</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/macos-amos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MacOS password-stealing malware is spreading rapidly</title>
		<link>https://firsthackersnews.com/macos-password-stealing-malware/</link>
					<comments>https://firsthackersnews.com/macos-password-stealing-malware/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Thu, 06 Feb 2025 05:22:16 +0000</pubDate>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Mobile Security]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Password stealing malware]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security flaw]]></category>
		<category><![CDATA[security patch]]></category>
		<category><![CDATA[security update]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=9580</guid>

					<description><![CDATA[<p>MacOS users are seeing a sharp rise in password-stealing malware, spread through fake apps and ads. Leading threats</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/macos-password-stealing-malware/">MacOS password-stealing malware is spreading rapidly</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>MacOS users are seeing a sharp rise in password-stealing malware, spread through fake apps and ads. Leading threats include “Atomic Stealer,” “Poseidon Stealer,” and “Cthulhu Stealer,” each using unique tactics, according to Palo Alto Networks’ Unit42.</p>



<h2 class="wp-block-heading"><strong>MacOS password-stealing malware</strong></h2>



<p><strong>Atomic Stealer (AMOS)</strong> was first found in April 2023 and is sold as malware-as-a-service (MaaS) on hacker forums and Telegram. It has evolved from Go to C++, with some versions using Python scripts or Mach-O binaries. Spread through malvertising, it steals browser passwords, cryptocurrency wallets, and instant messaging data.</p>



<p><strong>Execution Flow:</strong> Atomic Stealer pretends to be a legitimate installer and tries to access files like <code>/Users/$USER/Library/Application Support/Google/Chrome/Default/Login Data</code> to steal Chrome login credentials.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="501" src="https://firsthackersnews.com/wp-content/uploads/2025/02/image-1-1024x501.png" alt="" class="wp-image-9581" srcset="https://firsthackersnews.com/wp-content/uploads/2025/02/image-1-200x98.png 200w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-1-300x147.png 300w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-1-400x196.png 400w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-1-600x293.png 600w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-1-768x375.png 768w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-1-800x391.png 800w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-1-1024x501.png 1024w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-1-1200x587.png 1200w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-1.png 1432w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Execution flow of atomic stealer : Source – Palo Alto Networks</figcaption></figure>



<p><strong>Poseidon Stealer:</strong> Created by “Rodrigo4,” supposedly a former Atomic Stealer developer, Poseidon Stealer spreads through fake installers, Google ads, and malicious emails. It uses an encoded AppleScript to run its main logic and tricks users into entering their passwords during installation.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="768" height="394" src="https://firsthackersnews.com/wp-content/uploads/2025/02/image-2.png" alt="" class="wp-image-9582" srcset="https://firsthackersnews.com/wp-content/uploads/2025/02/image-2-200x103.png 200w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-2-300x154.png 300w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-2-400x205.png 400w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-2-600x308.png 600w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-2.png 768w" sizes="auto, (max-width: 768px) 100vw, 768px" /><figcaption class="wp-element-caption">Poseidon Stealer : Source – Palo Alto Networks</figcaption></figure>



<p><strong>How It Works:</strong><br>Once installed, Poseidon Stealer prompts users for their password and steals browser passwords, cryptocurrency wallets, macOS Notes, and Telegram data, sending them to attacker-controlled servers.</p>



<p><strong>Cthulhu Stealer:</strong> Sold on Telegram by the &#8220;Cthulhu Team,&#8221; this malware is written in Go and spread through fake app installers. It steals browser credentials, cryptocurrency wallets, and files like .png, .jpg, and .pdf.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="768" height="806" src="https://firsthackersnews.com/wp-content/uploads/2025/02/image-3.png" alt="" class="wp-image-9583" srcset="https://firsthackersnews.com/wp-content/uploads/2025/02/image-3-200x210.png 200w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-3-286x300.png 286w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-3-400x420.png 400w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-3-600x630.png 600w, https://firsthackersnews.com/wp-content/uploads/2025/02/image-3.png 768w" sizes="auto, (max-width: 768px) 100vw, 768px" /><figcaption class="wp-element-caption">Cthulhu Stealer : Source – Palo Alto Networks</figcaption></figure>



<p><strong>How It Works:</strong><br>Cthulhu Stealer tricks users with fake password prompts, including MetaMask requests. It saves stolen data in <code>/Users/Shared/NW</code> and uploads it to a command-and-control server.</p>



<h2 class="wp-block-heading"><strong>Recommendation:</strong></h2>



<p>To protect against these threats, organizations should deploy advanced detection tools like Cortex XDR, which can analyze credential theft and sensitive data exfiltration. These tools help monitor suspicious AppleScript executions and unauthorized file access. </p>



<p>Additionally, adopting multi-layered defense strategies and staying updated on emerging threats are essential for protecting sensitive information.</p>



<h2 class="wp-block-heading"><strong>Indicators of Compromise (IoC):</strong></h2>



<ul class="wp-block-list">
<li>SHA256 Hashes for Atomic Stealer:</li>



<li>599e6358503a0569d998f09ccfbdeaa629d8910f410e26df0ffbd68112e77b05</li>



<li>a33705df80d2a7c2deeb192c3de9e7f06c7bfd14b84f782cf86099c52a8b0178</li>



<li>IP Addresses for Atomic Stealer C2 Servers:</li>



<li>94.142.138[.]177</li>



<li>194.169.175[.]117</li>



<li>SHA256 Hashes for Poseidon Stealer:</li>



<li>9f4f286e5e40b252512540cc186727abfb0ad15a76f91855b1e72efb006b854c</li>



<li>5880430d86d092ac56bfa4aec7e245e3d9084e996165d64549ccb66b626d8c56</li>



<li>IP Addresses for Poseidon Stealer C2 Servers:</li>



<li>194.59.183[.]241</li>



<li>70.34.213[.]27</li>
</ul>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>&#x200d;Follow Us on:<strong> <a href="https://twitter.com/Info_FHNews" target="_blank" rel="noreferrer noopener">Twitter</a>,<a href="https://www.instagram.com/first_hackers_news/" target="_blank" rel="noreferrer noopener"> Instagram</a>, <a href="https://www.linkedin.com/in/firsthackers-news/" target="_blank" rel="noreferrer noopener">Facebook</a></strong> to get the latest security news!</strong></p>
</blockquote>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/macos-password-stealing-malware/">MacOS password-stealing malware is spreading rapidly</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/macos-password-stealing-malware/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apple Releases Security Update: Patches for iOS Zero-Day and macOS</title>
		<link>https://firsthackersnews.com/apple-3/</link>
					<comments>https://firsthackersnews.com/apple-3/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 28 Jan 2025 17:59:40 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Zero Day Attack]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[patch update]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security flaw]]></category>
		<category><![CDATA[security patch]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[Zero Day]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=9517</guid>

					<description><![CDATA[<p>Apple released security updates for iOS, macOS, and more to address a new zero-day vulnerability, reinforcing its commitment</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/apple-3/">Apple Releases Security Update: Patches for iOS Zero-Day and macOS</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Apple released security updates for iOS, macOS, and more to address a new zero-day vulnerability, reinforcing its commitment to user safety.</p>



<h2 class="wp-block-heading"><strong>Patch updates</strong></h2>



<p>On January 27, 2025, Apple released critical updates for iPhones, iPads, Macs, Apple Watches, Apple TVs, Vision Pro, and Safari to address a zero-day vulnerability and other security issues.</p>



<p>Key updates include:</p>



<ul class="wp-block-list">
<li><strong>iOS 18.3 &amp; iPadOS 18.3:</strong> Fixes a zero-day flaw; urgent update for supported devices.</li>



<li><strong>macOS Sequoia 15.3, Sonoma 14.7.3, Ventura 13.7.3:</strong> Patches for system stability and security.</li>



<li><strong>watchOS 11.3:</strong> Security enhancements for Series 6 and later.</li>



<li><strong>tvOS 18.3 &amp; visionOS 2.3:</strong> Performance and security updates.</li>



<li><strong>Safari 18.3:</strong> Resolves browser vulnerabilities on macOS Ventura and Sonoma.</li>
</ul>



<p>Apple&#8217;s updates address active exploits targeting vulnerabilities discovered in late 2024. These flaws allowed attackers to bypass memory protections, affecting devices with outdated software. Users on older iOS, macOS, or Safari versions were at high risk.</p>



<p>The rollout highlights Apple’s use of Rapid Security Responses to quickly fix critical vulnerabilities without full software updates.</p>



<p><strong>Apple recommends enabling automatic updates for device security. To manually update:</strong></p>



<ul class="wp-block-list">
<li><strong>iPhone/iPad:</strong> Go to Settings &gt; General &gt; Software Update.</li>



<li><strong>Mac:</strong> Open System Settings and select Software Update.</li>



<li><strong>Apple Watch:</strong> Use the Watch app on your iPhone, then go to General &gt; Software Update.</li>



<li><strong>Apple TV:</strong> Go to Settings &gt; System &gt; Software Updates.</li>



<li><strong>Vision Pro:</strong> Apply updates via the Vision Pro settings menu.</li>
</ul>



<p>Experts stress the importance of updates to protect against malware, ransomware, and cyber threats. Apple’s quick action helps keep its ecosystem secure.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>&#x200d;Follow Us on:<strong> <a href="https://twitter.com/Info_FHNews" target="_blank" rel="noreferrer noopener">Twitter</a>,<a href="https://www.instagram.com/first_hackers_news/" target="_blank" rel="noreferrer noopener"> Instagram</a>, <a href="https://www.linkedin.com/in/firsthackers-news/" target="_blank" rel="noreferrer noopener">Facebook</a></strong> to get the latest security news!</strong></p>
</blockquote>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/apple-3/">Apple Releases Security Update: Patches for iOS Zero-Day and macOS</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/apple-3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>macOS Sequoia update disrupts multiple security tools</title>
		<link>https://firsthackersnews.com/macos-sequoia-update/</link>
					<comments>https://firsthackersnews.com/macos-sequoia-update/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 24 Sep 2024 15:26:12 +0000</pubDate>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[Apple’s macOS 15 Sequoia update]]></category>
		<category><![CDATA[macOS Sequoia]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security patch]]></category>
		<category><![CDATA[security update]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=8770</guid>

					<description><![CDATA[<p>Apple’s macOS 15 Sequoia update has broken several key security tools, sparking user frustration across social media and</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/macos-sequoia-update/">macOS Sequoia update disrupts multiple security tools</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><span style="font-size: revert; color: initial;">Apple’s macOS 15 Sequoia update has broken several key security tools, sparking user frustration across social media and Mac developer forums.</span></p>



<h2 class="wp-block-heading"><strong>macOS Sequoia Update</strong></h2>



<p>The release of macOS Sequoia has caused widespread frustration among developers of macOS security tools. Patrick Wardle, founder of the Mac and iOS security startup DoubleYou, expressed concern over the recurring challenges that arise whenever Apple launches a new update.</p>



<p>Patrick Wardle, a developer of macOS security tools, expressed frustration, stating, &#8220;It&#8217;s incredibly frustrating to repeatedly deal with users blaming our tools for breaking their Macs.&#8221; He stressed the need for Apple to conduct more rigorous testing before releasing updates.</p>



<p>The problems seem to arise from changes in the network stack, which have affected several security products. A CrowdStrike sales engineer mentioned in a Slack group for Mac administrators that the company had to delay support for Sequoia due to these changes, adding, &#8220;There’s quite a lot going on with the changes in the network stack.&#8221;</p>



<p>According to TechCrunch, several companies quickly responded to the issues caused by the macOS Sequoia update.</p>



<p>CrowdStrike issued a &#8220;Tech Alert&#8221; to its customers and is waiting for an Apple update before offering official support. Despite the challenges, SentinelOne claimed to have provided full support for Sequoia right after its release. However, a SentinelOne Support account had warned users not to upgrade their systems until they had a supported agent in place.</p>



<p>After upgrading to macOS Sequoia, ESET warned customers about network issues but later confirmed their products are compatible.</p>



<p>Problems aren&#8217;t limited to enterprise tools—users have reported issues with DNS, firewalls, and apps like Firefox. Security researchers noted that Sequoia’s firewall could block web access after the update.</p>



<p>The problems with macOS Sequoia affect not just enterprise security tools but also individual users. Security researcher Will Dormann reported issues with DNS and firewall operations on Mastodon. Additionally, researcher Wacław Jacek mentioned that the OS firewall might block web browsing after the upgrade. These disruptions also impact common applications, such as the Firefox browser.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/macos-sequoia-update/">macOS Sequoia update disrupts multiple security tools</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/macos-sequoia-update/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>New macOS malware allows attackers to control devices remotely</title>
		<link>https://firsthackersnews.com/macos-malware-hz-rat/</link>
					<comments>https://firsthackersnews.com/macos-malware-hz-rat/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Fri, 20 Sep 2024 16:23:44 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[BOTNET]]></category>
		<category><![CDATA[Compromised]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[HZ RAT]]></category>
		<category><![CDATA[remote access trojan]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[windows devices]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=8744</guid>

					<description><![CDATA[<p>HZ RAT, a remote access trojan (RAT) that has targeted Windows devices since 2020, has recently been upgraded</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/macos-malware-hz-rat/">New macOS malware allows attackers to control devices remotely</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>HZ RAT, a remote access trojan (RAT) that has targeted Windows devices since 2020, has recently been upgraded to also attack Mac users. A RAT allows attackers to gain remote control of a target computer with full administrator privileges.</p>



<p>RATs are often delivered via phishing email attachments or bundled with seemingly legitimate applications, like video games. On September 5, Intego reported the release of a new version of HZ RAT targeting macOS.</p>



<p>Previous reports indicate that HZ RAT originates from China, though Intego hasn&#8217;t disclosed specific attribution. This recent macOS malware provides attackers with full remote administrative access and first appeared on Windows PCs in 2022 before targeting Macs.</p>



<h2 class="wp-block-heading"><strong>The macOS Malware HZ RAT&nbsp;</strong></h2>



<p>According to the Moonlock report, HZ RAT can spy on users and steal data, functioning as a sophisticated remote access trojan that grants full administrative control. It can take screenshots, log keystrokes, steal data from Google Password Manager, and target user information on popular Chinese Mac apps like WeChat and DingTalk.</p>



<p>Once installed, the malware connects to a command-and-control server, allowing attackers to upload, download, and execute files remotely. It spreads through watering hole attacks, fake Google Ads, and website impersonation.</p>



<p>The malware can collect data such as:</p>



<ul class="wp-block-list">
<li>IP address</li>



<li>Bluetooth and Wi-Fi data</li>



<li>Network info</li>



<li>Hardware specs</li>



<li>App lists</li>



<li>WeChat and DingTalk information</li>



<li>Usernames and websites from Google Password Manager</li>
</ul>



<p>Though it doesn&#8217;t steal passwords directly, it may use leaked credentials from the dark web. The goal appears to be data collection, and it&#8217;s difficult for security providers to detect.</p>



<p>Intego found malware posing as the OpenVPN Connect app. A 2022 analysis of the Windows version linked it to Chinese IPs, with 80% of them active but unreachable, and 20% inactive.</p>



<h2 class="wp-block-heading"><strong>Recommendation</strong></h2>



<p>To protect your Mac, always download apps from trusted sources like the Apple App Store. Keep your operating system and security software up to date, and be cautious of any suspicious emails, links, or attachments.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#x200d;Follow Us on:<strong> <a href="https://twitter.com/Info_FHNews" target="_blank" rel="noreferrer noopener">Twitter</a>,<a href="https://www.instagram.com/first_hackers_news/" target="_blank" rel="noreferrer noopener"> Instagram</a>, <a href="https://www.linkedin.com/in/firsthackers-news/" target="_blank" rel="noreferrer noopener">Facebook</a></strong> to get the latest security news!</p>
</blockquote>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/macos-malware-hz-rat/">New macOS malware allows attackers to control devices remotely</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/macos-malware-hz-rat/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
