<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Cybersecurity News and Magazine</title>
	<atom:link href="https://thecyberexpress.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://thecyberexpress.com</link>
	<description>Trending Cybersecurity News, Updates, Magazine and More.</description>
	<lastBuildDate>Mon, 08 Jun 2026 11:29:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://thecyberexpress.com/wp-content/uploads/tce-favicon-75x75.jpg?crop=1</url>
	<title>The Cyber Express</title>
	<link>https://thecyberexpress.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">208869986</site>	<itunes:explicit>no</itunes:explicit><itunes:subtitle>Trending Cybersecurity News, Updates, Magazine and More.</itunes:subtitle><item>
		<title>Is OpenAI’s New Lockdown Mode an Admission That Default ChatGPT Was Never Safe Enough?</title>
		<link>https://thecyberexpress.com/lockdown-mode-means-default-chatgpt-wasnt-safe/</link>
		
		<dc:creator><![CDATA[Mihir Bagwe]]></dc:creator>
		<pubDate>Mon, 08 Jun 2026 10:18:17 +0000</pubDate>
				<category><![CDATA[Cyber News]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Firewall Daily]]></category>
		<category><![CDATA[ChatGPT]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[Lockdown Mode]]></category>
		<category><![CDATA[OpenAI]]></category>
		<guid isPermaLink="false">https://thecyberexpress.com/?p=112580</guid>

					<description><![CDATA[<p><img width="1000" height="666" src="https://thecyberexpress.com/wp-content/uploads/SearchGPT.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="SearchGPT, OpenAI, Sam Altman, Lockdown Mode" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/SearchGPT.jpg 1000w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-300x200.jpg 300w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-768x511.jpg 768w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-600x400.jpg 600w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-150x100.jpg 150w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-750x500.jpg 750w, https://thecyberexpress.com/wp-content/uploads/SearchGPT.avif 1000w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-300x200.avif 300w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-768x511.avif 768w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-600x400.avif 600w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-150x100.avif 150w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-750x500.avif 750w" sizes="(max-width: 1000px) 100vw, 1000px" title="Is OpenAI&#039;s New Lockdown Mode an Admission That Default ChatGPT Was Never Safe Enough? 1"></p><p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">OpenAI introduced two new protections designed to help users and organizations mitigate prompt injection attacks when it <a href="https://thecyberexpress.com/openai-new-lockdown-mode/" target="_blank" rel="nofollow noopener">launched</a> Lockdown Mode in February. Last week, the LLM giant <a href="https://help.openai.com/en/articles/20001061-lockdown-mode" target="_blank" rel="nofollow noopener">announced</a> rollout of Lockdown Mode to all personal ChatGPT accounts, including Free, Go, Plus, and Pro, and also self-serve ChatGPT Business accounts. Users can enable it from ChatGPT Settings under Security.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The rollout is notable not just for what Lockdown Mode does, but for what its existence concedes.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Does the existence of Lockdown Mode imply that ChatGPT, in its default settings, does not provide robust protection against sufficiently determined <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-data/"   title="data" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28631">data</a> exfiltration attacks. OpenAI does not seem to dispute this. Lockdown Mode is designed to help prevent the final stage of data exfiltration from a prompt injection attack by limiting outbound network requests that could transfer sensitive data to an attacker. Lockdown Mode does not prevent prompt injections from appearing in the content ChatGPT processes.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">That distinction matters enormously. Lockdown Mode is not an anti-injection control. It is a last-line-of-defense control. OpenAI is not stopping malicious instructions from reaching the model — it is blocking the network paths those instructions might use to smuggle data out. The attack still happens; the payload just has nowhere to go.</p>

<h5>Also read: <a href="https://thecyberexpress.com/openai-new-lockdown-mode/">OpenAI’s New Enterprise Security Mode Locks Down ChatGPT Against Prompt Injection</a></h5>
<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>What Prompt Injection Actually Is</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Prompt injection is the attack class Lockdown Mode is designed to constrain. In these attacks, a third party attempts to mislead a conversational AI system into following malicious instructions or revealing sensitive information.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In a connected AI system — one that browses the web, processes documents, or interacts with external tools — the attack surface is every piece of external content the model touches. A malicious instruction embedded in a webpage, a PDF, a calendar invite, or a shared <a class="wpil_keyword_link" href="https://thecyberexpress.com/how-to-password-protect-a-word-document/"   title="document" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28628">document</a> can hijack the model's behavior without the user ever knowing it happened. The model reads the injected instruction, treats it as a legitimate command, and acts accordingly — potentially exfiltrating whatever is in the conversation window to an attacker-controlled endpoint via a web request.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As AI systems become more capable and connected, this threat class has moved from academic demonstration to production risk. Agent Mode, Deep Research, live web browsing, and file connectors all dramatically expand the surface area available for injection attacks — and all of them represent outbound network paths a compromised model could abuse.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>What Lockdown Mode Disables and Why</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">When enabled, the Lockdown Mode limits or turns off certain features that connect ChatGPT to the web or external services, including live web access, image support in responses, Deep Research including shopping research, Agent Mode, Canvas networking, live connectors and file downloads.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Each disabled feature maps directly to an exploitation pathway. Live web access allows the model to retrieve attacker-controlled content. Agent Mode allows autonomous multi-step actions, meaning an injected instruction has more time and capability to execute before a human notices. File downloads create an outbound data transfer channel. Image support in responses can encode and transmit data through image URLs. Disabling all of them simultaneously removes the most exploitable exfiltration paths without modifying the model itself.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The tradeoff is real. Lockdown Mode disables several important features, including Deep Research and live web access. If you rely on up-to-date information, advanced workflows, or multi-step research tools, enabling it may limit your productivity in certain parameters. OpenAI is explicit that this is a deliberate trade — capability for <a class="wpil_keyword_link" href="https://thecyberexpress.com/"   title="security" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28629">security</a> surface reduction — and that it is designed for people and organizations that handle sensitive data and want stricter protection from data exfiltration risks related to prompt injection.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Lockdown Mode is for Whom?</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Lockdown Mode is aimed at people facing elevated digital risk, including journalists, activists, and users working in sensitive environments. To that population, add legal, financial, and healthcare professionals who paste client or patient documents into ChatGPT; executives whose conversations contain strategic or deal-sensitive information; security analysts who process <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/different-types-of-threat-intelligence/" target="_blank"  rel="noopener" title="threat intelligence" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28630">threat intelligence</a> in AI workflows; and any organization operating under data residency or confidentiality obligations that prohibit third-party data transmission.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">For folks who have an elevated risk profile due to who they are, what they work on, or the types of data they work with, it's an excellent tool for further securing themselves. This has some tradeoffs on functionality and utility, but for these users, the tradeoff is worthwhile.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">For everyone else, as AI systems take on more complex tasks — especially those that involve the web and connected apps — the security stakes change. Lockdown Mode going to all personal accounts is the right moment for every user who regularly pastes sensitive material into ChatGPT to make an explicit, informed decision about whether the productivity features they are trading away are worth more than the exfiltration risk they are trading for.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Lockdown Mode is available now across all ChatGPT account types. It can be enabled from <em>Settings → Safety and security → Advanced security → Lockdown Mode toggle</em>, with a per-session override in the header for moments when a connected feature is needed for a lower-risk task.</p>]]></description>
										<content:encoded><![CDATA[<p><img width="1000" height="666" src="https://thecyberexpress.com/wp-content/uploads/SearchGPT.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="SearchGPT, OpenAI, Sam Altman, Lockdown Mode" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/SearchGPT.jpg 1000w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-300x200.jpg 300w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-768x511.jpg 768w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-600x400.jpg 600w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-150x100.jpg 150w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-750x500.jpg 750w, https://thecyberexpress.com/wp-content/uploads/SearchGPT.avif 1000w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-300x200.avif 300w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-768x511.avif 768w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-600x400.avif 600w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-150x100.avif 150w, https://thecyberexpress.com/wp-content/uploads/SearchGPT-750x500.avif 750w" sizes="(max-width: 1000px) 100vw, 1000px" title="Is OpenAI&#039;s New Lockdown Mode an Admission That Default ChatGPT Was Never Safe Enough? 2"></p><p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">OpenAI introduced two new protections designed to help users and organizations mitigate prompt injection attacks when it <a href="https://thecyberexpress.com/openai-new-lockdown-mode/" target="_blank" rel="nofollow noopener">launched</a> Lockdown Mode in February. Last week, the LLM giant <a href="https://help.openai.com/en/articles/20001061-lockdown-mode" target="_blank" rel="nofollow noopener">announced</a> rollout of Lockdown Mode to all personal ChatGPT accounts, including Free, Go, Plus, and Pro, and also self-serve ChatGPT Business accounts. Users can enable it from ChatGPT Settings under Security.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The rollout is notable not just for what Lockdown Mode does, but for what its existence concedes.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Does the existence of Lockdown Mode imply that ChatGPT, in its default settings, does not provide robust protection against sufficiently determined <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-data/"   title="data" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28631">data</a> exfiltration attacks. OpenAI does not seem to dispute this. Lockdown Mode is designed to help prevent the final stage of data exfiltration from a prompt injection attack by limiting outbound network requests that could transfer sensitive data to an attacker. Lockdown Mode does not prevent prompt injections from appearing in the content ChatGPT processes.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">That distinction matters enormously. Lockdown Mode is not an anti-injection control. It is a last-line-of-defense control. OpenAI is not stopping malicious instructions from reaching the model — it is blocking the network paths those instructions might use to smuggle data out. The attack still happens; the payload just has nowhere to go.</p>

<h5>Also read: <a href="https://thecyberexpress.com/openai-new-lockdown-mode/">OpenAI’s New Enterprise Security Mode Locks Down ChatGPT Against Prompt Injection</a></h5>
<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>What Prompt Injection Actually Is</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Prompt injection is the attack class Lockdown Mode is designed to constrain. In these attacks, a third party attempts to mislead a conversational AI system into following malicious instructions or revealing sensitive information.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In a connected AI system — one that browses the web, processes documents, or interacts with external tools — the attack surface is every piece of external content the model touches. A malicious instruction embedded in a webpage, a PDF, a calendar invite, or a shared <a class="wpil_keyword_link" href="https://thecyberexpress.com/how-to-password-protect-a-word-document/"   title="document" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28628">document</a> can hijack the model's behavior without the user ever knowing it happened. The model reads the injected instruction, treats it as a legitimate command, and acts accordingly — potentially exfiltrating whatever is in the conversation window to an attacker-controlled endpoint via a web request.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As AI systems become more capable and connected, this threat class has moved from academic demonstration to production risk. Agent Mode, Deep Research, live web browsing, and file connectors all dramatically expand the surface area available for injection attacks — and all of them represent outbound network paths a compromised model could abuse.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>What Lockdown Mode Disables and Why</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">When enabled, the Lockdown Mode limits or turns off certain features that connect ChatGPT to the web or external services, including live web access, image support in responses, Deep Research including shopping research, Agent Mode, Canvas networking, live connectors and file downloads.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Each disabled feature maps directly to an exploitation pathway. Live web access allows the model to retrieve attacker-controlled content. Agent Mode allows autonomous multi-step actions, meaning an injected instruction has more time and capability to execute before a human notices. File downloads create an outbound data transfer channel. Image support in responses can encode and transmit data through image URLs. Disabling all of them simultaneously removes the most exploitable exfiltration paths without modifying the model itself.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The tradeoff is real. Lockdown Mode disables several important features, including Deep Research and live web access. If you rely on up-to-date information, advanced workflows, or multi-step research tools, enabling it may limit your productivity in certain parameters. OpenAI is explicit that this is a deliberate trade — capability for <a class="wpil_keyword_link" href="https://thecyberexpress.com/"   title="security" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28629">security</a> surface reduction — and that it is designed for people and organizations that handle sensitive data and want stricter protection from data exfiltration risks related to prompt injection.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Lockdown Mode is for Whom?</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Lockdown Mode is aimed at people facing elevated digital risk, including journalists, activists, and users working in sensitive environments. To that population, add legal, financial, and healthcare professionals who paste client or patient documents into ChatGPT; executives whose conversations contain strategic or deal-sensitive information; security analysts who process <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/different-types-of-threat-intelligence/" target="_blank"  rel="noopener" title="threat intelligence" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28630">threat intelligence</a> in AI workflows; and any organization operating under data residency or confidentiality obligations that prohibit third-party data transmission.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">For folks who have an elevated risk profile due to who they are, what they work on, or the types of data they work with, it's an excellent tool for further securing themselves. This has some tradeoffs on functionality and utility, but for these users, the tradeoff is worthwhile.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">For everyone else, as AI systems take on more complex tasks — especially those that involve the web and connected apps — the security stakes change. Lockdown Mode going to all personal accounts is the right moment for every user who regularly pastes sensitive material into ChatGPT to make an explicit, informed decision about whether the productivity features they are trading away are worth more than the exfiltration risk they are trading for.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Lockdown Mode is available now across all ChatGPT account types. It can be enabled from <em>Settings → Safety and security → Advanced security → Lockdown Mode toggle</em>, with a per-session override in the header for moments when a connected feature is needed for a lower-risk task.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">112580</post-id>	</item>
		<item>
		<title>CBSE Re-Evaluation Portal Goes Live After Final Cybersecurity Clearance</title>
		<link>https://thecyberexpress.com/cbse-cybersecurity-clearance-class/</link>
		
		<dc:creator><![CDATA[Ashish Khaitan]]></dc:creator>
		<pubDate>Mon, 08 Jun 2026 08:10:47 +0000</pubDate>
				<category><![CDATA[Firewall Daily]]></category>
		<category><![CDATA[Cyber News]]></category>
		<category><![CDATA[blue team]]></category>
		<category><![CDATA[CBSE cybersecurity clearance]]></category>
		<category><![CDATA[re-evaluation portal]]></category>
		<category><![CDATA[red team]]></category>
		<category><![CDATA[The Cyber Express]]></category>
		<category><![CDATA[The Cyber Express News]]></category>
		<guid isPermaLink="false">https://thecyberexpress.com/?p=112574</guid>

					<description><![CDATA[<p><img width="841" height="589" src="https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="CBSE cybersecurity clearance" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance.webp 841w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-300x210.webp 300w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-768x538.webp 768w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-600x420.webp 600w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-150x105.webp 150w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-750x525.webp 750w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance.webp 841w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-300x210.webp 300w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-768x538.webp 768w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-600x420.webp 600w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-150x105.webp 150w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-750x525.webp 750w" sizes="(max-width: 841px) 100vw, 841px" title="CBSE Re-Evaluation Portal Goes Live After Final Cybersecurity Clearance 3"></p><span data-contrast="auto">The Central Board of Secondary Education has secured the final CBSE cybersecurity clearance required for its examiner-facing re-evaluation portal, allowing the reassessment of Class 12 answer scripts to move forward. The approval was granted on the night of June 6, 2026, after the completion of the final phase of cybersecurity testing conducted through an IIT-led red team and blue team audit.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">The development marks a significant step for more than 70,000 students who submitted valid applications for verification of marks and re-evaluation before the June 7 midnight deadline. According to a report first published by <a href="https://indianexpress.com/article/education/iit-panel-gives-nod-to-cbse-examiner-portal-paves-way-for-re-evaluation-10728872/">The Indian Express</a>, citing officials familiar with the matter, the final security clearance has now enabled examiners to begin accessing answer scripts through the upgraded system.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>
<h3 aria-level="3"><b><span data-contrast="none">CBSE Cybersecurity Clearance Granted After Final Security Audit</span></b><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">The final CBSE <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-cybersecurity/"   title="cybersecurity" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28621">cybersecurity</a> clearance followed extensive testing of the examiner-facing re-evaluation portal by cybersecurity experts from multiple institutions. An IIT official confirmed that all major <a href="https://thecyberexpress.com/cbse-osm-vulnerability/" target="_blank" rel="noopener">vulnerabilities</a> identified during the audit process had been addressed before the approval was granted.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">“From our side, we gave a green signal on Friday night. Whatever we found has been fixed, and we could not find anything more. There may be some minor <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-are-vulnerabilities/"   title="vulnerabilities" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28626">vulnerabilities</a>, but nothing that would have any impact,” the official said.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">Although students had been able to submit applications through the portal since June 2, examiner access to answer scripts remained restricted until the <a href="https://thecyberexpress.com/dpdp-and-cybersecurity-rethinking-data-risk/" target="_blank" rel="noopener">cybersecurity review</a> process was completed. The latest clearance now allows the full re-evaluation workflow to commence.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>
<h3 aria-level="3"><b><span data-contrast="none">How the Re-Evaluation Portal Was Tested</span></b><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">Before receiving the final CBSE cybersecurity clearance, the re-evaluation portal underwent a detailed red team and blue team assessment designed to identify and address potential <a class="wpil_keyword_link" href="https://thecyberexpress.com/"   title="security" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28623">security</a> weaknesses.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">According to officials, IIT Kanpur’s cybersecurity experts spent more than ten days examining both the CBSE registration portal and the OSM re-evaluation portal.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">The registration portal had earlier been taken offline following a <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-a-cyber-attack/"   title="cyberattack" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28622">cyberattack</a> before being relaunched on June 2. Meanwhile, the OSM platform underwent multiple rounds of security testing before ultimately receiving approval on June 6.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>
<h3 aria-level="3"><b><span data-contrast="none">Ethical Hacker Nisarga Adhikary Recognized for Reporting Vulnerabilities</span></b><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">The cybersecurity review process also included discussions with ethical <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-a-hacker/"   title="hacker" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28625">hacker</a> Nisarga Adhikary, the 19-year-old cybersecurity researcher who publicly disclosed vulnerabilities within the OSM platform.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">An IIT Kanpur official confirmed that Adhikary was invited by CBSE to explain how he identified the weaknesses. His contribution was formally acknowledged during the review process.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">The official stated, “So far, we have not found any breach of <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-data/"   title="data" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28627">data</a> from the systems that have been created.”</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">The acknowledgment highlights the role that responsible <a class="wpil_keyword_link" href="https://thecyberexpress.com/firewall-daily/vulnerabilities/"   title="vulnerability" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28624">vulnerability</a> disclosure can play in improving cybersecurity standards for public examination systems.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>
<h3 aria-level="3"><b><span data-contrast="none">How the New CBSE-Controlled Re-Evaluation Portal Operates</span></b><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">Following the migration to CBSE servers and the completion of the CBSE cybersecurity clearance process, the updated re-evaluation portal will function through a fully digital workflow.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">Under the revised system:</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>
<ul>
 	<li><span data-contrast="auto">Examiners can access only the specific questions that have been flagged by students for re-evaluation rather than the complete answer book.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li>
 	<li><span data-contrast="auto">Access is provided through CBSE-issued tablets.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li>
 	<li><span data-contrast="auto">Marks are awarded according to CBSE’s original marking scheme.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li>
 	<li><span data-contrast="auto">Every action within the process is digitally recorded, creating comprehensive audit trails.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li>
</ul>
<span data-contrast="auto">Officials believe these measures will help improve transparency, accountability, and security during the reassessment process.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>]]></description>
										<content:encoded><![CDATA[<p><img width="841" height="589" src="https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="CBSE cybersecurity clearance" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance.webp 841w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-300x210.webp 300w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-768x538.webp 768w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-600x420.webp 600w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-150x105.webp 150w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-750x525.webp 750w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance.webp 841w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-300x210.webp 300w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-768x538.webp 768w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-600x420.webp 600w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-150x105.webp 150w, https://thecyberexpress.com/wp-content/uploads/CBSE-cybersecurity-clearance-750x525.webp 750w" sizes="(max-width: 841px) 100vw, 841px" title="CBSE Re-Evaluation Portal Goes Live After Final Cybersecurity Clearance 4"></p><span data-contrast="auto">The Central Board of Secondary Education has secured the final CBSE cybersecurity clearance required for its examiner-facing re-evaluation portal, allowing the reassessment of Class 12 answer scripts to move forward. The approval was granted on the night of June 6, 2026, after the completion of the final phase of cybersecurity testing conducted through an IIT-led red team and blue team audit.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">The development marks a significant step for more than 70,000 students who submitted valid applications for verification of marks and re-evaluation before the June 7 midnight deadline. According to a report first published by <a href="https://indianexpress.com/article/education/iit-panel-gives-nod-to-cbse-examiner-portal-paves-way-for-re-evaluation-10728872/">The Indian Express</a>, citing officials familiar with the matter, the final security clearance has now enabled examiners to begin accessing answer scripts through the upgraded system.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>
<h3 aria-level="3"><b><span data-contrast="none">CBSE Cybersecurity Clearance Granted After Final Security Audit</span></b><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">The final CBSE <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-cybersecurity/"   title="cybersecurity" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28621">cybersecurity</a> clearance followed extensive testing of the examiner-facing re-evaluation portal by cybersecurity experts from multiple institutions. An IIT official confirmed that all major <a href="https://thecyberexpress.com/cbse-osm-vulnerability/" target="_blank" rel="noopener">vulnerabilities</a> identified during the audit process had been addressed before the approval was granted.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">“From our side, we gave a green signal on Friday night. Whatever we found has been fixed, and we could not find anything more. There may be some minor <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-are-vulnerabilities/"   title="vulnerabilities" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28626">vulnerabilities</a>, but nothing that would have any impact,” the official said.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">Although students had been able to submit applications through the portal since June 2, examiner access to answer scripts remained restricted until the <a href="https://thecyberexpress.com/dpdp-and-cybersecurity-rethinking-data-risk/" target="_blank" rel="noopener">cybersecurity review</a> process was completed. The latest clearance now allows the full re-evaluation workflow to commence.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>
<h3 aria-level="3"><b><span data-contrast="none">How the Re-Evaluation Portal Was Tested</span></b><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">Before receiving the final CBSE cybersecurity clearance, the re-evaluation portal underwent a detailed red team and blue team assessment designed to identify and address potential <a class="wpil_keyword_link" href="https://thecyberexpress.com/"   title="security" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28623">security</a> weaknesses.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">According to officials, IIT Kanpur’s cybersecurity experts spent more than ten days examining both the CBSE registration portal and the OSM re-evaluation portal.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">The registration portal had earlier been taken offline following a <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-a-cyber-attack/"   title="cyberattack" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28622">cyberattack</a> before being relaunched on June 2. Meanwhile, the OSM platform underwent multiple rounds of security testing before ultimately receiving approval on June 6.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>
<h3 aria-level="3"><b><span data-contrast="none">Ethical Hacker Nisarga Adhikary Recognized for Reporting Vulnerabilities</span></b><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">The cybersecurity review process also included discussions with ethical <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-a-hacker/"   title="hacker" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28625">hacker</a> Nisarga Adhikary, the 19-year-old cybersecurity researcher who publicly disclosed vulnerabilities within the OSM platform.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">An IIT Kanpur official confirmed that Adhikary was invited by CBSE to explain how he identified the weaknesses. His contribution was formally acknowledged during the review process.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">The official stated, “So far, we have not found any breach of <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-data/"   title="data" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28627">data</a> from the systems that have been created.”</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">The acknowledgment highlights the role that responsible <a class="wpil_keyword_link" href="https://thecyberexpress.com/firewall-daily/vulnerabilities/"   title="vulnerability" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28624">vulnerability</a> disclosure can play in improving cybersecurity standards for public examination systems.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>
<h3 aria-level="3"><b><span data-contrast="none">How the New CBSE-Controlled Re-Evaluation Portal Operates</span></b><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">Following the migration to CBSE servers and the completion of the CBSE cybersecurity clearance process, the updated re-evaluation portal will function through a fully digital workflow.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">Under the revised system:</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>
<ul>
 	<li><span data-contrast="auto">Examiners can access only the specific questions that have been flagged by students for re-evaluation rather than the complete answer book.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li>
 	<li><span data-contrast="auto">Access is provided through CBSE-issued tablets.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li>
 	<li><span data-contrast="auto">Marks are awarded according to CBSE’s original marking scheme.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li>
 	<li><span data-contrast="auto">Every action within the process is digitally recorded, creating comprehensive audit trails.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li>
</ul>
<span data-contrast="auto">Officials believe these measures will help improve transparency, accountability, and security during the reassessment process.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">112574</post-id>	</item>
		<item>
		<title>Cisco Warns of Active Exploitation of Catalyst SD-WAN Flaw With No Patch Available</title>
		<link>https://thecyberexpress.com/cve-2026-20245-cisco-sd-wan-manager/</link>
		
		<dc:creator><![CDATA[Ashish Khaitan]]></dc:creator>
		<pubDate>Mon, 08 Jun 2026 06:52:00 +0000</pubDate>
				<category><![CDATA[Firewall Daily]]></category>
		<category><![CDATA[Vulnerability News]]></category>
		<category><![CDATA[Active Exploitation]]></category>
		<category><![CDATA[Catalyst SD-WAN Manager]]></category>
		<category><![CDATA[CISCO SD-WAN]]></category>
		<category><![CDATA[CVE-2026-20245]]></category>
		<category><![CDATA[Network security]]></category>
		<category><![CDATA[No Patch]]></category>
		<category><![CDATA[Root Access]]></category>
		<category><![CDATA[The Cyber Express]]></category>
		<category><![CDATA[The Cyber Express News]]></category>
		<guid isPermaLink="false">https://thecyberexpress.com/?p=112567</guid>

					<description><![CDATA[<p><img width="1101" height="614" src="https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="CVE-2026-20245" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245.webp 1101w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-300x167.webp 300w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-1024x571.webp 1024w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-768x428.webp 768w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-600x335.webp 600w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-150x84.webp 150w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-750x418.webp 750w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245.webp 1101w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-300x167.webp 300w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-1024x571.webp 1024w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-768x428.webp 768w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-600x335.webp 600w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-150x84.webp 150w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-750x418.webp 750w" sizes="(max-width: 1101px) 100vw, 1101px" title="Cisco Warns of Active Exploitation of Catalyst SD-WAN Flaw With No Patch Available 5"></p><div data-olk-copy-source="MessageBody">Cisco has issued an urgent warning that a high-severity vulnerability in its Catalyst SD-WAN Manager platform is being actively exploited in the wild—and no patch exists yet. CVE-2026-20245 allows authenticated attackers with netadmin privileges to execute arbitrary commands as root, placing wide-area network infrastructure at severe risk.</div>
<div></div>
<div>The disclosure is particularly alarming because Catalyst SD-WAN Manager controls and orchestrates SD-WAN deployments across enterprise and carrier networks. A successful <a class="wpil_keyword_link" href="https://cyble.com/exploit/" target="_blank"  rel="noopener" title="exploit" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28619">exploit</a> could allow attackers to push malicious configurations to thousands of edge devices simultaneously.</div>
<h3>Understanding CVE-2026-20245</h3>
<div>CVE-2026-20245 exists in the command-line interface (CLI) of Cisco Catalyst SD-WAN Manager, resulting from insufficient validation of user-supplied input when processing file arguments. The <a class="wpil_keyword_link" href="https://thecyberexpress.com/firewall-daily/vulnerabilities/"   title="vulnerability" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28618">vulnerability</a> carries a CVSS base score of 7.8 (High), with a vector of CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.</div>
<div></div>
<div>To exploit the flaw, <a href="https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-sdwan-privesc-4uxFrdzx" target="_blank" rel="nofollow noopener">an attacker must have netadmin-level credentials</a> on the affected system. While this limits the immediate attack surface, Cisco noted in its advisory that attackers are chaining CVE-2026-20245 with two related vulnerabilities—CVE-2026-20182 and CVE-2026-20127—to achieve initial access before escalating to root execution. This chaining technique effectively reduces the privilege prerequisite in practice.</div>
<div></div>
<div>An attacker supplies a specially crafted file to the Catalyst SD-WAN Manager CLI. Insufficient input validation allows the crafted file to execute arbitrary OS-level commands with <a href="https://thecyberexpress.com/fragnesia-linux-kernel-xfrm-esp/" target="_blank" rel="noopener">root privileges</a>. Cisco confirmed "limited cases" in which exploitation resulted in configuration changes being pushed to downstream edge devices—a significant escalation of potential impact.</div>
<h3>No Patch Available — Cisco Plans Future Release</h3>
<div>Unlike most critical vulnerability advisories, Cisco has disclosed CVE-2026-20245 without an accompanying patch. The company stated it plans to address the vulnerability in a future software release but did not provide a specific timeline.</div>
<div></div>
<div>This leaves organisations with only partial mitigations at their disposal. Cisco advises restricting CLI access to only trusted users and applying strict controls on file upload functionality within SD-WAN Manager administrative interfaces.</div>
<div></div>
<div>A vulnerability without a patch and with confirmed in-the-wild exploitation is a worst-case scenario for network defenders," noted a network <a class="wpil_keyword_link" href="https://thecyberexpress.com/"   title="security" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28616">security</a> practitioner familiar with SD-WAN infrastructure. Every day without a patch is another day of active <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-are-risks-in-cybersecurity/"   title="risk" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28617">risk</a>.</div>
<h3>Why It Matters</h3>
<div>SD-WAN infrastructure occupies a privileged position in modern enterprise networks, providing policy control over traffic routing across branches, data centres, and <a href="https://thecyberexpress.com/nvidia-vulnerability-cve-2024-0132/" target="_blank" rel="noopener">cloud environments</a>. Compromising the management plane—which CVE-2026-20245 enables—gives attackers visibility into traffic flows, the ability to redirect connectivity, and the power to inject backdoor configurations across all managed edges.</div>
<div></div>
<div>The impact extends beyond a single organisation. Managed service providers (MSPs) and telecommunications carriers that use Cisco Catalyst SD-WAN to manage multiple customer environments face the prospect of cross-tenant compromise if their management platform is breached.</div>
<h3>Mitigation Steps</h3>
<ul>
 	<li>Immediately audit who holds netadmin credentials on Catalyst SD-WAN Manager deployments and revoke unnecessary access.</li>
 	<li>Enable multi-factor authentication (MFA) for all SD-WAN Manager administrative accounts to reduce credential-theft risk.</li>
 	<li>Restrict file upload functionality within the SD-WAN Manager interface to the absolute minimum required for operations.</li>
 	<li>Monitor SD-WAN Manager CLI logs for unusual file upload activity or unexpected root-level command executions.</li>
 	<li>Apply network segmentation to isolate the SD-WAN management plane from <a class="wpil_keyword_link" href="https://cyble.com/general/" target="_blank"  rel="noopener" title="general" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28620">general</a> enterprise networks.</li>
 	<li>Subscribe to Cisco Security Advisories (tools.cisco.com/security/center) and apply the patch immediately upon release.</li>
 	<li>Conduct a configuration audit of all managed edge devices to identify any unauthorized configuration pushes already applied.</li>
</ul>]]></description>
										<content:encoded><![CDATA[<p><img width="1101" height="614" src="https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="CVE-2026-20245" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245.webp 1101w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-300x167.webp 300w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-1024x571.webp 1024w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-768x428.webp 768w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-600x335.webp 600w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-150x84.webp 150w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-750x418.webp 750w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245.webp 1101w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-300x167.webp 300w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-1024x571.webp 1024w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-768x428.webp 768w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-600x335.webp 600w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-150x84.webp 150w, https://thecyberexpress.com/wp-content/uploads/CVE-2026-20245-750x418.webp 750w" sizes="(max-width: 1101px) 100vw, 1101px" title="Cisco Warns of Active Exploitation of Catalyst SD-WAN Flaw With No Patch Available 6"></p><div data-olk-copy-source="MessageBody">Cisco has issued an urgent warning that a high-severity vulnerability in its Catalyst SD-WAN Manager platform is being actively exploited in the wild—and no patch exists yet. CVE-2026-20245 allows authenticated attackers with netadmin privileges to execute arbitrary commands as root, placing wide-area network infrastructure at severe risk.</div>
<div></div>
<div>The disclosure is particularly alarming because Catalyst SD-WAN Manager controls and orchestrates SD-WAN deployments across enterprise and carrier networks. A successful <a class="wpil_keyword_link" href="https://cyble.com/exploit/" target="_blank"  rel="noopener" title="exploit" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28619">exploit</a> could allow attackers to push malicious configurations to thousands of edge devices simultaneously.</div>
<h3>Understanding CVE-2026-20245</h3>
<div>CVE-2026-20245 exists in the command-line interface (CLI) of Cisco Catalyst SD-WAN Manager, resulting from insufficient validation of user-supplied input when processing file arguments. The <a class="wpil_keyword_link" href="https://thecyberexpress.com/firewall-daily/vulnerabilities/"   title="vulnerability" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28618">vulnerability</a> carries a CVSS base score of 7.8 (High), with a vector of CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.</div>
<div></div>
<div>To exploit the flaw, <a href="https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-sdwan-privesc-4uxFrdzx" target="_blank" rel="nofollow noopener">an attacker must have netadmin-level credentials</a> on the affected system. While this limits the immediate attack surface, Cisco noted in its advisory that attackers are chaining CVE-2026-20245 with two related vulnerabilities—CVE-2026-20182 and CVE-2026-20127—to achieve initial access before escalating to root execution. This chaining technique effectively reduces the privilege prerequisite in practice.</div>
<div></div>
<div>An attacker supplies a specially crafted file to the Catalyst SD-WAN Manager CLI. Insufficient input validation allows the crafted file to execute arbitrary OS-level commands with <a href="https://thecyberexpress.com/fragnesia-linux-kernel-xfrm-esp/" target="_blank" rel="noopener">root privileges</a>. Cisco confirmed "limited cases" in which exploitation resulted in configuration changes being pushed to downstream edge devices—a significant escalation of potential impact.</div>
<h3>No Patch Available — Cisco Plans Future Release</h3>
<div>Unlike most critical vulnerability advisories, Cisco has disclosed CVE-2026-20245 without an accompanying patch. The company stated it plans to address the vulnerability in a future software release but did not provide a specific timeline.</div>
<div></div>
<div>This leaves organisations with only partial mitigations at their disposal. Cisco advises restricting CLI access to only trusted users and applying strict controls on file upload functionality within SD-WAN Manager administrative interfaces.</div>
<div></div>
<div>A vulnerability without a patch and with confirmed in-the-wild exploitation is a worst-case scenario for network defenders," noted a network <a class="wpil_keyword_link" href="https://thecyberexpress.com/"   title="security" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28616">security</a> practitioner familiar with SD-WAN infrastructure. Every day without a patch is another day of active <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-are-risks-in-cybersecurity/"   title="risk" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28617">risk</a>.</div>
<h3>Why It Matters</h3>
<div>SD-WAN infrastructure occupies a privileged position in modern enterprise networks, providing policy control over traffic routing across branches, data centres, and <a href="https://thecyberexpress.com/nvidia-vulnerability-cve-2024-0132/" target="_blank" rel="noopener">cloud environments</a>. Compromising the management plane—which CVE-2026-20245 enables—gives attackers visibility into traffic flows, the ability to redirect connectivity, and the power to inject backdoor configurations across all managed edges.</div>
<div></div>
<div>The impact extends beyond a single organisation. Managed service providers (MSPs) and telecommunications carriers that use Cisco Catalyst SD-WAN to manage multiple customer environments face the prospect of cross-tenant compromise if their management platform is breached.</div>
<h3>Mitigation Steps</h3>
<ul>
 	<li>Immediately audit who holds netadmin credentials on Catalyst SD-WAN Manager deployments and revoke unnecessary access.</li>
 	<li>Enable multi-factor authentication (MFA) for all SD-WAN Manager administrative accounts to reduce credential-theft risk.</li>
 	<li>Restrict file upload functionality within the SD-WAN Manager interface to the absolute minimum required for operations.</li>
 	<li>Monitor SD-WAN Manager CLI logs for unusual file upload activity or unexpected root-level command executions.</li>
 	<li>Apply network segmentation to isolate the SD-WAN management plane from <a class="wpil_keyword_link" href="https://cyble.com/general/" target="_blank"  rel="noopener" title="general" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28620">general</a> enterprise networks.</li>
 	<li>Subscribe to Cisco Security Advisories (tools.cisco.com/security/center) and apply the patch immediately upon release.</li>
 	<li>Conduct a configuration audit of all managed edge devices to identify any unauthorized configuration pushes already applied.</li>
</ul>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">112567</post-id>	</item>
		<item>
		<title>The Cyber Express Weekly Roundup: Cloud Extortion, Long-Term Espionage, Android Zero-Days, and Public Sector Security Reviews</title>
		<link>https://thecyberexpress.com/tce-weekly-roundup-extortion-android-cloud/</link>
		
		<dc:creator><![CDATA[Ashish Khaitan]]></dc:creator>
		<pubDate>Fri, 05 Jun 2026 11:39:19 +0000</pubDate>
				<category><![CDATA[Firewall Daily]]></category>
		<category><![CDATA[Cyber News]]></category>
		<category><![CDATA[Data Breach News]]></category>
		<category><![CDATA[Hacker News]]></category>
		<category><![CDATA[Ransomware News]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[The Cyber Express]]></category>
		<category><![CDATA[The Cyber Express News]]></category>
		<category><![CDATA[weekly roundup]]></category>
		<guid isPermaLink="false">https://thecyberexpress.com/?p=112558</guid>

					<description><![CDATA[<p><img width="1100" height="544" src="https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="weekly roundup TCE cybersecurity news" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2.webp 1100w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-300x148.webp 300w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-1024x506.webp 1024w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-768x380.webp 768w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-600x297.webp 600w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-150x74.webp 150w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-750x371.webp 750w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2.webp 1100w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-300x148.webp 300w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-1024x506.webp 1024w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-768x380.webp 768w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-600x297.webp 600w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-150x74.webp 150w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-750x371.webp 750w" sizes="(max-width: 1100px) 100vw, 1100px" title="The Cyber Express Weekly Roundup: Cloud Extortion, Long-Term Espionage, Android Zero-Days, and Public Sector Security Reviews 7"></p><span data-contrast="auto">The cybersecurity landscape in this weekly roundup continues to show a clear shift toward identity-driven attacks, long-term persistence operations, and exploitation of trusted cloud environments. Threat actors are increasingly focusing on stealing credentials, abusing administrative access, and leveraging legitimate platforms to scale impact across organizations.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">Rather than relying on one-off intrusions, attackers are now building sustained access paths into enterprise systems, enabling repeated exploitation, <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-data/"   title="data" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28609">data</a> theft, and extortion from within trusted environments.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>
<h3 aria-level="2">The Cyber Express Weekly Roundup</h3>
<h3 aria-level="3"><span data-contrast="none">Pink Extortion Group Targets Microsoft 365 Users via Voice Phishing</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">A newly identified cyber extortion group known as “Pink” is using voice phishing (<a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-vishing/" target="_blank"  rel="noopener" title="vishing" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28611">vishing</a>) campaigns to steal credentials for Microsoft 365 accounts. Once access is gained, the group rapidly exfiltrates data from cloud platforms such as SharePoint and OneDrive and sends extortion messages directly from compromised internal accounts to pressure victims. </span><a href="https://thecyberexpress.com/pink-extortion-group-emerges/"><strong>Read more… </strong></a>
<h3 aria-level="3"><span data-contrast="none">China-Linked VerdantBamboo Maintains 18-Month Network Access</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">Researchers have uncovered an 18-month intrusion attributed to the China-linked threat group VerdantBamboo. The attackers maintained long-term access using compromised MSP credentials, multiple <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-malware/" target="_blank"  rel="noopener" title="malware" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28610">malware</a> families, and repeated re-entry techniques after remediation attempts. </span><a href="https://thecyberexpress.com/china-verdantbamboo-18-month-campaign/"><strong>Read more…</strong><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span></a>
<h3>DPDP and Cybersecurity: Why Less Data Means Better Security</h3>
India’s DPDP framework promotes data minimization as a key <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-cybersecurity/"   title="cybersecurity" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28614">cybersecurity</a> strategy. Organizations are urged to collect only necessary data, store it briefly, and delete unused information to reduce breach <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-are-risks-in-cybersecurity/"   title="risk" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28613">risk</a>. Excess data increases attack surface and impact, making deletion as important as protection in modern <a class="wpil_keyword_link" href="https://thecyberexpress.com/"   title="security" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28612">security</a> practices. <a href="https://thecyberexpress.com/dpdp-and-cybersecurity-rethinking-data-risk/"><strong>Read more...</strong></a>
<h3 aria-level="3"><span data-contrast="none">Google Patches Actively Exploited Android Zero-Day (CVE-2025-48595)</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">Google’s June 2026 security update addresses 124 <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-are-vulnerabilities/"   title="vulnerabilities" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28615">vulnerabilities</a> in Android, including CVE-2025-48595, a high-severity zero-day that was actively exploited in targeted attacks. The flaw enables local privilege escalation without user interaction, underscoring the growing focus of sophisticated threat actors on mobile devices as high-value entry points.</span> <a href="https://thecyberexpress.com/cve-2025-48595-android-june-2026/"><strong>Read more… </strong></a>
<h3 aria-level="3"><span data-contrast="none">CBSE Launches Security Review of OSM Platform After Vulnerability Reports</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">The Central Board of Secondary Education (CBSE) has engaged experts from the Indian Institute of Technology Madras and the Indian Institute of Technology Kanpur to review security concerns in its On-Screen Marking (OSM) system used for Class 12 board examinations. The audit follows reports of weak authentication controls and potential cloud storage exposure, prompting a full-scale security assessment and hardening exercise.</span>  <strong><a href="https://thecyberexpress.com/cbse-osm-vulnerability/">Read more… </a></strong>
<h3 aria-level="2"><span data-contrast="none">Weekly Cybersecurity Takeaway</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">This week’s incidents reinforce a consistent pattern: attackers are prioritizing identity compromise and trusted cloud platforms over traditional perimeter breaches. From phishing-as-a-service extortion campaigns targeting Microsoft 365 to long-term espionage operations and mobile zero-days, the common thread is the abuse of legitimate access rather than forced intrusion.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">As organizations continue to expand cloud and mobile reliance, the attack surface is increasingly defined not by infrastructure boundaries, but by identity trust and administrative privilege.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>]]></description>
										<content:encoded><![CDATA[<p><img width="1100" height="544" src="https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="weekly roundup TCE cybersecurity news" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2.webp 1100w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-300x148.webp 300w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-1024x506.webp 1024w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-768x380.webp 768w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-600x297.webp 600w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-150x74.webp 150w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-750x371.webp 750w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2.webp 1100w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-300x148.webp 300w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-1024x506.webp 1024w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-768x380.webp 768w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-600x297.webp 600w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-150x74.webp 150w, https://thecyberexpress.com/wp-content/uploads/weekly-roundup-TCE-cybersecurity-news-2-750x371.webp 750w" sizes="(max-width: 1100px) 100vw, 1100px" title="The Cyber Express Weekly Roundup: Cloud Extortion, Long-Term Espionage, Android Zero-Days, and Public Sector Security Reviews 8"></p><span data-contrast="auto">The cybersecurity landscape in this weekly roundup continues to show a clear shift toward identity-driven attacks, long-term persistence operations, and exploitation of trusted cloud environments. Threat actors are increasingly focusing on stealing credentials, abusing administrative access, and leveraging legitimate platforms to scale impact across organizations.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">Rather than relying on one-off intrusions, attackers are now building sustained access paths into enterprise systems, enabling repeated exploitation, <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-data/"   title="data" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28609">data</a> theft, and extortion from within trusted environments.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>
<h3 aria-level="2">The Cyber Express Weekly Roundup</h3>
<h3 aria-level="3"><span data-contrast="none">Pink Extortion Group Targets Microsoft 365 Users via Voice Phishing</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">A newly identified cyber extortion group known as “Pink” is using voice phishing (<a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-vishing/" target="_blank"  rel="noopener" title="vishing" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28611">vishing</a>) campaigns to steal credentials for Microsoft 365 accounts. Once access is gained, the group rapidly exfiltrates data from cloud platforms such as SharePoint and OneDrive and sends extortion messages directly from compromised internal accounts to pressure victims. </span><a href="https://thecyberexpress.com/pink-extortion-group-emerges/"><strong>Read more… </strong></a>
<h3 aria-level="3"><span data-contrast="none">China-Linked VerdantBamboo Maintains 18-Month Network Access</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">Researchers have uncovered an 18-month intrusion attributed to the China-linked threat group VerdantBamboo. The attackers maintained long-term access using compromised MSP credentials, multiple <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-malware/" target="_blank"  rel="noopener" title="malware" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28610">malware</a> families, and repeated re-entry techniques after remediation attempts. </span><a href="https://thecyberexpress.com/china-verdantbamboo-18-month-campaign/"><strong>Read more…</strong><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span></a>
<h3>DPDP and Cybersecurity: Why Less Data Means Better Security</h3>
India’s DPDP framework promotes data minimization as a key <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-cybersecurity/"   title="cybersecurity" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28614">cybersecurity</a> strategy. Organizations are urged to collect only necessary data, store it briefly, and delete unused information to reduce breach <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-are-risks-in-cybersecurity/"   title="risk" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28613">risk</a>. Excess data increases attack surface and impact, making deletion as important as protection in modern <a class="wpil_keyword_link" href="https://thecyberexpress.com/"   title="security" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28612">security</a> practices. <a href="https://thecyberexpress.com/dpdp-and-cybersecurity-rethinking-data-risk/"><strong>Read more...</strong></a>
<h3 aria-level="3"><span data-contrast="none">Google Patches Actively Exploited Android Zero-Day (CVE-2025-48595)</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">Google’s June 2026 security update addresses 124 <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-are-vulnerabilities/"   title="vulnerabilities" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28615">vulnerabilities</a> in Android, including CVE-2025-48595, a high-severity zero-day that was actively exploited in targeted attacks. The flaw enables local privilege escalation without user interaction, underscoring the growing focus of sophisticated threat actors on mobile devices as high-value entry points.</span> <a href="https://thecyberexpress.com/cve-2025-48595-android-june-2026/"><strong>Read more… </strong></a>
<h3 aria-level="3"><span data-contrast="none">CBSE Launches Security Review of OSM Platform After Vulnerability Reports</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">The Central Board of Secondary Education (CBSE) has engaged experts from the Indian Institute of Technology Madras and the Indian Institute of Technology Kanpur to review security concerns in its On-Screen Marking (OSM) system used for Class 12 board examinations. The audit follows reports of weak authentication controls and potential cloud storage exposure, prompting a full-scale security assessment and hardening exercise.</span>  <strong><a href="https://thecyberexpress.com/cbse-osm-vulnerability/">Read more… </a></strong>
<h3 aria-level="2"><span data-contrast="none">Weekly Cybersecurity Takeaway</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3>
<span data-contrast="auto">This week’s incidents reinforce a consistent pattern: attackers are prioritizing identity compromise and trusted cloud platforms over traditional perimeter breaches. From phishing-as-a-service extortion campaigns targeting Microsoft 365 to long-term espionage operations and mobile zero-days, the common thread is the abuse of legitimate access rather than forced intrusion.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>

<span data-contrast="auto">As organizations continue to expand cloud and mobile reliance, the attack surface is increasingly defined not by infrastructure boundaries, but by identity trust and administrative privilege.</span><span data-ccp-props="{&quot;335551550&quot;:0,&quot;335551620&quot;:0}"> </span>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">112558</post-id>	</item>
		<item>
		<title>DPDP and Cybersecurity: Why the Safest Data May Be the Data You Delete</title>
		<link>https://thecyberexpress.com/dpdp-and-cybersecurity-rethinking-data-risk/</link>
		
		<dc:creator><![CDATA[Editorial]]></dc:creator>
		<pubDate>Fri, 05 Jun 2026 07:40:45 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Firewall Daily]]></category>
		<category><![CDATA[cybersecurity strategy]]></category>
		<category><![CDATA[Data Minimization]]></category>
		<category><![CDATA[DPDP and cybersecurity]]></category>
		<category><![CDATA[IDfy]]></category>
		<category><![CDATA[The Cyber Express]]></category>
		<guid isPermaLink="false">https://thecyberexpress.com/?p=112541</guid>

					<description><![CDATA[<p><img width="1536" height="1024" src="https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="DPDP and Cybersecurity" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity.webp 1536w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-1024x683.webp 1024w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-750x500.webp 750w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-1140x760.webp 1140w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity.webp 1536w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-1024x683.webp 1024w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-750x500.webp 750w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-1140x760.webp 1140w" sizes="(max-width: 1536px) 100vw, 1536px" title="DPDP and Cybersecurity: Why the Safest Data May Be the Data You Delete 9"></p><h5 data-start="401" data-end="430"><span style="color: #ff0000;"><em><strong>By <a href="https://www.linkedin.com/in/malcolmgomes/" target="_blank" rel="nofollow noopener">Malcolm Gomes</a>, COO, IDfy</strong></em></span></h5>
<p data-start="432" data-end="709">Seventy percent of all sensitive data sitting in enterprise systems right now has not been accessed, used, or reviewed in years, according to a Data Risk report from 2021. It was never deleted when it should have been and, in a breach, it is just as exposed as everything else. For years, enterprises treated personal data as an asset to be collected first and governed later. More <a class="wpil_keyword_link" title="data" href="https://thecyberexpress.com/what-is-data/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28606">data</a> meant better personalization, sharper analytics, stronger fraud models, and business intelligence. But in <a href="https://thecyberexpress.com/dpdp-rules-are-quietly-reducing-deepfake/" target="_blank" rel="noopener">DPDP</a> and cybersecurity, that equation is changing. Data without a clear purpose is no longer an asset. It is an attack surface.</p>
<p data-start="1059" data-end="1498">India’s cyber <a class="wpil_keyword_link" title="risk" href="https://thecyberexpress.com/what-are-risks-in-cybersecurity/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28602">risk</a> environment makes this urgent. In 2025, CERT-In handled over 29.44 lakh <a class="wpil_keyword_link" title="cyber" href="https://thecyberexpress.com/cyber-news/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28607">cyber</a> incidents. IBM’s 2025 breach research pegged the average cost of a <a class="wpil_keyword_link" title="data breach" href="https://cyble.com/knowledge-hub/what-is-a-data-breach/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28605">data breach</a> in India at ₹220 million, while the global average stood at USD 4.44 million. Verizon’s 2026 Data Breach Investigations Report found that 31% of breaches now start with software <a class="wpil_keyword_link" title="vulnerability" href="https://thecyberexpress.com/firewall-daily/vulnerabilities/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28599">vulnerability</a> exploitation, overtaking stolen credentials as the leading entry point.</p>
<p data-start="1500" data-end="1729">What that figure means in practice is that attackers are no longer just looking for weak passwords. They are looking for unguarded data stores, and enterprises that hold more data than they need are giving attackers more to find.</p>

<h2 data-section-id="vr7ln1" data-start="1731" data-end="1786">Why DPDP and Cybersecurity Are Now Closely Connected</h2>
<p data-start="1788" data-end="2051">This is why the <a href="https://thecyberexpress.com/digital-personal-data-protection-bill-2023/" target="_blank" rel="noopener">Digital Personal Data Protection</a> (DPDP) framework should not be viewed only as privacy compliance. It is also a <a class="wpil_keyword_link" title="cybersecurity" href="https://thecyberexpress.com/what-is-cybersecurity/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28600">cybersecurity</a> reset. It forces enterprises to ask a fundamental <a class="wpil_keyword_link" title="security" href="https://thecyberexpress.com/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28601">security</a> question: why are we holding this data in the first place?</p>
<p data-start="2053" data-end="2365"><a href="https://thecyberexpress.com/generative-ai-and-data-privacy/" target="_blank" rel="noopener">Data minimization </a>is not about doing less business. It is about reducing unnecessary exposure. Every extra field collected, every duplicated customer record, every old <a class="wpil_keyword_link" title="document" href="https://thecyberexpress.com/how-to-password-protect-a-word-document/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28603">document</a> retained beyond its purpose, and every vendor copy sitting outside the organization’s control expands the blast radius of a breach.</p>
<p data-start="2367" data-end="2534">Security teams can encrypt systems and monitor networks, but they cannot fully protect data that the business does not know exists, no longer needs, or cannot justify.</p>

<h2 data-section-id="vnkubw" data-start="2536" data-end="2576">How DPDP Is Reshaping Data Governance</h2>
<p data-start="2578" data-end="2764">DPDP and <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-cybersecurity/" target="_blank"  rel="noopener" title="cybersecurity" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28632">cybersecurity</a> changes that conversation. Organizations must be able to explain what they collect, why they collect it, how long they keep it, whom they share it with, and when it must be deleted.</p>
<p data-start="2766" data-end="2841">These are not just legal requirements. They are security design principles.</p>
<p data-start="2843" data-end="3106">The law also carries serious consequences. Failure to maintain reasonable security safeguards can attract penalties of up to ₹250 crore, while failure to notify the Board or affected individuals of a personal data breach can attract penalties of up to ₹200 crore.</p>
<p data-start="3108" data-end="3270">The most secure piece of personal data is the one you never collected unnecessarily. The second most secure is the one you deleted when its purpose was fulfilled.</p>

<h2 data-section-id="8w2qas" data-start="3272" data-end="3320">Data Minimization as a Cybersecurity Strategy</h2>
<p data-start="3322" data-end="3609">For Indian enterprises, digital journeys have become data-heavy by default. Onboarding, lending, insurance, healthcare, ecommerce, and <a class="wpil_keyword_link" title="fraud" href="https://cyble.com/cybercrime/fraud/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28608">fraud</a> prevention journeys may all have legitimate reasons to process personal data. The challenge is to distinguish necessary data from convenient data.</p>
<p data-start="3611" data-end="3812">Cyber risk is no longer limited to firewalls and endpoint protection. It includes data hoarding, excessive access, old records, test data, unused integrations, shadow databases, and third-party copies.</p>
<p data-start="3814" data-end="3971">When a breach happens, regulators, customers, and partners will not only ask how the attacker got in. They will ask why so much data was there to be exposed.</p>
<p data-start="3973" data-end="4011">Data minimization reduces three risks.</p>

<ul>
 	<li data-start="4013" data-end="4212">First, it reduces data breach risk. If expired data has already been deleted, it cannot be stolen. If a system contains ten required fields instead of fifty collected by habit, the harm is lower.</li>
 	<li data-start="4214" data-end="4486">Second, it improves visibility. Many organizations struggle not because they lack security tools, but because they lack a reliable map of personal data across applications, databases, documents, cloud environments, and third parties. You cannot secure what you cannot see.</li>
 	<li data-start="4488" data-end="4670">Third, it strengthens accountability. Product, operations, legal, vendor, and security teams must now work from the same understanding of purpose, consent, retention, and safeguards.</li>
</ul>
<p data-start="4672" data-end="4756">Together, these three elements create a mature enterprise cybersecurity posture.</p>

<h2 data-section-id="zdkpc4" data-start="4758" data-end="4816">Balancing Fraud Prevention and Personal Data Protection</h2>
<p data-start="4818" data-end="4869">The hardest balancing act will be fraud prevention.</p>
<p data-start="4871" data-end="5145">Banks, insurers, fintechs, marketplaces, and digital platforms need strong controls to detect synthetic identities, account takeover, mule activity, payment fraud, and suspicious behavior. But fraud prevention cannot become a blanket justification for collecting everything.</p>
<p data-start="5147" data-end="5223">The way forward is not to weaken fraud controls. It is to make them sharper.</p>
<p data-start="5225" data-end="5450">Purpose-bound fraud prevention means collecting only the data required for a specific risk decision, using it with clear controls, retaining it for a justified period, and restricting access to systems that genuinely need it.</p>
<p data-start="5452" data-end="5541">Good security does not require unlimited data. It requires the right data, governed well.</p>

<h2 data-section-id="1jkc1za" data-start="5543" data-end="5591">Why Trust Is Becoming a Competitive Advantage</h2>
<p data-start="5593" data-end="5789">This is where trust becomes a competitive advantage. Enterprises that can demonstrate why they collect data, how they protect it, and when they delete it will earn customer and partner confidence.</p>
<p data-start="5791" data-end="5945">In a market where cyber threats are rising and regulatory scrutiny is increasing, trust will influence both customer choice and institutional credibility.</p>
<p data-start="5947" data-end="6031">For boards and leadership teams, the question is no longer, “Are we DPDP compliant?”</p>
<p data-start="6033" data-end="6109">The sharper question is, “Can we prove that our data practices reduce risk?”</p>
<p data-start="6111" data-end="6315">Answering that question requires more than a compliance audit. It requires a live view of personal data across the enterprise: what exists, where it goes, who can access it, and whether it still needs to.</p>
<p data-start="6317" data-end="6643"><a class="wpil_keyword_link" title="Privacy" href="https://thecyberexpress.com/what-is-privacy/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28604">Privacy</a> and security used to be treated as separate disciplines with separate teams, budgets, and agendas. That separation is no longer viable. A security team that does not know what personal data the business holds cannot protect it. A privacy team that does not have technical visibility into data flows cannot govern them.</p>

<h2 data-section-id="j3p736" data-start="6645" data-end="6684">The Future of DPDP and Cybersecurity</h2>
<p data-start="6686" data-end="6872">DPDP is not asking enterprises to choose between innovation and protection. It is asking them to build digital systems where innovation does not depend on uncontrolled data accumulation.</p>
<p data-start="6874" data-end="7089">For too long, “collect more” was seen as the safer business strategy. In the DPDP era, the safer cybersecurity strategy may be the opposite: collect with purpose, protect with discipline, and delete with confidence.</p>
<p data-start="7091" data-end="7230" data-is-last-node="" data-is-only-node=""><em><strong data-start="7091" data-end="7230" data-is-last-node="">Data minimization is no longer a privacy checkbox. It is becoming one of the most practical security controls an enterprise can deploy.</strong></em></p>
<p data-start="74" data-end="357"><em><span style="color: #ff0000;"><strong data-start="74" data-end="89">(Disclaimer: </strong>The views and opinions expressed in this article are those of the author and do not necessarily reflect the official position of The Cyber Express. This article is published as part of our contributed content program and is intended for informational purposes only.)</span></em></p>]]></description>
										<content:encoded><![CDATA[<p><img width="1536" height="1024" src="https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="DPDP and Cybersecurity" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity.webp 1536w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-1024x683.webp 1024w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-750x500.webp 750w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-1140x760.webp 1140w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity.webp 1536w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-1024x683.webp 1024w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-750x500.webp 750w, https://thecyberexpress.com/wp-content/uploads/DPDP-and-Cybersecurity-1140x760.webp 1140w" sizes="(max-width: 1536px) 100vw, 1536px" title="DPDP and Cybersecurity: Why the Safest Data May Be the Data You Delete 10"></p><h5 data-start="401" data-end="430"><span style="color: #ff0000;"><em><strong>By <a href="https://www.linkedin.com/in/malcolmgomes/" target="_blank" rel="nofollow noopener">Malcolm Gomes</a>, COO, IDfy</strong></em></span></h5>
<p data-start="432" data-end="709">Seventy percent of all sensitive data sitting in enterprise systems right now has not been accessed, used, or reviewed in years, according to a Data Risk report from 2021. It was never deleted when it should have been and, in a breach, it is just as exposed as everything else. For years, enterprises treated personal data as an asset to be collected first and governed later. More <a class="wpil_keyword_link" title="data" href="https://thecyberexpress.com/what-is-data/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28606">data</a> meant better personalization, sharper analytics, stronger fraud models, and business intelligence. But in <a href="https://thecyberexpress.com/dpdp-rules-are-quietly-reducing-deepfake/" target="_blank" rel="noopener">DPDP</a> and cybersecurity, that equation is changing. Data without a clear purpose is no longer an asset. It is an attack surface.</p>
<p data-start="1059" data-end="1498">India’s cyber <a class="wpil_keyword_link" title="risk" href="https://thecyberexpress.com/what-are-risks-in-cybersecurity/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28602">risk</a> environment makes this urgent. In 2025, CERT-In handled over 29.44 lakh <a class="wpil_keyword_link" title="cyber" href="https://thecyberexpress.com/cyber-news/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28607">cyber</a> incidents. IBM’s 2025 breach research pegged the average cost of a <a class="wpil_keyword_link" title="data breach" href="https://cyble.com/knowledge-hub/what-is-a-data-breach/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28605">data breach</a> in India at ₹220 million, while the global average stood at USD 4.44 million. Verizon’s 2026 Data Breach Investigations Report found that 31% of breaches now start with software <a class="wpil_keyword_link" title="vulnerability" href="https://thecyberexpress.com/firewall-daily/vulnerabilities/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28599">vulnerability</a> exploitation, overtaking stolen credentials as the leading entry point.</p>
<p data-start="1500" data-end="1729">What that figure means in practice is that attackers are no longer just looking for weak passwords. They are looking for unguarded data stores, and enterprises that hold more data than they need are giving attackers more to find.</p>

<h2 data-section-id="vr7ln1" data-start="1731" data-end="1786">Why DPDP and Cybersecurity Are Now Closely Connected</h2>
<p data-start="1788" data-end="2051">This is why the <a href="https://thecyberexpress.com/digital-personal-data-protection-bill-2023/" target="_blank" rel="noopener">Digital Personal Data Protection</a> (DPDP) framework should not be viewed only as privacy compliance. It is also a <a class="wpil_keyword_link" title="cybersecurity" href="https://thecyberexpress.com/what-is-cybersecurity/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28600">cybersecurity</a> reset. It forces enterprises to ask a fundamental <a class="wpil_keyword_link" title="security" href="https://thecyberexpress.com/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28601">security</a> question: why are we holding this data in the first place?</p>
<p data-start="2053" data-end="2365"><a href="https://thecyberexpress.com/generative-ai-and-data-privacy/" target="_blank" rel="noopener">Data minimization </a>is not about doing less business. It is about reducing unnecessary exposure. Every extra field collected, every duplicated customer record, every old <a class="wpil_keyword_link" title="document" href="https://thecyberexpress.com/how-to-password-protect-a-word-document/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28603">document</a> retained beyond its purpose, and every vendor copy sitting outside the organization’s control expands the blast radius of a breach.</p>
<p data-start="2367" data-end="2534">Security teams can encrypt systems and monitor networks, but they cannot fully protect data that the business does not know exists, no longer needs, or cannot justify.</p>

<h2 data-section-id="vnkubw" data-start="2536" data-end="2576">How DPDP Is Reshaping Data Governance</h2>
<p data-start="2578" data-end="2764">DPDP and <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-cybersecurity/" target="_blank"  rel="noopener" title="cybersecurity" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28632">cybersecurity</a> changes that conversation. Organizations must be able to explain what they collect, why they collect it, how long they keep it, whom they share it with, and when it must be deleted.</p>
<p data-start="2766" data-end="2841">These are not just legal requirements. They are security design principles.</p>
<p data-start="2843" data-end="3106">The law also carries serious consequences. Failure to maintain reasonable security safeguards can attract penalties of up to ₹250 crore, while failure to notify the Board or affected individuals of a personal data breach can attract penalties of up to ₹200 crore.</p>
<p data-start="3108" data-end="3270">The most secure piece of personal data is the one you never collected unnecessarily. The second most secure is the one you deleted when its purpose was fulfilled.</p>

<h2 data-section-id="8w2qas" data-start="3272" data-end="3320">Data Minimization as a Cybersecurity Strategy</h2>
<p data-start="3322" data-end="3609">For Indian enterprises, digital journeys have become data-heavy by default. Onboarding, lending, insurance, healthcare, ecommerce, and <a class="wpil_keyword_link" title="fraud" href="https://cyble.com/cybercrime/fraud/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28608">fraud</a> prevention journeys may all have legitimate reasons to process personal data. The challenge is to distinguish necessary data from convenient data.</p>
<p data-start="3611" data-end="3812">Cyber risk is no longer limited to firewalls and endpoint protection. It includes data hoarding, excessive access, old records, test data, unused integrations, shadow databases, and third-party copies.</p>
<p data-start="3814" data-end="3971">When a breach happens, regulators, customers, and partners will not only ask how the attacker got in. They will ask why so much data was there to be exposed.</p>
<p data-start="3973" data-end="4011">Data minimization reduces three risks.</p>

<ul>
 	<li data-start="4013" data-end="4212">First, it reduces data breach risk. If expired data has already been deleted, it cannot be stolen. If a system contains ten required fields instead of fifty collected by habit, the harm is lower.</li>
 	<li data-start="4214" data-end="4486">Second, it improves visibility. Many organizations struggle not because they lack security tools, but because they lack a reliable map of personal data across applications, databases, documents, cloud environments, and third parties. You cannot secure what you cannot see.</li>
 	<li data-start="4488" data-end="4670">Third, it strengthens accountability. Product, operations, legal, vendor, and security teams must now work from the same understanding of purpose, consent, retention, and safeguards.</li>
</ul>
<p data-start="4672" data-end="4756">Together, these three elements create a mature enterprise cybersecurity posture.</p>

<h2 data-section-id="zdkpc4" data-start="4758" data-end="4816">Balancing Fraud Prevention and Personal Data Protection</h2>
<p data-start="4818" data-end="4869">The hardest balancing act will be fraud prevention.</p>
<p data-start="4871" data-end="5145">Banks, insurers, fintechs, marketplaces, and digital platforms need strong controls to detect synthetic identities, account takeover, mule activity, payment fraud, and suspicious behavior. But fraud prevention cannot become a blanket justification for collecting everything.</p>
<p data-start="5147" data-end="5223">The way forward is not to weaken fraud controls. It is to make them sharper.</p>
<p data-start="5225" data-end="5450">Purpose-bound fraud prevention means collecting only the data required for a specific risk decision, using it with clear controls, retaining it for a justified period, and restricting access to systems that genuinely need it.</p>
<p data-start="5452" data-end="5541">Good security does not require unlimited data. It requires the right data, governed well.</p>

<h2 data-section-id="1jkc1za" data-start="5543" data-end="5591">Why Trust Is Becoming a Competitive Advantage</h2>
<p data-start="5593" data-end="5789">This is where trust becomes a competitive advantage. Enterprises that can demonstrate why they collect data, how they protect it, and when they delete it will earn customer and partner confidence.</p>
<p data-start="5791" data-end="5945">In a market where cyber threats are rising and regulatory scrutiny is increasing, trust will influence both customer choice and institutional credibility.</p>
<p data-start="5947" data-end="6031">For boards and leadership teams, the question is no longer, “Are we DPDP compliant?”</p>
<p data-start="6033" data-end="6109">The sharper question is, “Can we prove that our data practices reduce risk?”</p>
<p data-start="6111" data-end="6315">Answering that question requires more than a compliance audit. It requires a live view of personal data across the enterprise: what exists, where it goes, who can access it, and whether it still needs to.</p>
<p data-start="6317" data-end="6643"><a class="wpil_keyword_link" title="Privacy" href="https://thecyberexpress.com/what-is-privacy/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28604">Privacy</a> and security used to be treated as separate disciplines with separate teams, budgets, and agendas. That separation is no longer viable. A security team that does not know what personal data the business holds cannot protect it. A privacy team that does not have technical visibility into data flows cannot govern them.</p>

<h2 data-section-id="j3p736" data-start="6645" data-end="6684">The Future of DPDP and Cybersecurity</h2>
<p data-start="6686" data-end="6872">DPDP is not asking enterprises to choose between innovation and protection. It is asking them to build digital systems where innovation does not depend on uncontrolled data accumulation.</p>
<p data-start="6874" data-end="7089">For too long, “collect more” was seen as the safer business strategy. In the DPDP era, the safer cybersecurity strategy may be the opposite: collect with purpose, protect with discipline, and delete with confidence.</p>
<p data-start="7091" data-end="7230" data-is-last-node="" data-is-only-node=""><em><strong data-start="7091" data-end="7230" data-is-last-node="">Data minimization is no longer a privacy checkbox. It is becoming one of the most practical security controls an enterprise can deploy.</strong></em></p>
<p data-start="74" data-end="357"><em><span style="color: #ff0000;"><strong data-start="74" data-end="89">(Disclaimer: </strong>The views and opinions expressed in this article are those of the author and do not necessarily reflect the official position of The Cyber Express. This article is published as part of our contributed content program and is intended for informational purposes only.)</span></em></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">112541</post-id>	</item>
		<item>
		<title>China’s VerdantBamboo Experimented With Three Re-Entries and Three Malware in a Company Network</title>
		<link>https://thecyberexpress.com/china-verdantbamboo-18-month-campaign/</link>
		
		<dc:creator><![CDATA[Mihir Bagwe]]></dc:creator>
		<pubDate>Fri, 05 Jun 2026 06:48:31 +0000</pubDate>
				<category><![CDATA[Cyber News]]></category>
		<category><![CDATA[Cyber Essentials]]></category>
		<category><![CDATA[VerdantBamboo]]></category>
		<guid isPermaLink="false">https://thecyberexpress.com/?p=112536</guid>

					<description><![CDATA[<p><img width="800" height="533" src="https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="VerdantBamboo" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1.webp 800w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-750x500.webp 750w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1.webp 800w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-750x500.webp 750w" sizes="(max-width: 800px) 100vw, 800px" title="China&#039;s VerdantBamboo Experimented With Three Re-Entries and Three Malware in a Company Network 11"></p>China's VerdantBamboo spent 18 months inside a company's network. The entry point was the managed service provider next door.
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The incident response started with a suspicious connection from a Linux appliance. It ended with the discovery of a Chinese state-sponsored <a class="wpil_keyword_link" href="https://cyble.com/threat-actor/" target="_blank"  rel="noopener" title="threat actor" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28593">threat actor</a> that had been silently present in two interconnected networks for at least a year and a half — and that came back through a different door within days of being evicted through the first one.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Researchers at Volexity, documented a multi-stage intrusion campaign by the threat actor it tracks as VerdantBamboo, also known as WARP PANDA and UNC5221 by other vendors, that began with a compromised file sync appliance, expanded through a breached managed service provider, and persisted through three separate re-entry attempts, each one exploiting a different piece of infrastructure that lacked endpoint detection coverage.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>A File Sync Box No One Was Watching</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In September 2025, Volexity was called in after a customer noticed suspicious outbound traffic from a Linux virtual machine running Egnyte Storage Sync, software designed to synchronize on-premise files with cloud storage.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Instead of connecting to Egnyte infrastructure, the appliance was making encrypted TLS connections to a threat-actor-controlled domain hidden behind Cloudflare IP addresses. It was also querying Google's public DNS server at 8.8.8.8 via DNS over HTTPS, a technique that allows DNS lookups to masquerade as ordinary HTTPS traffic, bypassing DNS-based network monitoring.</p>

<h5>Also read: <a href="https://thecyberexpress.com/china-top-cyber-threat-for-us/">China Sits at the Top of America’s Cyber Threat List</a></h5>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Forensic analysis of the appliance revealed two backdoors. The primary implant was BRICKSTORM, a Golang-based <a class="wpil_keyword_link" href="https://cyble.com/remote-access-trojan/" target="_blank"  rel="noopener" title="remote access" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28592">remote access</a> trojan previously documented by CISA, Google Cloud, and NVISO in the context of Ivanti zero-day exploitation campaigns. The secondary was a previously undocumented Python reverse shell that the researchers named AGENTPSD, packaged as a native binary using PyInstaller and configured to execute once a month on the 15th as a fallback should BRICKSTORM become unavailable. Both had been on the system for at least 18 months before discovery.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">VerdantBamboo's initial<a href="https://www.volexity.com/blog/2026/06/04/verdantbamboo-just-another-brickstorm-in-the-firewall/" target="_blank" rel="nofollow noopener"> foothold came through</a> the appliance's default service account, egnyteservice, accessed via SSH using credentials the attacker had obtained from the organization's managed service provider. A misconfigured sudo rule on the appliance, which allowed the egnyteservice account to run the Linux tee command as root, gave the attacker an inadvertent local privilege escalation path. Using tee, they could write files anywhere on the filesystem as root, which they used to install BRICKSTORM in /usr/sbin/ and create a cron-based execution mechanism. Volexity reported the sudo misconfiguration to Egnyte, which fixed it in Storage Sync v13.13.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>The MSP Was Already Compromised</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As researchers examined the supply chain of the compromise, it turned its attention to the managed service provider — the third-party firm that administered the victim organization's systems. The MSP's pfSense <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-firewall/" target="_blank"  rel="noopener" title="firewall" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28590">firewall</a>, a popular open-source firewall running on FreeBSD, had been compromised by multiple threat actors simultaneously: web shells, cryptocurrency miners, alternate VPN configurations, and a FreeBSD-compatible BRICKSTORM implant deployed by VerdantBamboo, disguised as a file named "blacklist" in the IPsec directory and persisted via a modified cron file. That implant beaconed to a different C2 domain than those found on the victim organization's systems. It had also been present for at least 18 months.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Volexity assesses with medium confidence that the victim organization was first compromised via VerdantBamboo's prior breach of the MSP — with the attacker using MSP-held administrative credentials and infrastructure access as the initial foothold into the primary target's environment.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Three Evictions, Three Re-entries</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The operational persistence VerdantBamboo demonstrated after initial discovery is the most important finding. Within days of the Storage Sync appliance and SSL <a class="wpil_keyword_link" href="https://thecyberexpress.com/how-to-get-a-vpn/"   title="VPN" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28597">VPN</a> being taken offline, the organization's Synology NAS device began beaconing to the same C2 domain found on the Storage Sync server.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The re-entry path was when the MSP retired the SSL VPN device during remediation, the organization's firewall became directly accessible to the <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-internet/"   title="internet" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28596">internet</a>. VerdantBamboo connected to its administrative interface using stolen credentials that were not protected by multi-factor authentication, configured a new SSL VPN network on the firewall itself, and used that access to pivot back into the internal network.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">From there, the attacker connected via SSH to the Synology NAS and deployed a third previously undocumented <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-malware/" target="_blank"  rel="noopener" title="malware" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28594">malware</a> family, tracked by Volexity as PLENET — a .NET Core backdoor compiled to native code using the Native AOT framework introduced in .NET 7, which Google Cloud independently tracked under the name GRIMBOLT.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Researchers also found that VerdantBamboo had validated administrative credentials for the organization's VMware vCenter infrastructure via web-based logins but did not proceed to deploy <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-malware/"   title="malware" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28598">malware</a> on ESXi or vCenter systems in this incident, despite public reporting that ESXi persistence is a standard behavior for this group.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>The Technique That Made All of This Work</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Across the entire operation, VerdantBamboo consistently used compromised devices to proxy connections into the victim organization's Microsoft 365 environment. By routing M365 access through the organization's own SSL VPN IP address space, the attacker's logins appeared to originate from trusted internal infrastructure — bypassing Conditional Access policies specifically designed to block external access. Conditional Access policies in Microsoft Entra ID allow organizations to restrict cloud access by device, location, or network; VerdantBamboo rendered those controls useless by making its traffic look like it came from inside.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The entire attack surface VerdantBamboo operated against — the Egnyte appliance, the pfSense firewall, the Synology NAS — shared one characteristic; none of these devices support endpoint detection and response software. BRICKSTORM, PLENET, and AGENTPSD were all deployed on infrastructure that sits permanently outside the <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-edr/" target="_blank"  rel="noopener" title="EDR" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28591">EDR</a> visibility layer that most security teams treat as their primary detection surface.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">VerdantBamboo did not breach this organization through a zero-day <a class="wpil_keyword_link" href="https://cyble.com/exploit/" target="_blank"  rel="noopener" title="exploit" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28595">exploit</a> on a managed Windows endpoint. It entered through the blind spots — the devices that sit on the network and are administered via web interface and SSH, with no agent, no behavioral monitoring, and no MFA on their administrative accounts.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Researchers recommended enforcement of MFA on all administrative accounts without exception, including those managing firewalls and network appliances; audit sudo configurations on Linux appliances for inadvertent privilege escalation paths; ensure that network appliances are never exposed directly to the internet following remediation work; and extend network monitoring coverage to all devices capable of making outbound connections, regardless of whether they support EDR agents.</p>]]></description>
										<content:encoded><![CDATA[<p><img width="800" height="533" src="https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="VerdantBamboo" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1.webp 800w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-750x500.webp 750w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1.webp 800w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/VerdantBamboo-1-750x500.webp 750w" sizes="(max-width: 800px) 100vw, 800px" title="China&#039;s VerdantBamboo Experimented With Three Re-Entries and Three Malware in a Company Network 12"></p>China's VerdantBamboo spent 18 months inside a company's network. The entry point was the managed service provider next door.
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The incident response started with a suspicious connection from a Linux appliance. It ended with the discovery of a Chinese state-sponsored <a class="wpil_keyword_link" href="https://cyble.com/threat-actor/" target="_blank"  rel="noopener" title="threat actor" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28593">threat actor</a> that had been silently present in two interconnected networks for at least a year and a half — and that came back through a different door within days of being evicted through the first one.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Researchers at Volexity, documented a multi-stage intrusion campaign by the threat actor it tracks as VerdantBamboo, also known as WARP PANDA and UNC5221 by other vendors, that began with a compromised file sync appliance, expanded through a breached managed service provider, and persisted through three separate re-entry attempts, each one exploiting a different piece of infrastructure that lacked endpoint detection coverage.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>A File Sync Box No One Was Watching</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In September 2025, Volexity was called in after a customer noticed suspicious outbound traffic from a Linux virtual machine running Egnyte Storage Sync, software designed to synchronize on-premise files with cloud storage.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Instead of connecting to Egnyte infrastructure, the appliance was making encrypted TLS connections to a threat-actor-controlled domain hidden behind Cloudflare IP addresses. It was also querying Google's public DNS server at 8.8.8.8 via DNS over HTTPS, a technique that allows DNS lookups to masquerade as ordinary HTTPS traffic, bypassing DNS-based network monitoring.</p>

<h5>Also read: <a href="https://thecyberexpress.com/china-top-cyber-threat-for-us/">China Sits at the Top of America’s Cyber Threat List</a></h5>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Forensic analysis of the appliance revealed two backdoors. The primary implant was BRICKSTORM, a Golang-based <a class="wpil_keyword_link" href="https://cyble.com/remote-access-trojan/" target="_blank"  rel="noopener" title="remote access" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28592">remote access</a> trojan previously documented by CISA, Google Cloud, and NVISO in the context of Ivanti zero-day exploitation campaigns. The secondary was a previously undocumented Python reverse shell that the researchers named AGENTPSD, packaged as a native binary using PyInstaller and configured to execute once a month on the 15th as a fallback should BRICKSTORM become unavailable. Both had been on the system for at least 18 months before discovery.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">VerdantBamboo's initial<a href="https://www.volexity.com/blog/2026/06/04/verdantbamboo-just-another-brickstorm-in-the-firewall/" target="_blank" rel="nofollow noopener"> foothold came through</a> the appliance's default service account, egnyteservice, accessed via SSH using credentials the attacker had obtained from the organization's managed service provider. A misconfigured sudo rule on the appliance, which allowed the egnyteservice account to run the Linux tee command as root, gave the attacker an inadvertent local privilege escalation path. Using tee, they could write files anywhere on the filesystem as root, which they used to install BRICKSTORM in /usr/sbin/ and create a cron-based execution mechanism. Volexity reported the sudo misconfiguration to Egnyte, which fixed it in Storage Sync v13.13.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>The MSP Was Already Compromised</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As researchers examined the supply chain of the compromise, it turned its attention to the managed service provider — the third-party firm that administered the victim organization's systems. The MSP's pfSense <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-firewall/" target="_blank"  rel="noopener" title="firewall" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28590">firewall</a>, a popular open-source firewall running on FreeBSD, had been compromised by multiple threat actors simultaneously: web shells, cryptocurrency miners, alternate VPN configurations, and a FreeBSD-compatible BRICKSTORM implant deployed by VerdantBamboo, disguised as a file named "blacklist" in the IPsec directory and persisted via a modified cron file. That implant beaconed to a different C2 domain than those found on the victim organization's systems. It had also been present for at least 18 months.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Volexity assesses with medium confidence that the victim organization was first compromised via VerdantBamboo's prior breach of the MSP — with the attacker using MSP-held administrative credentials and infrastructure access as the initial foothold into the primary target's environment.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>Three Evictions, Three Re-entries</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The operational persistence VerdantBamboo demonstrated after initial discovery is the most important finding. Within days of the Storage Sync appliance and SSL <a class="wpil_keyword_link" href="https://thecyberexpress.com/how-to-get-a-vpn/"   title="VPN" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28597">VPN</a> being taken offline, the organization's Synology NAS device began beaconing to the same C2 domain found on the Storage Sync server.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The re-entry path was when the MSP retired the SSL VPN device during remediation, the organization's firewall became directly accessible to the <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-internet/"   title="internet" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28596">internet</a>. VerdantBamboo connected to its administrative interface using stolen credentials that were not protected by multi-factor authentication, configured a new SSL VPN network on the firewall itself, and used that access to pivot back into the internal network.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">From there, the attacker connected via SSH to the Synology NAS and deployed a third previously undocumented <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-malware/" target="_blank"  rel="noopener" title="malware" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28594">malware</a> family, tracked by Volexity as PLENET — a .NET Core backdoor compiled to native code using the Native AOT framework introduced in .NET 7, which Google Cloud independently tracked under the name GRIMBOLT.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Researchers also found that VerdantBamboo had validated administrative credentials for the organization's VMware vCenter infrastructure via web-based logins but did not proceed to deploy <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-malware/"   title="malware" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28598">malware</a> on ESXi or vCenter systems in this incident, despite public reporting that ESXi persistence is a standard behavior for this group.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>The Technique That Made All of This Work</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Across the entire operation, VerdantBamboo consistently used compromised devices to proxy connections into the victim organization's Microsoft 365 environment. By routing M365 access through the organization's own SSL VPN IP address space, the attacker's logins appeared to originate from trusted internal infrastructure — bypassing Conditional Access policies specifically designed to block external access. Conditional Access policies in Microsoft Entra ID allow organizations to restrict cloud access by device, location, or network; VerdantBamboo rendered those controls useless by making its traffic look like it came from inside.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The entire attack surface VerdantBamboo operated against — the Egnyte appliance, the pfSense firewall, the Synology NAS — shared one characteristic; none of these devices support endpoint detection and response software. BRICKSTORM, PLENET, and AGENTPSD were all deployed on infrastructure that sits permanently outside the <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-edr/" target="_blank"  rel="noopener" title="EDR" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28591">EDR</a> visibility layer that most security teams treat as their primary detection surface.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">VerdantBamboo did not breach this organization through a zero-day <a class="wpil_keyword_link" href="https://cyble.com/exploit/" target="_blank"  rel="noopener" title="exploit" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28595">exploit</a> on a managed Windows endpoint. It entered through the blind spots — the devices that sit on the network and are administered via web interface and SSH, with no agent, no behavioral monitoring, and no MFA on their administrative accounts.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Researchers recommended enforcement of MFA on all administrative accounts without exception, including those managing firewalls and network appliances; audit sudo configurations on Linux appliances for inadvertent privilege escalation paths; ensure that network appliances are never exposed directly to the internet following remediation work; and extend network monitoring coverage to all devices capable of making outbound connections, regardless of whether they support EDR agents.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">112536</post-id>	</item>
		<item>
		<title>Study of AI-Assisted Cyberattacks May Reshape How Security Industry Measures Risk</title>
		<link>https://thecyberexpress.com/study-of-ai-assisted-cyberattacks/</link>
		
		<dc:creator><![CDATA[Mihir Bagwe]]></dc:creator>
		<pubDate>Fri, 05 Jun 2026 04:36:25 +0000</pubDate>
				<category><![CDATA[Cyber News]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AI-Assisted Cyberattacks]]></category>
		<category><![CDATA[Anthropic]]></category>
		<category><![CDATA[Anthropic AI investigation]]></category>
		<category><![CDATA[Claude]]></category>
		<guid isPermaLink="false">https://thecyberexpress.com/?p=112531</guid>

					<description><![CDATA[<p><img width="800" height="533" src="https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Fraud, Agentic AI, AI-assisted Cyberattacks" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI.webp 800w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-750x500.webp 750w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI.webp 800w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-750x500.webp 750w" sizes="(max-width: 800px) 100vw, 800px" title="Study of AI-Assisted Cyberattacks May Reshape How Security Industry Measures Risk 13"></p><p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The threat intelligence community has spent decades building frameworks to assess how dangerous a cyberattacker is. Anthropic just published data suggesting those frameworks are failing — not because they were poorly designed, but because AI has fundamentally changed the relationship between attacker skill and attacker capability, and AI-assisted cyberattacks are now becoming a norm.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Anthropic's Frontier Red Team <a href="https://www.anthropic.com/news/AI-enabled-cyber-threats-mitre-attack" target="_blank" rel="nofollow noopener">published</a> findings drawn from 832 accounts banned for malicious cyber activity between March 2025 and 2026, mapping each case against MITRE ATT&amp;CK, the industry's most widely used taxonomy of attacker tactics and techniques.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">A subset of those findings appeared in Verizon's 2026 <a class="wpil_keyword_link" title="Data Breach" href="https://cyble.com/knowledge-hub/what-is-a-data-breach/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28577">Data Breach</a> Investigations Report. The full analysis, published simultaneously with an interactive visualization on Anthropic's Red blog, delivers three conclusions that should unsettle <a class="wpil_keyword_link" title="security" href="https://thecyberexpress.com/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28584">security</a> teams relying on traditional risk-scoring models.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>AI Is Moving Deeper Into the Attack Chain</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The most common AI-assisted activity in the dataset is also the most expected - writing <a class="wpil_keyword_link" title="malware" href="https://thecyberexpress.com/what-is-malware/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28585">malware</a>. Of the 832 accounts studied, 560 or 67.3% used AI for that purpose. But the more significant finding is directional. Across the twelve-month study period, AI use shifted measurably from initial-access techniques toward post-compromise activity. It's the harder, more technically demanding work that happens after an attacker is already inside a network.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">AI-assisted account discovery — identifying valid accounts inside a compromised environment — rose 8.9% across the period. AI-assisted <a class="wpil_keyword_link" title="phishing" href="https://cyble.com/knowledge-hub/what-is-phishing/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28580">phishing</a>, a standard initial-access technique, fell 8.6%. <a class="wpil_keyword_link" title="Lateral movement" href="https://thecyberexpress.com/what-is-lateral-movement-in-cyber-security/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28586">Lateral movement</a>, the process of navigating deeper inside a compromised network to reach high-value targets, was used with AI assistance by 54 of the 832 actors, or 6.5%. These are precisely the techniques that have historically required sophisticated operators to execute effectively. AI is democratizing them.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The risk-scoring <a class="wpil_keyword_link" title="data" href="https://thecyberexpress.com/what-is-data/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28588">data</a> makes that democratization concrete. In the first six months of the study period, 33% of actors were classified as medium <a class="wpil_keyword_link" title="risk" href="https://thecyberexpress.com/what-are-risks-in-cybersecurity/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28587">risk</a> or higher. By the second six months, that share had jumped to 56% — a roughly 1.7-fold increase in just six months.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>The Old Signals for Measuring Threat Level No Longer Work</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Security teams have traditionally assessed actor sophistication by counting how many distinct techniques they employ and observing what tools or interfaces they use. Anthropic's data shows those signals have decoupled from actual risk in an AI-enabled environment.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The least-skilled actors in the dataset used an average of 16 distinct techniques. The most skilled used an average of 20. The gap is so small as to be operationally meaningless for triage purposes. Similarly, whether an attacker used Claude Code, the API, or a chat interface showed no correlation with risk level.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">What does distinguish higher-risk actors is where in the attack lifecycle they apply AI. Higher-risk operators concentrate AI use on operationally demanding techniques — account discovery, lateral movement, privilege escalation — rather than merely on initial-access tasks. But even that signal is eroding. Those post-compromise techniques are exactly where the broader attacker population is now heading, as more actors get reclassified as higher risk and the behavior diffuses downward through the <a class="wpil_keyword_link" title="threat actor" href="https://cyble.com/threat-actor/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28583">threat actor</a> ecosystem.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The more durable differentiator, Anthropic found, is architectural. The highest-risk actors build scaffolding around models that allows AI to chain together discrete stages of a <a class="wpil_keyword_link" title="cyberattack" href="https://cyble.com/knowledge-hub/what-is-a-cyber-attack/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28582">cyberattack</a> and execute them with minimal human input. That capability — agentic attack orchestration — is the real frontier of AI-enabled threat activity, and it is not captured anywhere in the current MITRE ATT&amp;CK framework.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>MITRE ATT&amp;CK Was Not Built for AI Agents</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Researchers show the framework gap with an example of a state-sponsored <a class="wpil_keyword_link" title="cyber espionage" href="https://cyble.com/knowledge-hub/what-is-cyber-espionage/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28581">cyber espionage</a> operation the company disrupted in November 2025, in which a malicious actor manipulated Claude Code into attempting to infiltrate targets worldwide with minimal human intervention.</p>

<h5>Read: <a href="https://thecyberexpress.com/1st-autonomous-cyber-espionage-with-claude-ai/">Chinese Hackers Weaponize Claude AI to Execute First Autonomous Cyber Espionage Campaign at Scale</a></h5>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Mapping that operation against MITRE ATT&amp;CK produced a count of 30 techniques across 13 tactics — a profile comparable to many medium-risk actors in the dataset, and one that drastically understates how dangerous the operation actually was. Anthropic's own risk-scoring methodology, applied to the same operation, returned a maximum score of 100.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The gap exists because MITRE ATT&amp;CK was designed to <a class="wpil_keyword_link" title="document" href="https://thecyberexpress.com/how-to-password-protect-a-word-document/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28579">document</a> what attackers do, not how they orchestrate it. An AI agent that executes commands, exploits <a class="wpil_keyword_link" title="vulnerabilities" href="https://thecyberexpress.com/what-are-vulnerabilities/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28578">vulnerabilities</a>, steals credentials, and makes real-time tactical decisions across a full attack chain — requiring human input only at a few key moments — is a categorically different threat actor than a human operator executing those same steps manually. There is no ATT&amp;CK ID for agentic orchestration. There is no technique entry for autonomous chaining of attack stages. There is no tactic that captures the removal of human decision bottlenecks from the attack lifecycle.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Anthropic says it is in active discussions with MITRE about how the ATT&amp;CK framework might evolve to include these AI-enabled behaviors. The company has also used the findings from this analysis to inform the cyber safeguards built into its most capable models — including detection and blocking mechanisms for <a class="wpil_keyword_link" title="malware" href="https://cyble.com/knowledge-hub/what-is-malware/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28589">malware</a> development and mass data exfiltration activities documented in the dataset.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;">Risk triage models built on technique counts, tool-type signals, or initial-access sophistication are now systematically underclassifying AI-enabled actors. A threat actor who uses 16 techniques with AI assistance may pose the same operational risk as one using 25 techniques manually. An attacker deploying a free-tier chat interface may be running the same agentic attack chain as one using a direct API connection.</span></p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The more meaningful questions for detection and triage are behavioral and architectural. Is this actor using AI post-compromise rather than merely for initial access? Is there evidence of automated chaining between attack stages? Is human intervention being removed from operationally demanding steps? Those questions are not yet embedded in standard detection frameworks — and closing that gap, researchers argue, is now an urgent priority for the industry.</p>]]></description>
										<content:encoded><![CDATA[<p><img width="800" height="533" src="https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Fraud, Agentic AI, AI-assisted Cyberattacks" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI.webp 800w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-750x500.webp 750w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI.webp 800w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/Fraud-Agentic-AI-750x500.webp 750w" sizes="(max-width: 800px) 100vw, 800px" title="Study of AI-Assisted Cyberattacks May Reshape How Security Industry Measures Risk 14"></p><p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The threat intelligence community has spent decades building frameworks to assess how dangerous a cyberattacker is. Anthropic just published data suggesting those frameworks are failing — not because they were poorly designed, but because AI has fundamentally changed the relationship between attacker skill and attacker capability, and AI-assisted cyberattacks are now becoming a norm.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Anthropic's Frontier Red Team <a href="https://www.anthropic.com/news/AI-enabled-cyber-threats-mitre-attack" target="_blank" rel="nofollow noopener">published</a> findings drawn from 832 accounts banned for malicious cyber activity between March 2025 and 2026, mapping each case against MITRE ATT&amp;CK, the industry's most widely used taxonomy of attacker tactics and techniques.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">A subset of those findings appeared in Verizon's 2026 <a class="wpil_keyword_link" title="Data Breach" href="https://cyble.com/knowledge-hub/what-is-a-data-breach/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28577">Data Breach</a> Investigations Report. The full analysis, published simultaneously with an interactive visualization on Anthropic's Red blog, delivers three conclusions that should unsettle <a class="wpil_keyword_link" title="security" href="https://thecyberexpress.com/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28584">security</a> teams relying on traditional risk-scoring models.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>AI Is Moving Deeper Into the Attack Chain</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The most common AI-assisted activity in the dataset is also the most expected - writing <a class="wpil_keyword_link" title="malware" href="https://thecyberexpress.com/what-is-malware/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28585">malware</a>. Of the 832 accounts studied, 560 or 67.3% used AI for that purpose. But the more significant finding is directional. Across the twelve-month study period, AI use shifted measurably from initial-access techniques toward post-compromise activity. It's the harder, more technically demanding work that happens after an attacker is already inside a network.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">AI-assisted account discovery — identifying valid accounts inside a compromised environment — rose 8.9% across the period. AI-assisted <a class="wpil_keyword_link" title="phishing" href="https://cyble.com/knowledge-hub/what-is-phishing/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28580">phishing</a>, a standard initial-access technique, fell 8.6%. <a class="wpil_keyword_link" title="Lateral movement" href="https://thecyberexpress.com/what-is-lateral-movement-in-cyber-security/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28586">Lateral movement</a>, the process of navigating deeper inside a compromised network to reach high-value targets, was used with AI assistance by 54 of the 832 actors, or 6.5%. These are precisely the techniques that have historically required sophisticated operators to execute effectively. AI is democratizing them.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The risk-scoring <a class="wpil_keyword_link" title="data" href="https://thecyberexpress.com/what-is-data/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28588">data</a> makes that democratization concrete. In the first six months of the study period, 33% of actors were classified as medium <a class="wpil_keyword_link" title="risk" href="https://thecyberexpress.com/what-are-risks-in-cybersecurity/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28587">risk</a> or higher. By the second six months, that share had jumped to 56% — a roughly 1.7-fold increase in just six months.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>The Old Signals for Measuring Threat Level No Longer Work</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Security teams have traditionally assessed actor sophistication by counting how many distinct techniques they employ and observing what tools or interfaces they use. Anthropic's data shows those signals have decoupled from actual risk in an AI-enabled environment.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The least-skilled actors in the dataset used an average of 16 distinct techniques. The most skilled used an average of 20. The gap is so small as to be operationally meaningless for triage purposes. Similarly, whether an attacker used Claude Code, the API, or a chat interface showed no correlation with risk level.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">What does distinguish higher-risk actors is where in the attack lifecycle they apply AI. Higher-risk operators concentrate AI use on operationally demanding techniques — account discovery, lateral movement, privilege escalation — rather than merely on initial-access tasks. But even that signal is eroding. Those post-compromise techniques are exactly where the broader attacker population is now heading, as more actors get reclassified as higher risk and the behavior diffuses downward through the <a class="wpil_keyword_link" title="threat actor" href="https://cyble.com/threat-actor/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28583">threat actor</a> ecosystem.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The more durable differentiator, Anthropic found, is architectural. The highest-risk actors build scaffolding around models that allows AI to chain together discrete stages of a <a class="wpil_keyword_link" title="cyberattack" href="https://cyble.com/knowledge-hub/what-is-a-cyber-attack/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28582">cyberattack</a> and execute them with minimal human input. That capability — agentic attack orchestration — is the real frontier of AI-enabled threat activity, and it is not captured anywhere in the current MITRE ATT&amp;CK framework.</p>

<h3 class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><strong>MITRE ATT&amp;CK Was Not Built for AI Agents</strong></h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Researchers show the framework gap with an example of a state-sponsored <a class="wpil_keyword_link" title="cyber espionage" href="https://cyble.com/knowledge-hub/what-is-cyber-espionage/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28581">cyber espionage</a> operation the company disrupted in November 2025, in which a malicious actor manipulated Claude Code into attempting to infiltrate targets worldwide with minimal human intervention.</p>

<h5>Read: <a href="https://thecyberexpress.com/1st-autonomous-cyber-espionage-with-claude-ai/">Chinese Hackers Weaponize Claude AI to Execute First Autonomous Cyber Espionage Campaign at Scale</a></h5>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Mapping that operation against MITRE ATT&amp;CK produced a count of 30 techniques across 13 tactics — a profile comparable to many medium-risk actors in the dataset, and one that drastically understates how dangerous the operation actually was. Anthropic's own risk-scoring methodology, applied to the same operation, returned a maximum score of 100.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The gap exists because MITRE ATT&amp;CK was designed to <a class="wpil_keyword_link" title="document" href="https://thecyberexpress.com/how-to-password-protect-a-word-document/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28579">document</a> what attackers do, not how they orchestrate it. An AI agent that executes commands, exploits <a class="wpil_keyword_link" title="vulnerabilities" href="https://thecyberexpress.com/what-are-vulnerabilities/" data-wpil-keyword-link="linked" data-wpil-monitor-id="28578">vulnerabilities</a>, steals credentials, and makes real-time tactical decisions across a full attack chain — requiring human input only at a few key moments — is a categorically different threat actor than a human operator executing those same steps manually. There is no ATT&amp;CK ID for agentic orchestration. There is no technique entry for autonomous chaining of attack stages. There is no tactic that captures the removal of human decision bottlenecks from the attack lifecycle.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Anthropic says it is in active discussions with MITRE about how the ATT&amp;CK framework might evolve to include these AI-enabled behaviors. The company has also used the findings from this analysis to inform the cyber safeguards built into its most capable models — including detection and blocking mechanisms for <a class="wpil_keyword_link" title="malware" href="https://cyble.com/knowledge-hub/what-is-malware/" target="_blank" rel="noopener" data-wpil-keyword-link="linked" data-wpil-monitor-id="28589">malware</a> development and mass data exfiltration activities documented in the dataset.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;">Risk triage models built on technique counts, tool-type signals, or initial-access sophistication are now systematically underclassifying AI-enabled actors. A threat actor who uses 16 techniques with AI assistance may pose the same operational risk as one using 25 techniques manually. An attacker deploying a free-tier chat interface may be running the same agentic attack chain as one using a direct API connection.</span></p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The more meaningful questions for detection and triage are behavioral and architectural. Is this actor using AI post-compromise rather than merely for initial access? Is there evidence of automated chaining between attack stages? Is human intervention being removed from operationally demanding steps? Those questions are not yet embedded in standard detection frameworks — and closing that gap, researchers argue, is now an urgent priority for the industry.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">112531</post-id>	</item>
		<item>
		<title>New Threat Actor Targets Crypto Firms’ Development Infrastructure</title>
		<link>https://thecyberexpress.com/new-threat-actor-targets-crypto-firms-infra/</link>
		
		<dc:creator><![CDATA[Mihir Bagwe]]></dc:creator>
		<pubDate>Thu, 04 Jun 2026 18:22:27 +0000</pubDate>
				<category><![CDATA[Cyber News]]></category>
		<category><![CDATA[Cyber Essentials]]></category>
		<category><![CDATA[Crypto]]></category>
		<category><![CDATA[crypto scam]]></category>
		<category><![CDATA[JINX-0164]]></category>
		<guid isPermaLink="false">https://thecyberexpress.com/?p=112525</guid>

					<description><![CDATA[<p><img width="1000" height="751" src="https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Crypto Scam, Crypto" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628.webp 1000w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-300x225.webp 300w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-768x577.webp 768w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-600x451.webp 600w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-150x113.webp 150w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-750x563.webp 750w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628.webp 1000w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-300x225.webp 300w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-768x577.webp 768w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-600x451.webp 600w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-150x113.webp 150w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-750x563.webp 750w" sizes="(max-width: 1000px) 100vw, 1000px" title="New Threat Actor Targets Crypto Firms’ Development Infrastructure 15"></p><p data-start="145" data-end="426">A previously undocumented threat actor is conducting highly targeted attacks against cryptocurrency organizations, using fake recruitment opportunities, custom macOS malware, and software supply chain compromises to gain access to development environments and cloud infrastructure.</p>
<p data-start="428" data-end="852">Researchers at <span class="" data-state="closed"><a class="decorated-link" href="https://www.wiz.io/blog/threat-actors-target-crypto-orgs" target="_blank" rel="nofollow noopener">Wiz Research</a></span> have identified the group as JINX-0164, a financially motivated actor that has been active since at least mid-2025. Unlike many crypto-focused threat groups that target wallets and exchanges directly, JINX-0164 is going after the software development infrastructure that powers crypto companies.</p>

<h3 data-section-id="t7p03n" data-start="854" data-end="891"><span role="text"><strong data-start="858" data-end="891">The Attack Starts on LinkedIn</strong></span></h3>
<p data-start="893" data-end="1015">According to Wiz's investigation, the threat actor's operations begin with carefully crafted <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-social-engineering/" target="_blank"  rel="noopener" title="social engineering" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28570">social engineering</a> campaigns.</p>
<p data-start="1017" data-end="1338">Developers and technical employees at cryptocurrency firms are approached on LinkedIn by profiles posing as recruiters, business partners, or industry professionals. The interactions often appear legitimate and may continue for days before the target is invited to a virtual meeting.</p>
<p data-start="1340" data-end="1592">The meeting invitation directs victims to a website masquerading as a teleconferencing platform. However, instead of joining a video call, users unknowingly download <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-malware/" target="_blank"  rel="noopener" title="malware" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28573">malware</a> specifically designed for macOS systems.</p>
<p data-start="1594" data-end="1792">This level of targeting suggests the attackers have conducted reconnaissance beforehand and are deliberately selecting employees with access to development resources and sensitive corporate systems.</p>

<h3 data-section-id="1j35oy7" data-start="1794" data-end="1852"><span role="text"><strong data-start="1798" data-end="1852">From Developer Laptop to Production Infrastructure</strong></span></h3>
<p data-start="1854" data-end="1978">Once the malware is executed, attackers establish <a class="wpil_keyword_link" href="https://cyble.com/remote-access-trojan/" target="_blank"  rel="noopener" title="remote access" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28572">remote access</a> to the compromised machine and begin harvesting credentials.</p>
<p data-start="1980" data-end="2249">What makes JINX-0164 particularly dangerous is its focus on developer environments. Rather than stopping at endpoint compromise, the group pivots toward software repositories, build pipelines, cloud environments, and CI/CD systems.</p>
<p data-start="2251" data-end="2437">Researchers observed attackers moving laterally from employee devices into development infrastructure, enabling them to access source code, authentication tokens, and deployment systems.</p>
<p data-start="2439" data-end="2671">In at least one incident investigated by Wiz, the campaign escalated into a software <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-a-supply-chain-attack/" target="_blank"  rel="noopener" title="supply chain attack" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28574">supply chain attack</a>, showing the potential for downstream impact beyond the initial victim organization.</p>

<h3 data-section-id="19tk5l9" data-start="2673" data-end="2719"><span role="text"><strong data-start="2677" data-end="2719">A Shift in Crypto Threat Actor Tactics</strong></span></h3>
<p data-start="2721" data-end="2870">Historically, many crypto-focused threat actors have concentrated on stealing digital assets directly through wallet compromise or exchange breaches.</p>
<p data-start="2872" data-end="2921">JINX-0164 appears to be taking a different route.</p>
<p data-start="2923" data-end="3232">By targeting developers and the systems they use to build and distribute software, the group gains access to a broader attack surface. Compromising a CI/CD pipeline can potentially provide access to production environments, customer-facing applications, and software updates distributed to thousands of users.</p>

<h3 data-section-id="15r4j2j" data-start="3451" data-end="3494"><span role="text"><strong data-start="3455" data-end="3494">Custom Tooling and Long-Term Access</strong></span></h3>
<p data-start="3496" data-end="3760">Wiz researchers noted that the actor relies on custom-built <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-malware/"   title="malware" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28576">malware</a> rather than publicly available tools. This enables the group to maintain stealth, evade traditional <a class="wpil_keyword_link" href="https://thecyberexpress.com/"   title="security" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28575">security</a> controls, and adapt quickly when defenses change.</p>
<p data-start="3762" data-end="3915">The malware serves as a foothold into the victim environment, after which the attackers focus heavily on credential collection and infrastructure access.</p>
<p data-start="3917" data-end="4079">Particular attention appears to be paid to cloud resources and development secrets—assets that can provide privileged access across an organization's environment.</p>

<h3 data-section-id="p2uecm" data-start="4081" data-end="4132"><span role="text"><strong data-start="4085" data-end="4132">Why Cryptocurrency Firms Are Being Targeted</strong></span></h3>
<p data-start="4134" data-end="4218">Cryptocurrency companies remain among the most lucrative targets for cybercriminals.</p>
<p data-start="4220" data-end="4520">Beyond direct access to digital assets, these organizations often manage large volumes of financial transactions, proprietary code, and privileged infrastructure. Developers within these firms frequently have access to production environments, signing keys, cloud platforms, and deployment pipelines.</p>
<p data-start="4522" data-end="4612">For attackers, compromising a single <a class="wpil_keyword_link" href="https://thecyberexpress.com/how-to-become-a-cyber-security-engineer/"   title="engineer" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28571">engineer</a> can become a gateway to an entire ecosystem.</p>

<h5 data-start="4522" data-end="4612">Also read: <a href="https://thecyberexpress.com/grinex-cyberattack-15m-wallet-breach/">$15M Grinex Hack Forces Trading Halt After Major Crypto Wallet Breach</a></h5>]]></description>
										<content:encoded><![CDATA[<p><img width="1000" height="751" src="https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Crypto Scam, Crypto" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628.webp 1000w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-300x225.webp 300w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-768x577.webp 768w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-600x451.webp 600w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-150x113.webp 150w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-750x563.webp 750w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628.webp 1000w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-300x225.webp 300w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-768x577.webp 768w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-600x451.webp 600w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-150x113.webp 150w, https://thecyberexpress.com/wp-content/uploads/shutterstock_1281933628-750x563.webp 750w" sizes="(max-width: 1000px) 100vw, 1000px" title="New Threat Actor Targets Crypto Firms’ Development Infrastructure 16"></p><p data-start="145" data-end="426">A previously undocumented threat actor is conducting highly targeted attacks against cryptocurrency organizations, using fake recruitment opportunities, custom macOS malware, and software supply chain compromises to gain access to development environments and cloud infrastructure.</p>
<p data-start="428" data-end="852">Researchers at <span class="" data-state="closed"><a class="decorated-link" href="https://www.wiz.io/blog/threat-actors-target-crypto-orgs" target="_blank" rel="nofollow noopener">Wiz Research</a></span> have identified the group as JINX-0164, a financially motivated actor that has been active since at least mid-2025. Unlike many crypto-focused threat groups that target wallets and exchanges directly, JINX-0164 is going after the software development infrastructure that powers crypto companies.</p>

<h3 data-section-id="t7p03n" data-start="854" data-end="891"><span role="text"><strong data-start="858" data-end="891">The Attack Starts on LinkedIn</strong></span></h3>
<p data-start="893" data-end="1015">According to Wiz's investigation, the threat actor's operations begin with carefully crafted <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-social-engineering/" target="_blank"  rel="noopener" title="social engineering" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28570">social engineering</a> campaigns.</p>
<p data-start="1017" data-end="1338">Developers and technical employees at cryptocurrency firms are approached on LinkedIn by profiles posing as recruiters, business partners, or industry professionals. The interactions often appear legitimate and may continue for days before the target is invited to a virtual meeting.</p>
<p data-start="1340" data-end="1592">The meeting invitation directs victims to a website masquerading as a teleconferencing platform. However, instead of joining a video call, users unknowingly download <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-malware/" target="_blank"  rel="noopener" title="malware" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28573">malware</a> specifically designed for macOS systems.</p>
<p data-start="1594" data-end="1792">This level of targeting suggests the attackers have conducted reconnaissance beforehand and are deliberately selecting employees with access to development resources and sensitive corporate systems.</p>

<h3 data-section-id="1j35oy7" data-start="1794" data-end="1852"><span role="text"><strong data-start="1798" data-end="1852">From Developer Laptop to Production Infrastructure</strong></span></h3>
<p data-start="1854" data-end="1978">Once the malware is executed, attackers establish <a class="wpil_keyword_link" href="https://cyble.com/remote-access-trojan/" target="_blank"  rel="noopener" title="remote access" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28572">remote access</a> to the compromised machine and begin harvesting credentials.</p>
<p data-start="1980" data-end="2249">What makes JINX-0164 particularly dangerous is its focus on developer environments. Rather than stopping at endpoint compromise, the group pivots toward software repositories, build pipelines, cloud environments, and CI/CD systems.</p>
<p data-start="2251" data-end="2437">Researchers observed attackers moving laterally from employee devices into development infrastructure, enabling them to access source code, authentication tokens, and deployment systems.</p>
<p data-start="2439" data-end="2671">In at least one incident investigated by Wiz, the campaign escalated into a software <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-a-supply-chain-attack/" target="_blank"  rel="noopener" title="supply chain attack" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28574">supply chain attack</a>, showing the potential for downstream impact beyond the initial victim organization.</p>

<h3 data-section-id="19tk5l9" data-start="2673" data-end="2719"><span role="text"><strong data-start="2677" data-end="2719">A Shift in Crypto Threat Actor Tactics</strong></span></h3>
<p data-start="2721" data-end="2870">Historically, many crypto-focused threat actors have concentrated on stealing digital assets directly through wallet compromise or exchange breaches.</p>
<p data-start="2872" data-end="2921">JINX-0164 appears to be taking a different route.</p>
<p data-start="2923" data-end="3232">By targeting developers and the systems they use to build and distribute software, the group gains access to a broader attack surface. Compromising a CI/CD pipeline can potentially provide access to production environments, customer-facing applications, and software updates distributed to thousands of users.</p>

<h3 data-section-id="15r4j2j" data-start="3451" data-end="3494"><span role="text"><strong data-start="3455" data-end="3494">Custom Tooling and Long-Term Access</strong></span></h3>
<p data-start="3496" data-end="3760">Wiz researchers noted that the actor relies on custom-built <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-malware/"   title="malware" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28576">malware</a> rather than publicly available tools. This enables the group to maintain stealth, evade traditional <a class="wpil_keyword_link" href="https://thecyberexpress.com/"   title="security" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28575">security</a> controls, and adapt quickly when defenses change.</p>
<p data-start="3762" data-end="3915">The malware serves as a foothold into the victim environment, after which the attackers focus heavily on credential collection and infrastructure access.</p>
<p data-start="3917" data-end="4079">Particular attention appears to be paid to cloud resources and development secrets—assets that can provide privileged access across an organization's environment.</p>

<h3 data-section-id="p2uecm" data-start="4081" data-end="4132"><span role="text"><strong data-start="4085" data-end="4132">Why Cryptocurrency Firms Are Being Targeted</strong></span></h3>
<p data-start="4134" data-end="4218">Cryptocurrency companies remain among the most lucrative targets for cybercriminals.</p>
<p data-start="4220" data-end="4520">Beyond direct access to digital assets, these organizations often manage large volumes of financial transactions, proprietary code, and privileged infrastructure. Developers within these firms frequently have access to production environments, signing keys, cloud platforms, and deployment pipelines.</p>
<p data-start="4522" data-end="4612">For attackers, compromising a single <a class="wpil_keyword_link" href="https://thecyberexpress.com/how-to-become-a-cyber-security-engineer/"   title="engineer" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28571">engineer</a> can become a gateway to an entire ecosystem.</p>

<h5 data-start="4522" data-end="4612">Also read: <a href="https://thecyberexpress.com/grinex-cyberattack-15m-wallet-breach/">$15M Grinex Hack Forces Trading Halt After Major Crypto Wallet Breach</a></h5>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">112525</post-id>	</item>
		<item>
		<title>Pink Extortion Group Emerges Targeting Microsoft 365 Data</title>
		<link>https://thecyberexpress.com/pink-extortion-group-emerges/</link>
		
		<dc:creator><![CDATA[Mihir Bagwe]]></dc:creator>
		<pubDate>Thu, 04 Jun 2026 16:38:36 +0000</pubDate>
				<category><![CDATA[Cyber News]]></category>
		<category><![CDATA[Cyber Essentials]]></category>
		<category><![CDATA[Cloud Data Theft]]></category>
		<category><![CDATA[Pink Extortion]]></category>
		<category><![CDATA[vishing]]></category>
		<guid isPermaLink="false">https://thecyberexpress.com/?p=112516</guid>

					<description><![CDATA[<p><img width="800" height="533" src="https://thecyberexpress.com/wp-content/uploads/Pink-Extortion.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Pink, Pink Extortion, CL-CRI-1147" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/Pink-Extortion.webp 800w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-750x500.webp 750w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion.webp 800w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-750x500.webp 750w" sizes="(max-width: 800px) 100vw, 800px" title="Pink Extortion Group Emerges Targeting Microsoft 365 Data 17"></p><p data-start="115" data-end="364">A newly identified cyber extortion operation is gaining attention among incident responders after security researchers uncovered a threat group using voice phishing, cloud data theft and aggressive extortion tactics to target organizations.</p>
<p data-start="366" data-end="779">Researchers at Unit 42 have begun tracking the activity under the cluster designation CL-CRI-1147, while the threat actors themselves operate under the newly established "Pink" extortion brand. The group's leak site reportedly became active on May 31, and already lists multiple victims, signaling an effort to establish an independent reputation within the cybercrime ecosystem.</p>

<h3 data-section-id="ibiw6k" data-start="781" data-end="822"><span role="text"><strong data-start="785" data-end="822">A New Brand With Familiar Tactics</strong></span></h3>
<p data-start="824" data-end="882">While Pink is a new name, its techniques are anything but.</p>
<p data-start="884" data-end="1354">Researchers assess that CL-CRI-1147 is likely affiliated with the broader "Com" cybercriminal ecosystem—a loosely used term for financially motivated actors linked to several high-profile extortion campaigns. The group's tradecraft closely resembles that of <a class="wpil_keyword_link" href="https://thecyberexpress.com/"   title="cybercrime" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28567">cybercrime</a> crews such as <span class="hover:entity-accent entity-underline inline cursor-pointer align-baseline"><span class="whitespace-normal">ShinyHunters</span></span> and <span class="hover:entity-accent entity-underline inline cursor-pointer align-baseline"><span class="whitespace-normal">Blackfile</span></span>, both known for targeting cloud environments and stealing corporate data for extortion purposes.</p>

<h5 data-start="884" data-end="1354">Also read: <a href="https://thecyberexpress.com/shinyhunters-cl0p-return-with-new-victims/">ShinyHunters, CL0P Return with New Claimed Victims</a></h5>
<p data-start="1356" data-end="1530">The emergence of Pink suggests that rather than a completely new <a class="wpil_keyword_link" href="https://cyble.com/threat-actor/" target="_blank"  rel="noopener" title="threat actor" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28568">threat actor</a> entering the scene, an existing operator may be rebranding or spinning off under a new identity.</p>

<h3 data-section-id="mlbnoy" data-start="1532" data-end="1569"><span role="text"><strong data-start="1536" data-end="1569">Voice Phishing Opens the Door</strong></span></h3>
<p data-start="1571" data-end="1676">Unlike <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-ransomware/" target="_blank"  rel="noopener" title="ransomware" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28565">ransomware</a> groups that rely on malware deployment, Pink appears focused on manipulating employees.</p>
<p data-start="1678" data-end="1907">According to <a href="https://github.com/PaloAltoNetworks/Unit42-timely-threat-intel/blob/main/2026-06-03-Pink-Extortion-Brand-Activity.txt" target="_blank" rel="nofollow noopener">Unit 42</a>, attacks begin with vishing—voice phishing calls in which attackers impersonate internal IT staff. During these conversations, victims are persuaded to visit <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-phishing/" target="_blank"  rel="noopener" title="phishing" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28566">phishing</a> websites and enter their credentials.</p>
<p data-start="1909" data-end="1983">Researchers identified several domains used in these campaigns, including:</p>

<ul data-start="1985" data-end="2053">
 	<li data-section-id="1p7uhba" data-start="1985" data-end="2005">passkeyadd[.]com</li>
 	<li data-section-id="1oceass" data-start="2006" data-end="2029">passkeydeploy[.]com</li>
 	<li data-section-id="4g1ido" data-start="2030" data-end="2053">deploypasskey[.]com</li>
</ul>
<p data-start="2055" data-end="2214">The domains mimic legitimate password and authentication workflows, helping attackers convince users that they are participating in a routine security process.</p>
<p data-start="2216" data-end="2351">Once credentials are captured, the threat actors gain access to Microsoft 365 accounts, including multi-factor authentication sessions.</p>

<h3 data-section-id="hmvvuc" data-start="2353" data-end="2392"><span role="text"><strong data-start="2357" data-end="2392">Cloud Data Theft Within Minutes</strong></span></h3>
<p data-start="2394" data-end="2452">After compromising an account, the attackers move quickly.</p>
<p data-start="2454" data-end="2649">Rather than deploying <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-ransomware-how-it-work/"   title="ransomware" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28569">ransomware</a> or attempting to establish long-term persistence, Pink appears focused on immediate data theft from cloud collaboration platforms such as SharePoint and OneDrive.</p>
<p data-start="2651" data-end="2785">Researchers observed activity associated with tools and user-agent strings commonly used to automate cloud data collection, including:</p>

<ul data-start="2787" data-end="2874">
 	<li data-section-id="wcqhyf" data-start="2787" data-end="2820">Microsoft.Graph.Client/5.62.0</li>
 	<li data-section-id="xu1xit" data-start="2821" data-end="2847">python-requests/2.28.1</li>
 	<li data-section-id="x25iov" data-start="2848" data-end="2874">python-requests/2.33.1</li>
</ul>
<p data-start="2876" data-end="3087">The use of Microsoft Graph APIs suggests the actors are leveraging legitimate cloud functionality to identify and exfiltrate sensitive corporate files at scale while blending into normal administrative activity.</p>

<h3 data-section-id="gz1tlx" data-start="3089" data-end="3128"><span role="text"><strong data-start="3093" data-end="3128">Using the Victim's Own Accounts</strong></span></h3>
<p data-start="3130" data-end="3239">One of the more notable aspects of Pink's operations is how quickly attackers weaponize compromised accounts.</p>
<p data-start="3241" data-end="3517">Shortly after stealing data, the actors reportedly use the victim's Microsoft 365 account to distribute extortion messages internally. These communications are sent both via email and Microsoft Teams, creating immediate credibility and increasing pressure on the organization.</p>
<p data-start="3519" data-end="3637">This tactic allows attackers to demonstrate access while amplifying confusion among employees and incident responders.</p>

<h3 data-section-id="9zqzf4" data-start="3639" data-end="3698"><span role="text"><strong data-start="3643" data-end="3698">Infrastructure Reuse Points to Organized Operations</strong></span></h3>
<p data-start="3700" data-end="3822">Researchers also identified infrastructure patterns that suggest a structured operation rather than opportunistic attacks.</p>
<p data-start="3824" data-end="4072">Pink reportedly reuses second-level phishing domains across multiple campaigns while customizing third-level subdomains to match the targeted organization. The infrastructure has been observed leveraging services associated with DDoS-Guard hosting.</p>
<p data-start="4074" data-end="4125">Among the indicators identified by researchers are:</p>

<ul data-start="4127" data-end="4323">
 	<li data-section-id="8ly01x" data-start="4127" data-end="4182">185[.]178.208[.]153 (hosting phishing infrastructure)</li>
 	<li data-section-id="1317vld" data-start="4183" data-end="4236">172[.]93.100[.]252 (accessing compromised accounts)</li>
 	<li data-section-id="1ds61fk" data-start="4237" data-end="4323">96[.]232.20[.]66 (linked to extortion email creation via residential proxy services)</li>
</ul>
<p data-start="4325" data-end="4459">The reuse of infrastructure combined with consistent phishing themes indicates an operation designed for repeatable, scalable attacks.</p>]]></description>
										<content:encoded><![CDATA[<p><img width="800" height="533" src="https://thecyberexpress.com/wp-content/uploads/Pink-Extortion.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Pink, Pink Extortion, CL-CRI-1147" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/Pink-Extortion.webp 800w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-750x500.webp 750w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion.webp 800w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-300x200.webp 300w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-768x512.webp 768w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-600x400.webp 600w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-150x100.webp 150w, https://thecyberexpress.com/wp-content/uploads/Pink-Extortion-750x500.webp 750w" sizes="(max-width: 800px) 100vw, 800px" title="Pink Extortion Group Emerges Targeting Microsoft 365 Data 18"></p><p data-start="115" data-end="364">A newly identified cyber extortion operation is gaining attention among incident responders after security researchers uncovered a threat group using voice phishing, cloud data theft and aggressive extortion tactics to target organizations.</p>
<p data-start="366" data-end="779">Researchers at Unit 42 have begun tracking the activity under the cluster designation CL-CRI-1147, while the threat actors themselves operate under the newly established "Pink" extortion brand. The group's leak site reportedly became active on May 31, and already lists multiple victims, signaling an effort to establish an independent reputation within the cybercrime ecosystem.</p>

<h3 data-section-id="ibiw6k" data-start="781" data-end="822"><span role="text"><strong data-start="785" data-end="822">A New Brand With Familiar Tactics</strong></span></h3>
<p data-start="824" data-end="882">While Pink is a new name, its techniques are anything but.</p>
<p data-start="884" data-end="1354">Researchers assess that CL-CRI-1147 is likely affiliated with the broader "Com" cybercriminal ecosystem—a loosely used term for financially motivated actors linked to several high-profile extortion campaigns. The group's tradecraft closely resembles that of <a class="wpil_keyword_link" href="https://thecyberexpress.com/"   title="cybercrime" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28567">cybercrime</a> crews such as <span class="hover:entity-accent entity-underline inline cursor-pointer align-baseline"><span class="whitespace-normal">ShinyHunters</span></span> and <span class="hover:entity-accent entity-underline inline cursor-pointer align-baseline"><span class="whitespace-normal">Blackfile</span></span>, both known for targeting cloud environments and stealing corporate data for extortion purposes.</p>

<h5 data-start="884" data-end="1354">Also read: <a href="https://thecyberexpress.com/shinyhunters-cl0p-return-with-new-victims/">ShinyHunters, CL0P Return with New Claimed Victims</a></h5>
<p data-start="1356" data-end="1530">The emergence of Pink suggests that rather than a completely new <a class="wpil_keyword_link" href="https://cyble.com/threat-actor/" target="_blank"  rel="noopener" title="threat actor" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28568">threat actor</a> entering the scene, an existing operator may be rebranding or spinning off under a new identity.</p>

<h3 data-section-id="mlbnoy" data-start="1532" data-end="1569"><span role="text"><strong data-start="1536" data-end="1569">Voice Phishing Opens the Door</strong></span></h3>
<p data-start="1571" data-end="1676">Unlike <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-ransomware/" target="_blank"  rel="noopener" title="ransomware" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28565">ransomware</a> groups that rely on malware deployment, Pink appears focused on manipulating employees.</p>
<p data-start="1678" data-end="1907">According to <a href="https://github.com/PaloAltoNetworks/Unit42-timely-threat-intel/blob/main/2026-06-03-Pink-Extortion-Brand-Activity.txt" target="_blank" rel="nofollow noopener">Unit 42</a>, attacks begin with vishing—voice phishing calls in which attackers impersonate internal IT staff. During these conversations, victims are persuaded to visit <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-phishing/" target="_blank"  rel="noopener" title="phishing" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28566">phishing</a> websites and enter their credentials.</p>
<p data-start="1909" data-end="1983">Researchers identified several domains used in these campaigns, including:</p>

<ul data-start="1985" data-end="2053">
 	<li data-section-id="1p7uhba" data-start="1985" data-end="2005">passkeyadd[.]com</li>
 	<li data-section-id="1oceass" data-start="2006" data-end="2029">passkeydeploy[.]com</li>
 	<li data-section-id="4g1ido" data-start="2030" data-end="2053">deploypasskey[.]com</li>
</ul>
<p data-start="2055" data-end="2214">The domains mimic legitimate password and authentication workflows, helping attackers convince users that they are participating in a routine security process.</p>
<p data-start="2216" data-end="2351">Once credentials are captured, the threat actors gain access to Microsoft 365 accounts, including multi-factor authentication sessions.</p>

<h3 data-section-id="hmvvuc" data-start="2353" data-end="2392"><span role="text"><strong data-start="2357" data-end="2392">Cloud Data Theft Within Minutes</strong></span></h3>
<p data-start="2394" data-end="2452">After compromising an account, the attackers move quickly.</p>
<p data-start="2454" data-end="2649">Rather than deploying <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-ransomware-how-it-work/"   title="ransomware" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28569">ransomware</a> or attempting to establish long-term persistence, Pink appears focused on immediate data theft from cloud collaboration platforms such as SharePoint and OneDrive.</p>
<p data-start="2651" data-end="2785">Researchers observed activity associated with tools and user-agent strings commonly used to automate cloud data collection, including:</p>

<ul data-start="2787" data-end="2874">
 	<li data-section-id="wcqhyf" data-start="2787" data-end="2820">Microsoft.Graph.Client/5.62.0</li>
 	<li data-section-id="xu1xit" data-start="2821" data-end="2847">python-requests/2.28.1</li>
 	<li data-section-id="x25iov" data-start="2848" data-end="2874">python-requests/2.33.1</li>
</ul>
<p data-start="2876" data-end="3087">The use of Microsoft Graph APIs suggests the actors are leveraging legitimate cloud functionality to identify and exfiltrate sensitive corporate files at scale while blending into normal administrative activity.</p>

<h3 data-section-id="gz1tlx" data-start="3089" data-end="3128"><span role="text"><strong data-start="3093" data-end="3128">Using the Victim's Own Accounts</strong></span></h3>
<p data-start="3130" data-end="3239">One of the more notable aspects of Pink's operations is how quickly attackers weaponize compromised accounts.</p>
<p data-start="3241" data-end="3517">Shortly after stealing data, the actors reportedly use the victim's Microsoft 365 account to distribute extortion messages internally. These communications are sent both via email and Microsoft Teams, creating immediate credibility and increasing pressure on the organization.</p>
<p data-start="3519" data-end="3637">This tactic allows attackers to demonstrate access while amplifying confusion among employees and incident responders.</p>

<h3 data-section-id="9zqzf4" data-start="3639" data-end="3698"><span role="text"><strong data-start="3643" data-end="3698">Infrastructure Reuse Points to Organized Operations</strong></span></h3>
<p data-start="3700" data-end="3822">Researchers also identified infrastructure patterns that suggest a structured operation rather than opportunistic attacks.</p>
<p data-start="3824" data-end="4072">Pink reportedly reuses second-level phishing domains across multiple campaigns while customizing third-level subdomains to match the targeted organization. The infrastructure has been observed leveraging services associated with DDoS-Guard hosting.</p>
<p data-start="4074" data-end="4125">Among the indicators identified by researchers are:</p>

<ul data-start="4127" data-end="4323">
 	<li data-section-id="8ly01x" data-start="4127" data-end="4182">185[.]178.208[.]153 (hosting phishing infrastructure)</li>
 	<li data-section-id="1317vld" data-start="4183" data-end="4236">172[.]93.100[.]252 (accessing compromised accounts)</li>
 	<li data-section-id="1ds61fk" data-start="4237" data-end="4323">96[.]232.20[.]66 (linked to extortion email creation via residential proxy services)</li>
</ul>
<p data-start="4325" data-end="4459">The reuse of infrastructure combined with consistent phishing themes indicates an operation designed for repeatable, scalable attacks.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">112516</post-id>	</item>
		<item>
		<title>AI-Powered Bots Are Blurring the Line Between Users and Cyber Threats</title>
		<link>https://thecyberexpress.com/ai-powered-bots-create-governance-challenges/</link>
		
		<dc:creator><![CDATA[Samiksha Jain]]></dc:creator>
		<pubDate>Thu, 04 Jun 2026 12:19:25 +0000</pubDate>
				<category><![CDATA[Cyber Essentials]]></category>
		<category><![CDATA[Firewall Daily]]></category>
		<category><![CDATA[Market Reports]]></category>
		<category><![CDATA[AI-driven bot threats]]></category>
		<category><![CDATA[AI-powered bots]]></category>
		<category><![CDATA[Bot Governance]]></category>
		<category><![CDATA[The Cyber Express]]></category>
		<category><![CDATA[The Cyber Express News]]></category>
		<guid isPermaLink="false">https://thecyberexpress.com/?p=112465</guid>

					<description><![CDATA[<p><img width="1536" height="1024" src="https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="AI-Powered Bots" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots.png 1536w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-300x200.png 300w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-1024x683.png 1024w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-768x512.png 768w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-600x400.png 600w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-150x100.png 150w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-750x500.png 750w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-1140x760.png 1140w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots.avif 1536w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-300x200.avif 300w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-1024x683.avif 1024w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-768x512.avif 768w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-600x400.avif 600w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-150x100.avif 150w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-750x500.avif 750w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-1140x760.avif 1140w" sizes="(max-width: 1536px) 100vw, 1536px" title="AI-Powered Bots Are Blurring the Line Between Users and Cyber Threats 19"></p>For years, security teams have relied on behavioral clues to identify malicious activity. However, the rise of AI-powered bots is making that task far more challenging. Unlike traditional automated tools, these bots can imitate legitimate user behavior with remarkable accuracy, allowing them to blend into normal traffic patterns. A new study examining enterprise <a class="wpil_keyword_link" href="https://thecyberexpress.com/"   title="security" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28562">security</a> readiness suggests that artificial intelligence is fundamentally changing how bot attacks are carried out.

Rather than behaving like traditional automated tools, modern AI-powered bots are now capable of mimicking legitimate users with a level of sophistication that many organizations struggle to detect.

The report, based on a survey of 300 enterprise leaders across North America, highlights a growing concern among <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-cybersecurity/"   title="cybersecurity" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28559">cybersecurity</a> professionals: attackers are no longer trying to force their way into systems. Instead, they are increasingly blending into normal digital activity.
<h2>AI-Powered Bot Threats Are Becoming More Advanced</h2>
According to the <a href="https://url.usb.m.mimecastprotect.com/s/ECdiC93vOpfRvky6cEhJcq3V0l?domain=get.hydrolix.io/" target="_blank" rel="nofollow noopener">findings</a>, AI-driven bot threats are reshaping the threat landscape by enabling attackers to automate reconnaissance, optimize targeting, and operate within normal user behavior patterns.

Credential-based attacks remain the most common form of bot-related activity, with 74% of respondents identifying them as a major concern. <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-ddos-attack/" target="_blank"  rel="noopener" title="DDoS" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28561">DDoS</a> attacks followed at 51%, while 40% reported dealing with AI-driven scraping campaigns designed to harvest sensitive information from websites and online platforms.

What makes these attacks particularly challenging is not just their scale, but their ability to imitate legitimate traffic. Modern bots can browse websites, submit forms, test stolen credentials, and interact with applications in ways that closely resemble human behavior.

Security experts warn that this evolution is making traditional bot detection methods less effective.
<h2>Many Organizations Still Rely on Slow Defensive Processes</h2>
While attackers are increasingly operating at machine speed, many organizations continue to update their defenses at a much slower pace.

The survey found that only 25% of enterprises continuously update bot detection rules. In contrast, nearly half of respondents update protections on a weekly basis, creating potential windows of opportunity for attackers.

This gap between attack speed and response speed is becoming a growing concern as AI lowers the barriers to launching automated campaigns.

Researchers noted that the cost of executing large-scale bot attacks has dropped significantly, allowing <a href="https://thecyberexpress.com/cve-2026-41089-windows-netlogon-vulnerability/" target="_blank" rel="noopener">threat actors</a> to conduct more reconnaissance, launch more credential attacks, and scale operations faster than ever before.
<h2>The Challenge of Distinguishing Good Bots From Bad Bots</h2>
One of the most notable findings from the study is the difficulty organizations face when trying to classify bot activity.

Nearly one-quarter of respondents said they cannot reliably distinguish malicious bots from legitimate automated traffic.

That challenge is becoming increasingly relevant as businesses themselves rely on automation. Organizations commonly use bots for search engine optimization, website monitoring, analytics, and performance testing.

As a result, security teams are often managing environments where beneficial and malicious automation can appear remarkably similar.

Industry experts warn that threat actors are taking advantage of this overlap. By designing attacks that resemble trusted automated activity, they can reduce the likelihood of detection and remain active for longer periods.
<h2>Confidence Does Not Always Reflect Readiness</h2>
Despite growing concerns around AI-driven bot threats, many organizations remain confident in their ability to detect malicious activity.

The survey found that 79% of enterprise leaders believe they can identify bot traffic. However, only 23% reported having mature, governance-driven programs designed to manage automated threats proactively.

Meanwhile, 44% continue to rely primarily on reactive approaches, while many depend on default protections provided by web application firewalls and content delivery networks.

This disconnect suggests that confidence may be outpacing actual preparedness.

The report also found that only one-third of respondents said their existing tools successfully blocked more than half of AI-generated bot traffic over the past year.
<h2>Business Impact Extends Beyond Security Teams</h2>
The consequences of AI-driven bot threats are no longer limited to cybersecurity departments.

More than half of surveyed organizations expect AI-powered bots to negatively affect customer experience during the next 12 months. Others anticipate increased exposure of sensitive <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-data/"   title="data" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28563">data</a> and growing operational challenges.

Bots can create subtle but costly disruptions. Slower website performance, disrupted transactions, account takeover attempts, and unauthorized data collection can all affect customer trust and business performance.

For large organizations handling millions of monthly website visits, even small disruptions can translate into significant financial and operational consequences.
<h2>A Shift Toward Bot Governance</h2>
As AI continues to reshape <a class="wpil_keyword_link" href="https://thecyberexpress.com/cyber-news/"   title="cyber" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28560">cyber</a> threats, security leaders are increasingly being encouraged to move beyond traditional bot detection strategies.

The report argues that organizations should begin treating bots as identity-bearing actors rather than simply another source of <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-internet/"   title="internet" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28564">internet</a> traffic. This approach places greater emphasis on understanding intent, verifying identities, and continuously assessing behavior rather than relying solely on signature-based detection methods.

The broader message from the research is clear: as automated threats become more intelligent, organizations will need to focus not only on identifying malicious activity but also on understanding and governing it.

The challenge is no longer just stopping bots. It is determining which automated actors can be trusted and which are actively working against the organization.]]></description>
										<content:encoded><![CDATA[<p><img width="1536" height="1024" src="https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="AI-Powered Bots" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots.png 1536w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-300x200.png 300w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-1024x683.png 1024w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-768x512.png 768w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-600x400.png 600w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-150x100.png 150w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-750x500.png 750w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-1140x760.png 1140w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots.avif 1536w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-300x200.avif 300w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-1024x683.avif 1024w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-768x512.avif 768w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-600x400.avif 600w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-150x100.avif 150w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-750x500.avif 750w, https://thecyberexpress.com/wp-content/uploads/AI-Powered-Bots-1140x760.avif 1140w" sizes="(max-width: 1536px) 100vw, 1536px" title="AI-Powered Bots Are Blurring the Line Between Users and Cyber Threats 20"></p>For years, security teams have relied on behavioral clues to identify malicious activity. However, the rise of AI-powered bots is making that task far more challenging. Unlike traditional automated tools, these bots can imitate legitimate user behavior with remarkable accuracy, allowing them to blend into normal traffic patterns. A new study examining enterprise <a class="wpil_keyword_link" href="https://thecyberexpress.com/"   title="security" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28562">security</a> readiness suggests that artificial intelligence is fundamentally changing how bot attacks are carried out.

Rather than behaving like traditional automated tools, modern AI-powered bots are now capable of mimicking legitimate users with a level of sophistication that many organizations struggle to detect.

The report, based on a survey of 300 enterprise leaders across North America, highlights a growing concern among <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-cybersecurity/"   title="cybersecurity" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28559">cybersecurity</a> professionals: attackers are no longer trying to force their way into systems. Instead, they are increasingly blending into normal digital activity.
<h2>AI-Powered Bot Threats Are Becoming More Advanced</h2>
According to the <a href="https://url.usb.m.mimecastprotect.com/s/ECdiC93vOpfRvky6cEhJcq3V0l?domain=get.hydrolix.io/" target="_blank" rel="nofollow noopener">findings</a>, AI-driven bot threats are reshaping the threat landscape by enabling attackers to automate reconnaissance, optimize targeting, and operate within normal user behavior patterns.

Credential-based attacks remain the most common form of bot-related activity, with 74% of respondents identifying them as a major concern. <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-ddos-attack/" target="_blank"  rel="noopener" title="DDoS" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28561">DDoS</a> attacks followed at 51%, while 40% reported dealing with AI-driven scraping campaigns designed to harvest sensitive information from websites and online platforms.

What makes these attacks particularly challenging is not just their scale, but their ability to imitate legitimate traffic. Modern bots can browse websites, submit forms, test stolen credentials, and interact with applications in ways that closely resemble human behavior.

Security experts warn that this evolution is making traditional bot detection methods less effective.
<h2>Many Organizations Still Rely on Slow Defensive Processes</h2>
While attackers are increasingly operating at machine speed, many organizations continue to update their defenses at a much slower pace.

The survey found that only 25% of enterprises continuously update bot detection rules. In contrast, nearly half of respondents update protections on a weekly basis, creating potential windows of opportunity for attackers.

This gap between attack speed and response speed is becoming a growing concern as AI lowers the barriers to launching automated campaigns.

Researchers noted that the cost of executing large-scale bot attacks has dropped significantly, allowing <a href="https://thecyberexpress.com/cve-2026-41089-windows-netlogon-vulnerability/" target="_blank" rel="noopener">threat actors</a> to conduct more reconnaissance, launch more credential attacks, and scale operations faster than ever before.
<h2>The Challenge of Distinguishing Good Bots From Bad Bots</h2>
One of the most notable findings from the study is the difficulty organizations face when trying to classify bot activity.

Nearly one-quarter of respondents said they cannot reliably distinguish malicious bots from legitimate automated traffic.

That challenge is becoming increasingly relevant as businesses themselves rely on automation. Organizations commonly use bots for search engine optimization, website monitoring, analytics, and performance testing.

As a result, security teams are often managing environments where beneficial and malicious automation can appear remarkably similar.

Industry experts warn that threat actors are taking advantage of this overlap. By designing attacks that resemble trusted automated activity, they can reduce the likelihood of detection and remain active for longer periods.
<h2>Confidence Does Not Always Reflect Readiness</h2>
Despite growing concerns around AI-driven bot threats, many organizations remain confident in their ability to detect malicious activity.

The survey found that 79% of enterprise leaders believe they can identify bot traffic. However, only 23% reported having mature, governance-driven programs designed to manage automated threats proactively.

Meanwhile, 44% continue to rely primarily on reactive approaches, while many depend on default protections provided by web application firewalls and content delivery networks.

This disconnect suggests that confidence may be outpacing actual preparedness.

The report also found that only one-third of respondents said their existing tools successfully blocked more than half of AI-generated bot traffic over the past year.
<h2>Business Impact Extends Beyond Security Teams</h2>
The consequences of AI-driven bot threats are no longer limited to cybersecurity departments.

More than half of surveyed organizations expect AI-powered bots to negatively affect customer experience during the next 12 months. Others anticipate increased exposure of sensitive <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-data/"   title="data" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28563">data</a> and growing operational challenges.

Bots can create subtle but costly disruptions. Slower website performance, disrupted transactions, account takeover attempts, and unauthorized data collection can all affect customer trust and business performance.

For large organizations handling millions of monthly website visits, even small disruptions can translate into significant financial and operational consequences.
<h2>A Shift Toward Bot Governance</h2>
As AI continues to reshape <a class="wpil_keyword_link" href="https://thecyberexpress.com/cyber-news/"   title="cyber" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28560">cyber</a> threats, security leaders are increasingly being encouraged to move beyond traditional bot detection strategies.

The report argues that organizations should begin treating bots as identity-bearing actors rather than simply another source of <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-internet/"   title="internet" data-wpil-keyword-link="linked"  data-wpil-monitor-id="28564">internet</a> traffic. This approach places greater emphasis on understanding intent, verifying identities, and continuously assessing behavior rather than relying solely on signature-based detection methods.

The broader message from the research is clear: as automated threats become more intelligent, organizations will need to focus not only on identifying malicious activity but also on understanding and governing it.

The challenge is no longer just stopping bots. It is determining which automated actors can be trusted and which are actively working against the organization.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">112465</post-id>	</item>
	</channel>
</rss>