Can the Moon Be DDoSed? Exploring Future Cybersecurity Challenges for Lunar Bases
Imagine a lunar base in 2036: a handful of astronauts, dozens of rovers, sensors, and automated systems all exchanging data across NASA’s planned LunaNet architecture. The original question posed by DDoS-Guard analysts is whether this infrastructure could be taken offline by a distributed denial-of-service attack launched from Earth.
The distance alone creates a 2.6-second round-trip latency, making conventional TCP/IP assumptions invalid. NASA therefore designed Delay/Disruption Tolerant Networking (DTN) that stores bundles at intermediate nodes until the next contact window appears. While this store-and-forward approach keeps data alive during eclipses or orbital hand-offs, it also creates new queues that an attacker could deliberately fill.
Attacking a single server inside a habitat module would produce only local effects. The real targets are the scarce orbital relays and Earth-Moon gateways whose bandwidth cannot be expanded by simply adding more terrestrial bots. A million compromised devices on Earth would still be throttled by the same 622 Mbit/s laser or radio link demonstrated during the Lunar Laser Communications Demonstration.
More sophisticated scenarios involve crafting low-volume but high-cost requests that force DTN nodes to perform expensive lookups, cryptographic checks, or persistent storage operations. Because every additional relay or antenna represents years of engineering and launch mass, there are few alternate paths when one node becomes saturated.
Ground-segment compromise remains the most practical vector. Command centers, telemetry servers, and mission-control networks on Earth use ordinary IP infrastructure and could be flooded with traffic generated by large botnets. Once those links are degraded, lunar assets lose remote oversight even if local systems continue to function.
The article stresses that any future lunar network will inherit familiar terrestrial problems—limited capacity, single points of failure, and the need for strict traffic prioritization—despite operating in an environment where mistakes carry far higher consequences.
Related articles
Russian AI Research Ranks High in Global Science but Struggles with Commercialization
Russia has secured third place among BRICS nations and twentieth worldwide in the number of scientific papers presented at ten leading international conferences on machine learning and artificial intelligence. According to a study by the Scientometric Center of HSE University, Russian organizations contributed 560 papers between 2020 and 2025 that received over 12,300 citations. The average international citation rate reached 3.59, surpassing India despite fewer total publications. Russian strengths are most evident in the mathematics of machine learning, optimization, and formal concept analysis, with notable results also in computer vision and speech technologies. More than 40 percent of domestic publications involve business participation, led by Yandex among companies, HSE University and Skoltech among universities, and AIRI among non-profit organizations. Significant barriers remain, including shortages of computing power, limited access to high-quality data, and weak transfer of research into commercial products, particularly in natural language processing, AI agents, and infrastructure technologies. The Ministry of Digital Development has announced plans to stimulate demand for domestic AI solutions, expand computing infrastructure, improve regulation, and accelerate the implementation of scientific developments.
redb.Identity Deploys Three-Layer Defense to Neutralize Stolen Access Tokens in OpenID Connect
redb.Identity, a custom OAuth 2.1 and OpenID Connect provider built on .NET, addresses the inherent risks of bearer access tokens by implementing three distinct protection layers. The first layer uses a Backend-for-Frontend pattern with Blazor Server and HttpOnly cookies to ensure no tokens ever reach the browser. The second layer applies DPoP proof-of-possession binding so that a stolen token remains useless without the corresponding private key. The third layer provides rapid revocation through RFC 7009 endpoints, refresh token rotation, idle timeouts, and a hybrid push-pull backchannel logout mechanism that guarantees no revocation is lost across replicas. The architecture also mitigates XSS vectors from direct application code, compromised npm dependencies, browser extensions, and localStorage. Additional routine controls include constant-time secret comparison, TOTP replay protection, rate limiting at multiple scopes, and sanitized proxy headers. The design explicitly acknowledges that BFF shifts rather than eliminates risk, requiring complementary CSRF protection via SameSite cookies and antiforgery tokens.
Russia Weighs Mandatory Use of Sovereign AI Models Like GigaChat in Government Sectors
Russian authorities are discussing a draft government resolution that would require state bodies and companies to prioritize fully domestic AI models in multiple regulated areas even when they cost up to 50 percent more than alternatives. Only GigaChat developed by Sber currently meets the proposed sovereign criteria of being created by a Russian legal entity and running exclusively on Russian infrastructure. National models such as Yandex’s Alice AI would be allowed to incorporate open-source components. The measure would apply to law-making, national projects, taxes, customs, critical information infrastructure, education, healthcare and Gosuslugi services. The Ministry of Digital Development stresses that the list remains preliminary and open to further input from market participants. Industry players including Yandex and MWS AI have voiced concerns over reduced choice and potential quality or cost disadvantages for end users.
GTA: Vice City Runs Natively in Browser via reVC Port, Supports Smartphones and High Frame Rates
A browser-based version of the 2002 classic GTA: Vice City has been made available on the Quenq website, allowing play without any client installation on both desktop computers and mobile devices. The port supports keyboard, gamepad, and touch controls while offering save management, mod support, cheat code entry, and frame rate customization. Testing on an OnePlus 12 smartphone showed smooth performance in both landscape and portrait orientations. The implementation relies on the reVC decompilation project combined with WebAssembly for C++ execution and WebGL 2 for graphics acceleration. On desktop hardware the game can exceed 100 FPS, far above the original 30 FPS target, which can affect physics behavior. The site also hosts a similar GTA III port based on re3, with traces of the earlier DOS Zone project visible in the pause menu. Previous DMCA action by Take-Two in 2025 temporarily shut down the service, yet the versions remain accessible despite ongoing copyright concerns.