<?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>Threat Intelligence &#8211; First Hackers News</title>
	<atom:link href="https://firsthackersnews.com/category/threat-intelligence/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 21:26:21 +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>Threat Intelligence &#8211; First Hackers News</title>
	<link>https://firsthackersnews.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Cloud Atlas APT Uses Modified termsrv.dll to Enable Hidden RDP Access</title>
		<link>https://firsthackersnews.com/cloud-atlas-apt-patches-termsrvdll-hidden-rdp-access/</link>
					<comments>https://firsthackersnews.com/cloud-atlas-apt-patches-termsrvdll-hidden-rdp-access/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 25 May 2026 12:20:00 +0000</pubDate>
				<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Threat Intelligence]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[#APT]]></category>
		<category><![CDATA[#CloudAtlas]]></category>
		<category><![CDATA[#CloudAtlasAPT]]></category>
		<category><![CDATA[#CyberAttack]]></category>
		<category><![CDATA[#CyberEspionage]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#Kerberoasting]]></category>
		<category><![CDATA[#Malware]]></category>
		<category><![CDATA[#PowerCloud]]></category>
		<category><![CDATA[#PowerShell]]></category>
		<category><![CDATA[#PowerShower]]></category>
		<category><![CDATA[#RDPAttack]]></category>
		<category><![CDATA[#ReverseSSH]]></category>
		<category><![CDATA[#SecurityResearch]]></category>
		<category><![CDATA[#termsrvdll]]></category>
		<category><![CDATA[#ThreatHunting]]></category>
		<category><![CDATA[#ThreatIntelligence]]></category>
		<category><![CDATA[#VBCloud]]></category>
		<category><![CDATA[#WindowsSecurity]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11739</guid>

					<description><![CDATA[<p>The Cloud Atlas advanced persistent threat (APT) group, also referred to as Cloud Atlas APT, has been linked</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/cloud-atlas-apt-patches-termsrvdll-hidden-rdp-access/">Cloud Atlas APT Uses Modified termsrv.dll to Enable Hidden RDP Access</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The Cloud Atlas advanced persistent threat (APT) group, also referred to as Cloud Atlas APT, has been linked to a sophisticated cyber espionage campaign that abuses the Windows <code>termsrv.dll</code> library to enable multiple Remote Desktop Protocol (RDP) sessions on compromised systems.</p>



<p>Researchers observed the campaign throughout 2025 and into 2026, with most targets including government agencies, diplomatic entities, and commercial organizations in Russia and Belarus. The operation combines phishing attacks, legacy vulnerabilities, custom malware, and stealthy persistence techniques to maintain long-term access inside victim environments.</p>



<p>The campaign demonstrates how attackers are increasingly blending legitimate administration tools with advanced malware techniques to avoid detection and maintain covert remote access.</p>



<h2 class="wp-block-heading"><strong>Initial Access Through Phishing and Exploits</strong></h2>



<p>Cloud Atlas APT continues to rely heavily on phishing emails as its primary entry point. Attackers distribute ZIP archives containing malicious LNK shortcut files designed to silently execute PowerShell commands from attacker-controlled infrastructure.</p>



<p>At the same time, the threat actors also weaponize Microsoft Office documents exploiting the Equation Editor vulnerability, CVE-2018-0802, to download additional payloads onto infected systems.</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="708" height="900" src="https://firsthackersnews.com/wp-content/uploads/2026/05/image-3.png" alt="" class="wp-image-11740" srcset="https://firsthackersnews.com/wp-content/uploads/2026/05/image-3-236x300.png 236w, https://firsthackersnews.com/wp-content/uploads/2026/05/image-3.png 708w" sizes="(max-width: 708px) 100vw, 708px" /><figcaption class="wp-element-caption">How the Malware Operates (Source: Cloud Atlas)</figcaption></figure>



<p>Once executed, the PowerShell scripts establish persistence by saving a secondary script named <code>fixed.ps1</code> in the Windows temporary directory and creating autorun entries through the Windows Registry.</p>



<p>To distract victims and reduce suspicion, the malware downloads a decoy archive, extracts a PDF document, and displays it on the screen while malicious activities continue in the background. During this stage, forensic traces are deleted and the primary payloads are launched.</p>



<h2 class="wp-block-heading"><strong>VBCloud and PowerShower Backdoors</strong></h2>



<p>The <code>fixed.ps1</code> script functions as a loader for two major malware components named VBCloud and PowerShower.</p>



<h3 class="wp-block-heading"><strong>VBCloud File-Stealing Malware</strong></h3>



<p>VBCloud is mainly used for data theft. The malware deploys an encrypted payload named <code>video.mds</code>, which is decrypted in memory using RC4 encryption and executed through a Visual Basic Script (VBS) loader.</p>



<p>The malware searches for and exfiltrates sensitive files, including:</p>



<ul class="wp-block-list">
<li>DOC and DOCX documents</li>



<li>PDF files</li>



<li>XLS and spreadsheet data</li>



<li>Other confidential business documents</li>
</ul>



<p>Collected data is transmitted to attacker-controlled servers for further analysis and espionage purposes.</p>



<h3 class="wp-block-heading"><strong>PowerShower for Reconnaissance and Lateral Movement</strong></h3>



<p>PowerShower focuses on reconnaissance, credential harvesting, and internal network movement. The malware gathers system and domain information, executes remote PowerShell commands, and supports lateral movement across enterprise environments.</p>



<p>Researchers observed the malware performing Kerberoasting attacks to extract Active Directory service account credentials. It also includes a credential harvesting module that abuses the <code>fodhelper.exe</code> UAC bypass technique to gain elevated privileges.</p>



<p>With administrative access, attackers can retrieve sensitive data from the SAM and SECURITY registry hives through Windows shadow copies.</p>



<h2 class="wp-block-heading"><strong>Modification of termsrv.dll Enables Multiple RDP Sessions</strong></h2>



<p>A significant evolution in this campaign is the use of a PowerShell script called <code>rdp_new.ps1</code>, which directly modifies the Windows <code>termsrv.dll</code> library.</p>



<p>The <code>termsrv.dll</code> component controls Remote Desktop session management and normally prevents multiple simultaneous user logins. Cloud Atlas bypasses this restriction by taking ownership of the DLL file, patching specific byte sequences, and restarting the RDP service.</p>



<p>After modification, multiple concurrent RDP sessions become possible on the infected machine. This allows attackers to maintain hidden remote access without disconnecting legitimate users, significantly lowering the risk of detection.</p>



<p>This technique provides threat actors with stealthy persistence while blending malicious activity with normal administrator behavior.</p>



<h2 class="wp-block-heading"><strong>Reverse SSH Tunnels and Stealth Persistence</strong></h2>



<p>To strengthen persistence and ensure continued remote access, Cloud Atlas deploys multiple tunneling and proxy mechanisms.</p>



<p>The attackers establish reverse SSH tunnels from compromised systems to remote servers under their control. These tunnels bypass inbound firewall restrictions and provide continuous access into internal networks.</p>



<p>The operation also uses:</p>



<ul class="wp-block-list">
<li>VBS scripts executed through PsExec</li>



<li>Scheduled tasks for automatic tunnel recovery</li>



<li>Modified file permissions to protect SSH keys</li>



<li>Customized OpenSSH builds with altered cryptographic libraries</li>



<li>RevSocks tunneling utilities written in Go</li>



<li>Tor hidden services for anonymous RDP connectivity</li>
</ul>



<p>These layered persistence mechanisms make incident response and remediation significantly more difficult.</p>



<h2 class="wp-block-heading"><strong>PowerCloud Malware Uses Google Sheets for Data Exfiltration</strong></h2>



<p>Researchers also identified a newer tool called PowerCloud that collects administrative user information and exfiltrates the data to Google Sheets using Base64-encoded content.</p>



<p>The use of legitimate cloud services highlights Cloud Atlas’ growing focus on blending malicious traffic with normal enterprise activity, making traditional security monitoring more challenging.</p>



<h2 class="wp-block-heading"><strong>Ongoing Threat to Government and Enterprise Networks</strong></h2>



<p>Telemetry linked to the campaign shows a strong focus on government, diplomatic, and high-value enterprise organizations, consistent with Cloud Atlas’ long-standing espionage objectives.</p>



<p>Although some infrastructure overlaps with activity associated with the Head Mare group have been observed, researchers noted that the malware families, techniques, and operational behavior remain distinct.</p>



<p>The continued use of publicly available tools such as SSH, Tor, PsExec, and RevSocks alongside advanced techniques like RDP manipulation demonstrates the group’s evolving capabilities and operational maturity.</p>



<p>Security teams are advised to closely monitor:</p>



<ul class="wp-block-list">
<li>Unauthorized changes to <code>termsrv.dll</code></li>



<li>Suspicious PowerShell execution</li>



<li>Unexpected RDP configuration changes</li>



<li>Reverse SSH connections</li>



<li>Scheduled tasks linked to remote access tools</li>



<li>Unusual use of cloud platforms for data transfers</li>
</ul>



<p>The campaign highlights the increasing sophistication of modern cyber espionage operations and the importance of continuous monitoring for stealthy persistence mechanisms inside enterprise networks.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/cloud-atlas-apt-patches-termsrvdll-hidden-rdp-access/">Cloud Atlas APT Uses Modified termsrv.dll to Enable Hidden RDP Access</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/cloud-atlas-apt-patches-termsrvdll-hidden-rdp-access/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GTFire Phishing Attack Hides Behind Google Services</title>
		<link>https://firsthackersnews.com/gtfire-google-phishing-campaign/</link>
					<comments>https://firsthackersnews.com/gtfire-google-phishing-campaign/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 02 Mar 2026 21:45:10 +0000</pubDate>
				<category><![CDATA[Threat Intelligence]]></category>
		<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[cyberattack]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Email Security]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[#BrandImpersonation]]></category>
		<category><![CDATA[#CloudSecurity]]></category>
		<category><![CDATA[#CredentialTheft]]></category>
		<category><![CDATA[#CyberDefense]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#DigitalRisk]]></category>
		<category><![CDATA[#EmailSecurity]]></category>
		<category><![CDATA[#EnterpriseSecurity]]></category>
		<category><![CDATA[#GoogleAbuse]]></category>
		<category><![CDATA[#GTFire]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#PhishingCampaign]]></category>
		<category><![CDATA[#SecurityAwareness]]></category>
		<category><![CDATA[#SocialEngineering]]></category>
		<category><![CDATA[#ThreatIntelligence]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11311</guid>

					<description><![CDATA[<p>GTFire is a newly identified phishing campaign that misuses trusted Google services, including Firebase and Google Translate, to</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/gtfire-google-phishing-campaign/">GTFire Phishing Attack Hides Behind Google Services</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>GTFire is a newly identified phishing campaign that misuses trusted Google services, including Firebase and Google Translate, to steal user credentials.</p>



<p>By hosting phishing content on legitimate Google-owned domains, the attackers are able to bypass many email security filters and web gateways. Because the links appear trustworthy, they are less likely to raise suspicion.</p>



<p>Victims are redirected to realistic login pages that imitate well-known brands. After entering their credentials, they are quietly sent to the real website, making the attack difficult to detect.</p>



<h2 class="wp-block-heading"><strong>Global Impact and Scale</strong></h2>



<p>The campaign is widespread. Investigators uncovered attacker-controlled servers containing thousands of stolen credentials linked to more than 1,000 organizations across 100+ countries and over 200 industries.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="608" src="https://firsthackersnews.com/wp-content/uploads/2026/03/image-1-1024x608.png" alt="" class="wp-image-11312" srcset="https://firsthackersnews.com/wp-content/uploads/2026/03/image-1-300x178.png 300w, https://firsthackersnews.com/wp-content/uploads/2026/03/image-1-768x456.png 768w, https://firsthackersnews.com/wp-content/uploads/2026/03/image-1-1024x608.png 1024w, https://firsthackersnews.com/wp-content/uploads/2026/03/image-1-1536x912.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">GTFire phishing campaign (Source: Group-IB)<br></figcaption></figure>



<p>Mexico has the highest number of confirmed victims, particularly in manufacturing, education, and government sectors. The United States, Spain, India, and Argentina are also significantly affected.</p>



<p>The use of trusted cloud services makes this campaign especially effective and harder to block using traditional security controls.</p>



<p>Group-IB researchers describe GTFire as a structured, large-scale credential theft operation.</p>



<p>Attackers reuse the same phishing templates across multiple brands and store stolen data on centralized servers, organized by date, language, and targeted servic</p>



<p>More than 120 phishing domains were discovered, using similar naming patterns to quickly rotate infrastructure and avoid detection.</p>



<p>Attackers customize each fake login page to closely match real brands. After victims enter their credentials, they are redirected to the legitimate website, delaying suspicion.</p>



<p>Because the campaign uses trusted Google domains, traditional URL filtering and blocklists struggle to detect it — showing how easily legitimate infrastructure can be misused for phishing.</p>



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



<p>The attack starts with a phishing email that contains a Google Translate link. This link quietly routes the victim through Google’s translation service before redirecting them to a fake login page hosted on Firebase.</p>



<figure class="wp-block-image size-full is-resized"><img decoding="async" width="624" height="571" src="https://firsthackersnews.com/wp-content/uploads/2026/03/image-2.png" alt="" class="wp-image-11313" style="width:931px;height:auto" srcset="https://firsthackersnews.com/wp-content/uploads/2026/03/image-2-300x275.png 300w, https://firsthackersnews.com/wp-content/uploads/2026/03/image-2.png 624w" sizes="(max-width: 624px) 100vw, 624px" /><figcaption class="wp-element-caption">Phishing pages display fake login error messages (Source: Group-IB)<br><br></figcaption></figure>



<p>Because the link uses a Google domain, many email filters and web gateways do not block it.</p>



<p>Attackers create many random *.web.app subdomains to host phishing pages and rotate them frequently to avoid detection. Each page is designed to look like a real brand login portal.</p>



<p>When victims enter their credentials, they are shown a fake “wrong password” message and asked to try again. Both login attempts are secretly captured and sent to attacker-controlled servers, along with basic details like location and browser language.</p>



<p>The stolen data is collected using simple, ready-made backend tools, making the campaign easy to scale.</p>



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



<p>Organizations should:</p>



<ul class="wp-block-list">
<li>Enforce phishing-resistant multi-factor authentication (MFA)</li>



<li>Train employees to recognize suspicious Google-based links</li>



<li>Monitor for unusual use of translate.goog and *.web.app domains</li>



<li>Watch for brand impersonation hosted on trusted cloud platforms</li>



<li>Share indicators of compromise with security communities and CERT teams</li>
</ul>



<p>Trusted services can be misused, so detection strategies must go beyond basic domain reputation check</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/gtfire-google-phishing-campaign/">GTFire Phishing Attack Hides Behind Google Services</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/gtfire-google-phishing-campaign/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>“Jingle Thief” Cybercrime Group Targets Cloud Gift Card Systems in Retail Sector</title>
		<link>https://firsthackersnews.com/jingle-thief-cloud-gift-card-fraud/</link>
					<comments>https://firsthackersnews.com/jingle-thief-cloud-gift-card-fraud/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Thu, 23 Oct 2025 11:52:44 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[Threat Intelligence]]></category>
		<category><![CDATA[#CloudSecurity]]></category>
		<category><![CDATA[#Cybercrime]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#GiftCardFraud]]></category>
		<category><![CDATA[#Microsoft365Security]]></category>
		<category><![CDATA[#PaloAltoNetworks]]></category>
		<category><![CDATA[#PhishingAttack]]></category>
		<category><![CDATA[#RetailSecurity]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=10550</guid>

					<description><![CDATA[<p>Cybersecurity researchers have uncovered a sophisticated cybercriminal operation dubbed “Jingle Thief,” which has been targeting cloud environments linked</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/jingle-thief-cloud-gift-card-fraud/">“Jingle Thief” Cybercrime Group Targets Cloud Gift Card Systems in Retail Sector</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Cybersecurity researchers have uncovered a sophisticated cybercriminal operation dubbed <strong>“Jingle Thief,”</strong> which has been targeting cloud environments linked to retail and consumer service organizations to carry out large-scale <strong>gift card fraud.</strong></p>



<p>According to a new analysis by <strong>Palo Alto Networks Unit 42</strong> researchers <strong>Stav Setty</strong> and <strong>Shachar Roitman</strong>, the attackers use <strong>phishing and smishing campaigns</strong> to steal employee credentials from companies that issue or manage gift cards. Once inside, they escalate privileges and issue unauthorized cards for financial gain — often reselling them on <strong>gray markets</strong>.</p>



<p>Gift cards remain a preferred target for cybercriminals due to their <strong>ease of redemption</strong>, <strong>anonymity</strong>, and <strong>traceability challenges</strong>, making such fraud difficult to investigate.</p>



<h2 class="wp-block-heading"><strong>A Seasonal Threat with Long-Term Persistence</strong></h2>



<p>The group’s name, <em>Jingle Thief</em>, stems from its pattern of ramping up fraud campaigns around <strong>holiday and festive seasons</strong>, when gift card transactions surge. Palo Alto Networks tracks the operation internally under the identifier <strong>CL-CRI-1032</strong>, with “CL” representing cluster and “CRI” indicating criminal motivation.</p>



<p>Researchers have <strong>linked Jingle Thief with moderate confidence</strong> to financially motivated actors <strong>Atlas Lion</strong> and <strong>Storm-0539</strong>, groups previously associated with operations traced back to <strong>Morocco</strong>. The threat cluster is believed to have been active since <strong>late 2021</strong>.</p>



<p>One of the most concerning traits of Jingle Thief is its <strong>long-term persistence</strong> within compromised environments — in some cases, maintaining access for <strong>over a year</strong>. During this period, attackers conduct <strong>extensive reconnaissance</strong>, map cloud infrastructures, move laterally, and implement methods to avoid detection.</p>



<h2 class="wp-block-heading"><strong>Recent Global Campaigns</strong></h2>



<p>Unit 42 reported a surge in coordinated Jingle Thief campaigns between <strong>April and May 2025</strong>, targeting multiple global enterprises. In one notable incident, the attackers compromised <strong>60 user accounts</strong> within a single organization and maintained access for <strong>approximately 10 months</strong>.</p>



<p>By exploiting stolen credentials, Jingle Thief operators <strong>impersonate legitimate users</strong> to infiltrate <strong>Microsoft 365</strong> environments, steal sensitive data, and execute <strong>high-value gift card fraud</strong> at scale. They also modify <strong>log settings</strong> and <strong>forensic trails</strong> to conceal unauthorized issuance activities.</p>



<h2 class="wp-block-heading"><strong>Phishing Tactics and Cloud Abuse</strong></h2>



<p>The group employs highly tailored phishing pages mimicking <strong>Microsoft 365 login portals</strong>, distributed via <strong>email or SMS</strong>, to harvest credentials. Once credentials are obtained, the attackers perform a <strong>second round of reconnaissance</strong> inside the organization, focusing on <strong>SharePoint</strong>, <strong>OneDrive</strong>, and internal documentation.</p>



<p>Targets include:</p>



<ul class="wp-block-list">
<li>Gift card issuance workflows</li>



<li>VPN configuration guides</li>



<li>Access credentials for Citrix or cloud systems</li>



<li>Financial process documentation</li>
</ul>



<p>Jingle Thief further <strong>leverages compromised accounts</strong> to send <strong>internal phishing emails</strong>, often disguised as <strong>IT service notifications</strong> or <strong>ticketing updates</strong>, exploiting the trust of corporate communication systems.</p>



<p>To maintain persistence, the group creates <strong>malicious inbox rules</strong> to forward emails, deletes sent messages, and even registers <strong>rogue authenticator apps</strong> to bypass <strong>multi-factor authentication (MFA)</strong>. In some cases, attackers <strong>enroll their own devices in Entra ID</strong>, ensuring continued access even after password resets.</p>



<p>Unlike many threat actors that deploy custom malware, Jingle Thief relies heavily on <strong>identity misuse</strong> and <strong>cloud-native exploitation techniques</strong>. This stealthy approach allows them to <strong>blend in with legitimate activity</strong> and <strong>evade detection tools</strong> focused on endpoint-based threats.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/jingle-thief-cloud-gift-card-fraud/">“Jingle Thief” Cybercrime Group Targets Cloud Gift Card Systems in Retail Sector</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/jingle-thief-cloud-gift-card-fraud/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Critical Oracle EBS Vulnerability CVE-2025-61882 Actively Exploited by Cl0p Ransomware Group</title>
		<link>https://firsthackersnews.com/clop-exploits-oracle-ebs-cve-2025-61882-remote-code-execution/</link>
					<comments>https://firsthackersnews.com/clop-exploits-oracle-ebs-cve-2025-61882-remote-code-execution/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 07 Oct 2025 09:33:42 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Data Breach]]></category>
		<category><![CDATA[Ransomware]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Threat Intelligence]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[Zero Day Attack]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=10523</guid>

					<description><![CDATA[<p>A critical security flaw in Oracle E-Business Suite (EBS) is being actively exploited by the Cl0p ransomware group,</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/clop-exploits-oracle-ebs-cve-2025-61882-remote-code-execution/">Critical Oracle EBS Vulnerability CVE-2025-61882 Actively Exploited by Cl0p Ransomware Group</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A critical security flaw in <strong>Oracle E-Business Suite (EBS)</strong> is being actively exploited by the <strong>Cl0p ransomware group</strong>, also known as <strong>Graceful Spider</strong>, according to a new advisory from <strong>CrowdStrike</strong>. The first known exploitation was detected on <strong>August 9, 2025</strong>.</p>



<ul class="wp-block-list">
<li><strong>SSRF</strong> (Server-Side Request Forgery) to coerce backend servers into making arbitrary requests.</li>



<li><strong>CRLF injection</strong> to insert custom headers into requests.</li>



<li><strong>Request smuggling</strong> to access internal endpoints and upload malicious templates.</li>
</ul>



<p>This attack abuses the ability of JSP files to load untrusted stylesheets, allowing arbitrary code execution. Persistent HTTP connections are used to chain multiple requests, increasing reliability and reducing detection.</p>



<p>The <strong>Cybersecurity and Infrastructure Security Agency (CISA)</strong> has added CVE-2025-61882 to its <strong>Known Exploited Vulnerabilities (KEV)</strong> catalog. The agency has warned that the vulnerability has already been used in <strong>ransomware campaigns</strong>. All federal agencies have been ordered to apply security patches by <strong>October 27, 2025</strong>.</p>



<p>Security experts have raised alarms that <strong>mass exploitation</strong> is expected within days. Cl0p has already targeted multiple organizations since August, stealing sensitive data and issuing <strong>extortion emails</strong>.</p>



<p>Organizations using Oracle EBS are being strongly advised to <strong>patch immediately</strong>, <strong>conduct threat hunts</strong>, and <strong>strengthen access controls</strong>. Delays in remediation could lead to significant <strong>data breaches</strong>, <strong>financial loss</strong>, and <strong>operational disruption</strong>.</p>



<p><strong>SEO Keywords included</strong>: Oracle E-Business Suite, CVE-2025-61882, Cl0p ransomware, remote code execution, SSRF, CRLF injection, WatchTowr Labs, CrowdStrike, CISA KEV, cybersecurity vulnerability, patch advisory.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/clop-exploits-oracle-ebs-cve-2025-61882-remote-code-execution/">Critical Oracle EBS Vulnerability CVE-2025-61882 Actively Exploited by Cl0p Ransomware Group</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/clop-exploits-oracle-ebs-cve-2025-61882-remote-code-execution/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Akira Ransomware Now Breaches MFA‑Protected SonicWall VPNs, Researchers Warn</title>
		<link>https://firsthackersnews.com/akira-ransomware-bypass-sonicwall-vpn-mfa/</link>
					<comments>https://firsthackersnews.com/akira-ransomware-bypass-sonicwall-vpn-mfa/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 29 Sep 2025 06:26:56 +0000</pubDate>
				<category><![CDATA[Ransomware]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Data Breach]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Threat Intelligence]]></category>
		<category><![CDATA[#AkiraRansomware]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#CyberThreats]]></category>
		<category><![CDATA[#DataBreach]]></category>
		<category><![CDATA[#MFABypass]]></category>
		<category><![CDATA[#RansomwareAttack]]></category>
		<category><![CDATA[#ThreatIntel]]></category>
		<category><![CDATA[#VPNSecurity]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=10519</guid>

					<description><![CDATA[<p>The Akira ransomware gang is now reportedly bypassing multi-factor authentication (MFA) protections on SonicWall VPN devices, according to</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/akira-ransomware-bypass-sonicwall-vpn-mfa/">Akira Ransomware Now Breaches MFA‑Protected SonicWall VPNs, Researchers Warn</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The Akira ransomware gang is now reportedly bypassing multi-factor authentication (MFA) protections on SonicWall VPN devices, according to a new report from cybersecurity firm Arctic Wolf. This development represents a serious escalation in the group’s tactics, as the criminals appear to be using <strong>stolen one-time password (OTP) seeds</strong> to successfully log in—even when MFA is fully enabled.</p>



<p>Arctic Wolf observed multiple incidents where SonicWall Secure Mobile Access (SMA) appliances were accessed despite OTP-based MFA being active. In each case, multiple OTP challenges were issued, but attackers still authenticated successfully, suggesting they had access to the correct OTP codes.</p>



<h2 class="wp-block-heading"><strong>Background: Zero-Day Vulnerability and CVE-2024-40766</strong></h2>



<p>These incidents follow a wave of Akira ransomware attacks earlier this year that exploited an unknown vulnerability in SonicWall&#8217;s SMA VPN appliances. At the time, the method of initial access was unclear. However, SonicWall later confirmed the attackers were exploiting a <strong>zero-day vulnerability</strong>, now tracked as <strong>CVE-2024-40766</strong>, involving <strong>improper access control</strong> in the web management interface.</p>



<p>A patch was released in <strong>August 2024</strong>, and SonicWall urged customers to upgrade to the latest versions of <strong>SonicOS 7.1.1-7040 / 7.0.1-5146</strong> and <strong>SMA 100 firmware</strong> to mitigate the issue. They also advised administrators to <strong>reset all user credentials</strong> for impacted VPN portals, particularly those not integrated with Active Directory.</p>



<p>However, Arctic Wolf’s new findings indicate that the threat actors may have <strong>already harvested OTP seed data</strong> during prior compromises—making even patched devices vulnerable if credentials were not rotated.</p>



<h2 class="wp-block-heading"><strong>OTP MFA Bypass: What Researchers Observed</strong></h2>



<p>According to Arctic Wolf’s investigation:</p>



<ul class="wp-block-list">
<li>In multiple breach incidents, <strong>VPN user logins occurred with OTP MFA enabled</strong>.</li>



<li><strong>Multiple OTP prompts were issued</strong>, yet the login was ultimately successful.</li>



<li>This behavior suggests that the attackers possessed <strong>valid OTP secrets or were able to generate valid tokens</strong> at will.</li>



<li>The exploitation was <strong>not due to a new vulnerability</strong>, but likely stemmed from previously compromised credentials and OTP seeds.</li>
</ul>



<p>This theory is supported by a <strong>June 2024 report</strong> from Google’s Threat Analysis Group (TAG) and Mandiant, which detailed how another threat group, <strong>UNC6148</strong>, used stolen OTP seeds to bypass MFA on SonicWall SMA 100 series devices—<strong>even when those systems were fully patched</strong>.</p>



<h2 class="wp-block-heading"><strong>Post-Breach Activity: Fast and Aggressive Lateral Movement</strong></h2>



<p>Once initial access was achieved, Akira operators wasted no time escalating privileges and moving laterally within victim networks. Arctic Wolf reports that:</p>



<ul class="wp-block-list">
<li><strong>Internal network scanning</strong> typically began <strong>within 5 minutes</strong> of VPN login.</li>



<li>Attackers used tools like <strong>Impacket</strong>, <strong>RDP</strong>, and <strong>Active Directory enumeration</strong> utilities including:</li>
</ul>



<ul class="wp-block-list">
<li><code>dsquery</code></li>



<li><code>SharpShares</code></li>



<li><code>BloodHound</code></li>
</ul>



<ul class="wp-block-list">
<li>A high-priority target was the <strong>Veeam Backup &amp; Replication server</strong>, a critical system used for managing backup infrastructure.The threat actors deployed <strong>custom PowerShell scripts</strong> to:</li>



<li><strong>Extract and decrypt credentials</strong> from Veeam, MSSQL, and PostgreSQL databases.</li>



<li>Retrieve <strong>Data Protection API (DPAPI) secrets</strong> to further compromise systems.</li>
</ul>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/akira-ransomware-bypass-sonicwall-vpn-mfa/">Akira Ransomware Now Breaches MFA‑Protected SonicWall VPNs, Researchers Warn</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/akira-ransomware-bypass-sonicwall-vpn-mfa/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ComicForm and SectorJ149 Hackers Ramp Up Eurasian Cyberattacks with Formbook Malware Deployment</title>
		<link>https://firsthackersnews.com/comicform-sectorj149-formbook-malware-attacks/</link>
					<comments>https://firsthackersnews.com/comicform-sectorj149-formbook-malware-attacks/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 23 Sep 2025 06:28:51 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[cyberattack]]></category>
		<category><![CDATA[Data Breach]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[Threat Intelligence]]></category>
		<category><![CDATA[#ComicForm]]></category>
		<category><![CDATA[#CyberAttacks]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#FormbookMalware]]></category>
		<category><![CDATA[#Malware]]></category>
		<category><![CDATA[#phishing]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=10512</guid>

					<description><![CDATA[<p>In a series of escalating cyber threats, two distinct hacking groups— the newly identified ComicForm and the pro-Russian</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/comicform-sectorj149-formbook-malware-attacks/">ComicForm and SectorJ149 Hackers Ramp Up Eurasian Cyberattacks with Formbook Malware Deployment</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In a series of escalating cyber threats, two distinct hacking groups— the newly identified ComicForm and the pro-Russian SectorJ149—have been deploying the notorious Formbook malware in targeted phishing campaigns across Eurasia and beyond. These attacks, which began as early as April 2025 for ComicForm and November 2024 for SectorJ149, are hitting critical sectors including finance, manufacturing, and energy, raising alarms about potential data breaches and geopolitical motivations.</p>



<p>The campaigns highlight a sophisticated blend of social engineering and technical evasion tactics. ComicForm, a previously undocumented group, has focused on organizations in Belarus, Kazakhstan, and Russia since April 2025, targeting industries such as industrial operations, finance, tourism, biotechnology, research, and trade. Meanwhile, SectorJ149—also tracked as UAC-0050—has shifted from financial cybercrime to hacktivist-style operations against South Korean entities in manufacturing, energy, and semiconductors. Both groups leverage Formbook, an infostealer malware capable of harvesting credentials, sensitive data, and system information, often alongside tools like Lumma Stealer and Remcos RAT.</p>



<p>Security researchers from F6 and NSHC&#8217;s ThreatRecon Team have uncovered these operations, noting the groups&#8217; use of obfuscated loaders, scheduled tasks, and phishing lures to bypass defenses like Microsoft Defender.</p>



<h2 class="wp-block-heading"><strong>ComicForm&#8217;s Phishing Onslaught</strong></h2>



<p>ComicForm&#8217;s attacks kick off with tailored phishing emails in Russian or English, using innocuous subject lines such as &#8220;Waiting for the signed document,&#8221; &#8220;INvoice for Payment,&#8221; or &#8220;Reconciliation Act for Signature.&#8221; These messages originate from domains in .ru, .by, and .kz, containing RAR archives disguised as PDFs—files like &#8220;Акт_сверки pdf 010.exe.&#8221;</p>



<p>Once executed, the .NET-based loader deploys a chain of malicious DLLs (&#8220;MechMatrix Pro.dll&#8221; and &#8220;Montero.dll&#8221;), ultimately installing Formbook. The malware sets up persistence via scheduled tasks and adds exclusions in antivirus software to avoid detection. A quirky hallmark: embedded Tumblr links to superhero comic GIFs (e.g., Batman), which inspired the group&#8217;s name but play no active role in attacks. As F6 researcher Vladislav Kugan explained, &#8220;These images were not used in any attack, but were merely part of the malware code.&#8221;</p>



<p>Recent escalations include fake login pages mimicking document management services. In July 2025, emails from a Kazakhstan industrial firm redirected victims to credential-harvesting sites. JavaScript on these pages auto-fills email fields from URL parameters, pulls domain screenshots via screenshotapi.net for realism, and sends stolen data via HTTP POST. Earlier hits targeted a Belarusian bank in April and a Kazakhstan company in June, with lures like invoice-themed forms capturing emails and phone numbers.</p>



<p>The use of English emails signals ComicForm&#8217;s potential expansion beyond Russian-speaking regions, per F6 analysis: &#8220;The group attacks Russian, Belarusian, and Kazakh companies from various sectors, and the use of English-language emails suggests that the attackers are also targeting organizations in other countries.&#8221;</p>



<h2 class="wp-block-heading"><strong>SectorJ149&#8217;s Spear-Phishing Shift</strong></h2>



<p>Operating since November 2024, SectorJ149 employs spear-phishing against South Korean executives, baiting them with emails about production facility purchases or quotation requests. Attachments come as Microsoft CAB archives containing Visual Basic Scripts that trigger PowerShell commands to download disguised JPG files from Bitbucket or GitHub repositories.</p>



<p>These files unpack loaders that fetch, decrypt, and execute additional payloads from remote URLs—disguised as .txt files—leading to in-memory deployment of Formbook, Lumma Stealer, and Remcos RAT. NSHC&#8217;s ThreatRecon Team detailed the process: &#8220;The PE Malware executed directly in the memory area is a loader-type Malware that downloads additional malicious data disguised as a text file (.txt) through a URL included in the provided parameter values, decrypts it, and then generates and executes the PE Malware.&#8221;</p>



<p>What sets SectorJ149 apart is its evolving motive. Previously profit-driven, recent activities carry a &#8220;strong hacktivist nature,&#8221; using hacks to push political, social, or ideological messages against Korean targets.</p>



<h2 class="wp-block-heading"><strong>Broader Impact and Implications</strong></h2>



<p>These campaigns underscore the risks to Eurasian infrastructure, with Formbook&#8217;s credential theft enabling further espionage or ransomware. No specific victim disclosures beyond general sectors have surfaced, but the attacks&#8217; precision suggests insider knowledge or reconnaissance.</p>



<p>Experts warn of rising state-affiliated threats in the region, exacerbated by geopolitical tensions. While ComicForm appears opportunistic, SectorJ149&#8217;s hacktivist leanings could signal broader hybrid warfare tactics.</p>



<h3 class="wp-block-heading"></h3>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/comicform-sectorj149-formbook-malware-attacks/">ComicForm and SectorJ149 Hackers Ramp Up Eurasian Cyberattacks with Formbook Malware Deployment</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/comicform-sectorj149-formbook-malware-attacks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
