Back to all articles

Defending the Converging Digital and Physical Security Field

An analysis of how digital security directly influences physical safety, spanning regional risk trends in APAC, non-human identity management in cloud architectures, and the emerging challenges of embodied AI. Organizations can use these findings to strengthen identity governance and memory management.

Triage Security Media Team
4 min read

As the security community reviews recent developments, a clear theme emerges: the traditional boundaries between digital vulnerabilities and physical-world consequences are rapidly dissolving. From the financial mechanisms fueling violent criminal networks to the risks inherent in the next generation of humanoid robotics, the risk scene is shifting. Unauthorized access increasingly serves as a direct catalyst for real-world harm. For security teams, protecting an enterprise environment now extends beyond securing data to disrupting the life cycles of decentralized criminal ecosystems and securing physical infrastructure.

This shift is highly visible in the Asia-Pacific (APAC) region, where growing digital adoption intersects with an increasingly active risk environment. Security analysts are tracking a measurable pivot in regional risk management strategies, as cyber insurance adoption rates among Asian businesses grew by more than 100% over the last year. This growth is a response to hardening conditions; ransomware-related events in Asia have doubled compared to previous cycles, with new groups like "The Gentlemen" accounting for nearly a quarter of documented incidents. While insurance provides a financial safety net, the underlying volatility remains high. High-profile incidents at the Bank of China and beverage giant Asahi illustrate that even mature organizations are working to keep pace with groups like Qilin, who increasingly focus on production environments and critical regional infrastructure.

Recent analysis of the decentralized threat network known as "The Com" points to a concerning convergence of corporate security incidents and physical violence. This network, which includes groups like ShinyHunters and Scattered Spider, operates through a three-pronged structure that bridges the gap between digital and physical crime. The revenue generated by their technical division, known as "Hacker Com," through unauthorized SaaS-to-SaaS access and digital extortion, directly funds "IRL Com" and "Extortion Com." These subsets manage physical assaults, arson, and the exploitation of minors. For defenders, this means that successfully mitigating a credential-stuffing attempt or a SIM-swapping event against platforms like Okta or Microsoft 365 serves as a direct intervention against the financial pipelines supporting real-world harm.

On the technical front, a renewed focus on non-human identities reveals a significant gap in how organizations manage automated workflows. A detailed evaluation of the Zapier platform demonstrated how subtle configurations in cloud memory management can lead to a full platform takeover. Security researchers found that in "warm-start" environments like AWS Lambda, sensitive credentials often persist in the memory heap even after a developer attempts to delete them. In the case of Zapier, Python’s del command removed the variable reference but left the bytes of AWS STS tokens in memory. By reading /proc/self/mem, unauthorized parties could extract these tokens to move laterally, eventually gaining the ability to publish unsafe code to private package repositories that load in every user’s browser.

This sequence clarifies the evolving risk associated with non-human identity security. Unauthorized actors are increasingly prioritizing SaaS-to-SaaS connections that bypass traditional human-centric authentication. With 56% of companies currently lacking a formal process to track these automated integrations, the potential for lateral movement is significant. Actors like UNC6395 have successfully leveraged OAuth tokens from third-party applications to gain unauthorized access to Salesforce instances. For security practitioners, these findings show that the "allow_nothing" IAM roles frequently used in sandboxed environments provide incomplete protection if the underlying architecture fails to scrub memory or rotate build metadata tokens.

As the industry progresses, the security community is also addressing the implications of embodied AI and humanoid robotics. Scaling the deployment of systems designed to interact with the physical world expands the scope of risk to include visual and audio sensors in homes and factories. Recent assessments of popular humanoid models identified undocumented access vectors that allow for unauthorized wireless control and the silent transmission of data to overseas servers. Furthermore, the supply chain for these systems is increasingly targeted by state-aligned groups. Recorded Future has documented a steady increase in intelligence-gathering campaigns focused on the mining and rare-earth sectors. Critical for AI hardware production—with groups like APT15 and YoroTrooper actively seeking to undercut competitive bids and disrupt resource pipelines.

Multi-layered defensive strategies

These developments necessitate a proactive response from security teams to safeguard their infrastructure. First, identity governance must extend to non-human entities. This involves implementing the least-privileged scope for all SaaS integrations and strictly auditing the permissions granted to automation platforms. Second, in cloud-native environments, developers must go beyond basic variable deletion and ensure that sensitive memory is actively overwritten to prevent extraction during container re-use. Finally, as the APAC market demonstrates, while cyber insurance is a valuable component of financial resilience, it serves as a supplement to, not a replacement for—foundational vulnerability management and strict authentication protocols.

The current environment reveals that threat actors move fluidly between digital extortion and physical operations, using the complexity of cloud architectures to fund their growth. While remediation for specific vulnerabilities like those found in Zapier has been prompt, the broader challenge of managing a decentralized threat ecosystem requires continuous partnership and vigilance. As AI becomes more physically integrated into industrial and domestic life, defending the digital perimeter remains a direct prerequisite for physical safety.