<?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="https://www.jain.com/assets/img/6adafce5-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>Gunra &#8211; Jain.com</title>
	<atom:link href="/tag/gunra/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Data centers, connectivity, and security — news and analysis</description>
	<lastBuildDate>Sat, 26 Sep 2026 12:08:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>/wp-content/uploads/2026/08/jain-com-icon-512-150x150.png</url>
	<title>Gunra &#8211; Jain.com</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Gunra&#8217;s 10 p.m.–6 a.m. Pattern Shows Why Edge Appliance Logs Belong Off the Box</title>
		<link>/gunra-ransomware-advisory-fbi-cisa-south-korea-vpn-firewall-exploits/</link>
		
		<dc:creator><![CDATA[Deepak Jain]]></dc:creator>
		<pubDate>Wed, 12 Aug 2026 16:00:00 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[CISA]]></category>
		<category><![CDATA[critical infrastructure]]></category>
		<category><![CDATA[FBI]]></category>
		<category><![CDATA[Gunra]]></category>
		<category><![CDATA[Incident Response]]></category>
		<category><![CDATA[ransomware]]></category>
		<category><![CDATA[VPN security]]></category>
		<guid isPermaLink="false">/gunra-ransomware-advisory-fbi-cisa-south-korea-vpn-firewall-exploits/</guid>

					<description><![CDATA[A joint US–South Korean advisory on Gunra ransomware says the group breaks in through VPN and firewall appliances, steals data, then encrypts it. Because it wipes logs and works 10 p.m. to 6 a.m., edge-appliance logs shipped off the device and watched overnight are one of the few early warnings left.]]></description>
										<content:encoded><![CDATA[<div class="jain-post-grid">
<div class="jain-post-main">
<section class="jain-tldr" aria-label="Plain-English summary">
<p class="jain-tldr-kicker">TL;DR · 30-second read</p>
<h2>The Short Version</h2>
<p>Government agencies in the United States and South Korea have jointly warned about a criminal hacking group called Gunra. It breaks into organizations, copies their private files, locks everything up, then demands payment, threatening to publish or sell the stolen files if victims refuse.</p>
<p>Its main way in is the security equipment that lets employees log in to work networks from home. Once inside, it erases its tracks and works overnight, between 10 at night and 6 in the morning.</p>
<p>Hospitals, banks, utilities and universities are among its targets. One bright spot: a flaw in one version lets some victims unlock files without paying.</p>
</section>
<p>Industrial Cyber reported that the FBI, the Cybersecurity and Infrastructure Security Agency (CISA), the Department of Defense Cyber Crime Center (DC3), the National Security Agency (NSA), the US Secret Service and South Korea&#8217;s National Police Agency (KNPA) released a joint advisory Monday on Gunra, a ransomware operation derived from leaked Conti source code. Gunra steals data, encrypts systems and threatens to publish or sell the stolen data on its leak site, with victims listed across the Americas, Europe, the Middle East, Africa and the Asia-Pacific region.</p>
<p>The advisory says Gunra gets in mainly by exploiting known flaws in internet-facing firewall and VPN appliances, including two authentication-bypass vulnerabilities in specific FortiOS and FortiProxy versions (CVE-2024-55591 and CVE-2025-24472), deletes logs to hide, and works primarily between 10 p.m. and 6 a.m.</p>
<h2>Executive Summary</h2>
<p>Six US and South Korean agencies have published a detailed account of how Gunra ransomware operates, from initial access to extortion. Gunra emerged in April 2025, added a Linux variant by mid-2025, and by early 2026 had become a ransomware-as-a-service operation that recruits affiliates on dark web forums. Its leak site lists victims in more than ten sectors, including healthcare, finance, utilities, transportation and government.</p>
<p>For infrastructure operators, the advisory&#8217;s significance is where the attack begins and how it hides. Entry runs through the edge: firewall and VPN appliances with known vulnerabilities, default credentials or weak access controls. Once inside, the actors delete system and network access logs, clear command history, work overnight and run an encryptor that produces no observable network indicators. That combination leaves appliance logs held somewhere the attacker cannot reach, and watched after hours, among the most useful signals a defender has.</p>
<p>The advisory also contains a rare point in defenders&#8217; favor: as of March 2026, Gunra&#8217;s Linux variants use weak, time-seeded randomness that lets encryption keys be reconstructed and files recovered without payment, though that does nothing about data already stolen.</p>
<h2>The Front Door Is the Security Appliance Itself</h2>
<p>The most consequential detail for infrastructure operators is how Gunra gets in. The FBI observed the group obtaining initial access primarily by exploiting known vulnerabilities in internet-facing devices, including firewall and VPN appliances, and named two authentication-bypass flaws in specific FortiOS and FortiProxy versions: CVE-2024-55591 and CVE-2025-24472. An authentication bypass lets an attacker reach functions that should require a login without valid credentials. South Korea&#8217;s National Police Agency separately observed Gunra exploiting credential exposure and Secure Shell (SSH) access-control weaknesses on internet-facing VPN gateways.</p>
<p>The intrusion the agencies describe shows how modest the first step can be: default credentials on an SSL-VPN appliance, the encrypted gateway remote staff use to reach internal systems, with no account lockout to stop repeated guessing. After compromising an administrator workstation, the actors reached the appliance&#8217;s administrative console, found an unused account with access to both external and internal networks, and modified it to skip a mandatory password change, creating a persistent backdoor that looks like an ordinary account.</p>
<p>For data center, colocation and network operators, firewalls and VPN concentrators sit at the boundary of nearly everything they run, including remote administration paths into their own environments. Because both named CVEs are known vulnerabilities, the defense here is patch cadence and asset inventory rather than anything exotic. The practical test is whether an operator can list every internet-facing appliance it owns, its firmware version and every account configured on it, including dormant ones.</p>
<h2>Why Edge Appliance Logs Belong Off the Box</h2>
<p>Gunra is built to leave few traces where defenders usually look. According to the advisory, the actors delete system and network access logs and clear command history while active, conduct reconnaissance and encryption primarily between 10 p.m. and 6 a.m., and run the encryptor as a self-contained binary that produces no observable network indicators. Data is exfiltrated before encryption, so by the time files lock, the extortion leverage has already left the network.</p>
<p>Taken together, those facts narrow the useful evidence to a short list, and the advisory&#8217;s own incident-response guidance points at it: review network appliance logs for anomalous privileged activity and audit file creation to detect exfiltration. Logs that exist only on the compromised appliance or host are exactly what the actors delete. Logs forwarded in near real time to a separate, access-controlled collector survive that deletion, and they only help if someone, or an automated rule, is watching during the overnight window the group favors.</p>
<p>This falls hardest on organizations that run round-the-clock infrastructure with thin overnight staffing, and on managed service providers that administer appliances for many customers. An after-hours login to a VPN administrative console, a dormant account suddenly modified, or a change to appliance traffic controls are low-volume events that are straightforward to alert on, provided the record sits where the attacker cannot erase it. None of this is new practice, but Gunra&#8217;s combination of edge entry, log wiping and night-time activity turns off-device logging from a best-practice line item into the difference between catching the intrusion before encryption and discovering it from a ransom note.</p>
<h2>MFA and Credentials Fail at the Seams</h2>
<p>The advisory is a reminder that multi-factor authentication (MFA) protects a login step, not the systems behind it. Against one victim, Gunra modified files on the virtual desktop infrastructure (VDI) authentication portal, the gateway to remotely hosted desktops, so it would accept a designated one-time password. The actors also manipulated SSL-VPN traffic controls to harvest credentials and session cookies, hijacked sessions to impersonate legitimate users, and entered the internal VDI environment with stolen session tokens.</p>
<p>Inside, the playbook targets the identity core. Using Impacket libraries over SMB, the Windows file-sharing protocol, the actors moved laterally to the VDI authentication server, the Active Directory server that governs who can access what, and IT staff desktops. They ran secretsdump.py against the NTDS database where domain controllers store password hashes, enabling pass-the-hash and pass-the-ticket attacks that reuse stolen credentials without cracking them. At one victim they reached a Hiware system access control server over SSH and stole the symmetric key needed to decrypt enterprise server credentials stored in its database.</p>
<p>The operational lesson is that authentication portals, privileged-access systems and key stores are high-value targets in their own right and warrant the same integrity monitoring and segmentation as production systems. The agencies&#8217; recommendations map onto each step: least-privilege administrative rights, audits for unrecognized accounts, MFA on all services with emphasis on VPNs and webmail, network segmentation to restrict lateral movement, and disabling command-line and scripting activity where possible.</p>
<h2>A Flaw in the Linux Encryptor, With Limits</h2>
<p>One finding cuts in defenders&#8217; favor. As of March 2026, the advisory says, Gunra&#8217;s Linux ELF variants use a weak pseudorandom number generator seeded with predictable system time, allowing defenders to mathematically reconstruct keys from file timestamps and recover files without paying. That is relevant to infrastructure operators because Linux underpins much of the server estate, and Gunra introduced its Linux variant in mid-2025 as it moved toward cross-platform targeting.</p>
<p>The limits matter. The weakness is described for the Linux variants as of a specific date, and ransomware-as-a-service operations, which rent their tooling to affiliates, can ship revised builds. Key recovery also does nothing about stolen data: the threat to publish or sell it stands regardless. Offline, immutable backups kept in a physically separate, segmented location, and tested, remain the control that makes recovery independent of both the attacker&#8217;s cooperation and the attacker&#8217;s mistakes.</p>
<h2>Background</h2>
<p>Gunra traces its code to Conti, a prolific ransomware operation whose source code leaked in 2022 and has since been reused by several groups. Gunra appeared in April 2025 focused on Windows systems, introduced a Linux variant by mid-2025, and by early 2026 had adopted a ransomware-as-a-service model, in which core developers supply the malware and infrastructure while recruited affiliates carry out intrusions in exchange for a share of ransoms.</p>
<p>Joint advisories from US agencies and foreign partners are a standard way of publishing attacker techniques, indicators and mitigations for a specific ransomware family. They typically align recommendations with CISA and NIST&#8217;s cross-sector cybersecurity performance goals, a baseline of practices such as patching internet-facing systems, maintaining offline backups, enforcing multi-factor authentication and segmenting networks.</p>
<section class="jain-sources" aria-label="Sources">
<h2>Sources</h2>
<p>Source: <a href="https://news.google.com/rss/articles/CBMi3wFBVV95cUxNeVBwRlMtaU9PZERxZmc0a3dDUTQwX0hJcTJsX2VZUm9MbVJzTm9rYXctMWQtc0k0R1VRMlZqZnFURk5sZnBDM0VNSTMwWE52cno5YmRNbWcyZzB5dDNYYXdjVHFwR2xGY0ZJMmZjSVBOdnV2cFdRRkxpeEktTTZWN1lDV1I1OEhZaEhIMHVyLVlmOGlaM0VNbzlnM2dtNWUtV3gtUk9Da3NMWG1rTWdWd1o2NFhfR3ZyM25yNW5TNFpSU0ZiYUZWNjAxbDJzTzhGSmE3LVZadVJ6NUs1ZFdv?oc=5">Gunra ransomware expands globally as US, South Korean agencies warn of data theft, encryption and extortion tactics</a> — Industrial Cyber&#8217;s report on the joint FBI, CISA, DC3, NSA, Secret Service and Korean National Police Agency advisory on Gunra ransomware.</p>
</section>
</div>
<aside class="jain-rail">
<section class="jain-gaps" aria-label="What the release does not say">
<p class="jain-gaps-kicker">⚠ What They Aren’t Saying</p>
<h2>What the Release Doesn&#8217;t Say</h2>
<ul>
<li><strong>Scale.</strong> The agencies have described Gunra&#8217;s reach in terms of regions and sectors. How many organizations have been hit, how many paid, and how much has been extorted are the figures that would show whether Gunra is a mid-tier operation or a major one.</li>
<li><strong>Durability of the Linux key-recovery flaw.</strong> The agencies date the weak-randomness finding to March 2026. Whether later Linux builds have corrected it, and whether the Windows encryptor has any comparable weakness, determines how much weight defenders can place on it.</li>
<li><strong>Edge exposure.</strong> How many internet-facing FortiOS and FortiProxy devices remain unpatched against CVE-2024-55591 and CVE-2025-24472, and how widely VPN appliances are still deployed with default credentials and no lockout, are open questions for appliance vendors and the operators who run the equipment.</li>
<li><strong>Operational technology.</strong> Utilities and critical manufacturing appear among victim sectors, while the intrusion detailed by the agencies centres on IT systems. Whether any Gunra intrusion has reached industrial control or other operational systems is a question those sectors will want addressed.</li>
</ul>
</section>
<section class="jain-faq">
<h2>Frequently Asked Questions</h2>
<h3>What is Gunra ransomware?</h3>
<p>Gunra is a double-extortion ransomware operation that emerged in April 2025 and is derived from leaked Conti source code. It steals data, encrypts systems and threatens to publish or sell the stolen data unless a ransom is paid. By early 2026 it had become a ransomware-as-a-service model recruiting affiliates.</p>
<h3>Which agencies issued the joint Gunra advisory?</h3>
<p>The FBI, the Cybersecurity and Infrastructure Security Agency (CISA), the Department of Defense Cyber Crime Center (DC3), the National Security Agency (NSA), the US Secret Service and South Korea&#8217;s National Police Agency (KNPA) issued it jointly.</p>
<h3>How does Gunra get into victim networks?</h3>
<p>Mainly by exploiting known vulnerabilities in internet-facing firewall and VPN appliances, including CVE-2024-55591 and CVE-2025-24472 in specific FortiOS and FortiProxy versions. The agencies also observed default credentials, exposed credentials and weak SSH access controls on VPN gateways being used.</p>
<h3>What does double extortion mean?</h3>
<p>The attackers copy sensitive data before encrypting systems, giving them two levers: payment to restore access, and payment to keep the stolen data from being published or sold. Gunra threatens to publish or sell victim data on its dedicated leak site.</p>
<h3>How do Gunra&#x27;s ransom negotiations work?</h3>
<p>A ransom note in every affected directory points victims to a Tor-based negotiation portal, where they receive a Client ID and initial password. They are then told to contact the actors through qTox, an encrypted messaging app, and negotiate within five to seven days.</p>
<h3>Which sectors has Gunra targeted?</h3>
<p>Victims on its leak site include healthcare and public health, financial services and insurance, critical manufacturing and construction, transportation and logistics, government, utilities, academia, media and communications, retail, and professional and nonprofit services.</p>
<h3>Where are Gunra&#x27;s victims located?</h3>
<p>Victims listed on the group&#8217;s leak site span the Americas, Europe, the Middle East, Africa and the Asia-Pacific region, which is why the agencies describe the operation as expanding globally.</p>
<h3>Why does Gunra matter to data center and network operators?</h3>
<p>Its main entry point is the edge appliance, the firewalls and VPN gateways that sit at the boundary of every facility and network. Once inside, it targets identity systems such as Active Directory and privileged-access servers, which also govern access to infrastructure management.</p>
<h3>How does Gunra avoid detection?</h3>
<p>It deletes system and network access logs, clears command history, works mainly between 10 p.m. and 6 a.m., and runs as a self-contained binary with no observable network indicators. It also checks for debuggers to hinder analysis of the malware.</p>
<h3>Why should appliance logs be stored off the device?</h3>
<p>Gunra deletes logs on the systems it controls. Logs forwarded promptly to a separate, protected collector survive that deletion, and the agencies&#8217; response guidance specifically calls for reviewing network appliance logs for anomalous privileged activity.</p>
<h3>How did Gunra get around multi-factor authentication?</h3>
<p>At one victim, it modified files on the virtual desktop authentication portal so the portal accepted a designated one-time password. It also harvested session cookies from VPN appliances and hijacked sessions to impersonate legitimate users.</p>
<h3>Can Gunra victims recover files without paying?</h3>
<p>In some cases. As of March 2026, Gunra&#8217;s Linux variants use weak, time-seeded randomness, so keys can be reconstructed from file timestamps. That does not stop the leak threat for stolen data, and tested offline backups remain the dependable recovery path.</p>
<h3>What should organizations do first to defend against Gunra?</h3>
<p>Patch known exploited vulnerabilities on internet-facing VPN gateways and remote desktop systems, keep offline immutable backups in a separate segmented location, segment networks, require MFA on all services, audit for unrecognized accounts and restrict admin privileges.</p>
<h3>What should an organization do if it suspects a Gunra intrusion?</h3>
<p>Isolate compromised hosts, hunt for the intrusion&#8217;s scope by reviewing appliance logs and auditing file creation, collect ransom notes, report to the FBI, disable actor-controlled accounts, secure privileged accounts and use CISA&#8217;s Eviction Strategies Tool to plan countermeasures.</p>
<h3>What are CISA&#x27;s cross-sector cybersecurity performance goals?</h3>
<p>They are a baseline set of security practices developed by CISA with NIST for organizations of all sectors. The Gunra advisory aligns its recommended mitigations to these goals and urges organizations to adopt them.</p>
</section>
</aside>
</div>
<p><script type="application/ld+json">{"@context": "https://schema.org", "@graph": [{"@type": "NewsArticle", "headline": "Gunra's 10 p.m.\u20136 a.m. Pattern Shows Why Edge Appliance Logs Belong Off the Box", "description": "A joint US\u2013South Korean advisory on Gunra ransomware says the group breaks in through VPN and firewall appliances, steals data, then encrypts it. Because it wipes logs and works 10 p.m. to 6 a.m., edge-appliance logs shipped off the device and watched overnight are one of the few early warnings left.", "image": ["/wp-content/uploads/2026/09/gunra-ransomware-advisory-vpn-firewall-edge-logs.webp"], "author": {"@type": "Organization", "name": "jain.com Editorial"}, "datePublished": "2026-09-26T12:08:31.701975+00:00"}, {"@type": "FAQPage", "mainEntity": [{"@type": "Question", "name": "What is Gunra ransomware?", "acceptedAnswer": {"@type": "Answer", "text": "Gunra is a double-extortion ransomware operation that emerged in April 2025 and is derived from leaked Conti source code. It steals data, encrypts systems and threatens to publish or sell the stolen data unless a ransom is paid. By early 2026 it had become a ransomware-as-a-service model recruiting affiliates."}}, {"@type": "Question", "name": "Which agencies issued the joint Gunra advisory?", "acceptedAnswer": {"@type": "Answer", "text": "The FBI, the Cybersecurity and Infrastructure Security Agency (CISA), the Department of Defense Cyber Crime Center (DC3), the National Security Agency (NSA), the US Secret Service and South Korea's National Police Agency (KNPA) issued it jointly."}}, {"@type": "Question", "name": "How does Gunra get into victim networks?", "acceptedAnswer": {"@type": "Answer", "text": "Mainly by exploiting known vulnerabilities in internet-facing firewall and VPN appliances, including CVE-2024-55591 and CVE-2025-24472 in specific FortiOS and FortiProxy versions. The agencies also observed default credentials, exposed credentials and weak SSH access controls on VPN gateways being used."}}, {"@type": "Question", "name": "What does double extortion mean?", "acceptedAnswer": {"@type": "Answer", "text": "The attackers copy sensitive data before encrypting systems, giving them two levers: payment to restore access, and payment to keep the stolen data from being published or sold. Gunra threatens to publish or sell victim data on its dedicated leak site."}}, {"@type": "Question", "name": "How do Gunra's ransom negotiations work?", "acceptedAnswer": {"@type": "Answer", "text": "A ransom note in every affected directory points victims to a Tor-based negotiation portal, where they receive a Client ID and initial password. They are then told to contact the actors through qTox, an encrypted messaging app, and negotiate within five to seven days."}}, {"@type": "Question", "name": "Which sectors has Gunra targeted?", "acceptedAnswer": {"@type": "Answer", "text": "Victims on its leak site include healthcare and public health, financial services and insurance, critical manufacturing and construction, transportation and logistics, government, utilities, academia, media and communications, retail, and professional and nonprofit services."}}, {"@type": "Question", "name": "Where are Gunra's victims located?", "acceptedAnswer": {"@type": "Answer", "text": "Victims listed on the group's leak site span the Americas, Europe, the Middle East, Africa and the Asia-Pacific region, which is why the agencies describe the operation as expanding globally."}}, {"@type": "Question", "name": "Why does Gunra matter to data center and network operators?", "acceptedAnswer": {"@type": "Answer", "text": "Its main entry point is the edge appliance, the firewalls and VPN gateways that sit at the boundary of every facility and network. Once inside, it targets identity systems such as Active Directory and privileged-access servers, which also govern access to infrastructure management."}}, {"@type": "Question", "name": "How does Gunra avoid detection?", "acceptedAnswer": {"@type": "Answer", "text": "It deletes system and network access logs, clears command history, works mainly between 10 p.m. and 6 a.m., and runs as a self-contained binary with no observable network indicators. It also checks for debuggers to hinder analysis of the malware."}}, {"@type": "Question", "name": "Why should appliance logs be stored off the device?", "acceptedAnswer": {"@type": "Answer", "text": "Gunra deletes logs on the systems it controls. Logs forwarded promptly to a separate, protected collector survive that deletion, and the agencies' response guidance specifically calls for reviewing network appliance logs for anomalous privileged activity."}}, {"@type": "Question", "name": "How did Gunra get around multi-factor authentication?", "acceptedAnswer": {"@type": "Answer", "text": "At one victim, it modified files on the virtual desktop authentication portal so the portal accepted a designated one-time password. It also harvested session cookies from VPN appliances and hijacked sessions to impersonate legitimate users."}}, {"@type": "Question", "name": "Can Gunra victims recover files without paying?", "acceptedAnswer": {"@type": "Answer", "text": "In some cases. As of March 2026, Gunra's Linux variants use weak, time-seeded randomness, so keys can be reconstructed from file timestamps. That does not stop the leak threat for stolen data, and tested offline backups remain the dependable recovery path."}}, {"@type": "Question", "name": "What should organizations do first to defend against Gunra?", "acceptedAnswer": {"@type": "Answer", "text": "Patch known exploited vulnerabilities on internet-facing VPN gateways and remote desktop systems, keep offline immutable backups in a separate segmented location, segment networks, require MFA on all services, audit for unrecognized accounts and restrict admin privileges."}}, {"@type": "Question", "name": "What should an organization do if it suspects a Gunra intrusion?", "acceptedAnswer": {"@type": "Answer", "text": "Isolate compromised hosts, hunt for the intrusion's scope by reviewing appliance logs and auditing file creation, collect ransom notes, report to the FBI, disable actor-controlled accounts, secure privileged accounts and use CISA's Eviction Strategies Tool to plan countermeasures."}}, {"@type": "Question", "name": "What are CISA's cross-sector cybersecurity performance goals?", "acceptedAnswer": {"@type": "Answer", "text": "They are a baseline set of security practices developed by CISA with NIST for organizations of all sectors. The Gunra advisory aligns its recommended mitigations to these goals and urges organizations to adopt them."}}]}]}</script></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
