Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 18, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      May 18, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 18, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 18, 2025

      New Xbox games launching this week, from May 19 through May 25 — Onimusha 2 remaster arrives

      May 18, 2025

      5 ways you can plug the widening AI skills gap at your business

      May 18, 2025

      I need to see more from Lenovo’s most affordable gaming desktop, because this isn’t good enough

      May 18, 2025

      Gears of War: Reloaded — Release date, price, and everything you need to know

      May 18, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      YTConverter™ lets you download YouTube videos/audio cleanly via terminal — especially great for Termux users.

      May 18, 2025
      Recent

      YTConverter™ lets you download YouTube videos/audio cleanly via terminal — especially great for Termux users.

      May 18, 2025

      NodeSource N|Solid Runtime Release – May 2025: Performance, Stability & the Final Update for v18

      May 17, 2025

      Big Changes at Meteor Software: Our Next Chapter

      May 17, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      New Xbox games launching this week, from May 19 through May 25 — Onimusha 2 remaster arrives

      May 18, 2025
      Recent

      New Xbox games launching this week, from May 19 through May 25 — Onimusha 2 remaster arrives

      May 18, 2025

      Windows 11 KB5058411 install fails, File Explorer issues (May 2025 Update)

      May 18, 2025

      Microsoft Edge could integrate Phi-4 mini to enable “on device” AI on Windows 11

      May 18, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Moscow Metro Digital Outage: Alleged Cyberattack or Technical Failure?

    Moscow Metro Digital Outage: Alleged Cyberattack or Technical Failure?

    April 1, 2025

    Moscow Metro

    The Moscow Metro website and mobile application experienced disruptions on March 31, 2023. The Moscow subway app users reported various malfunctions, including issues loading personal accounts and difficulties in accessing key features like ticket purchasing and account management. The metro website, which is an essential tool for navigating the city’s vast metro system, became unavailable on the same day, displaying a peculiar message that hinted at an alleged cyberattack. 

    The message, which was a technical failure banner, mimicked a similar notification that had appeared on the Ukrainian Railways website a few days prior.

    Ukrainian Railways, known locally as Ukrzaliznytsia, had fallen victim to a large-scale cyberattack on March 23, 2023. As a result, its website and mobile application were rendered inoperable, preventing travelers from purchasing tickets online. The state-owned railway company attributed the attack to “the enemy” but did not provide further details on the perpetrators. 

    The Moscow Metro and Ukrainian Railways Incident 

    The disruption of the Moscow Metro’s digital services comes amid a broader wave of cyberattacks targeting transportation infrastructure in the region. On March 31, Russian users flocked to the crash detection service Downdetector.su to report issues with both the app and its website, mosmetro.ru. Affected users complained about an inability to access personal accounts, problems with payment sections, and complete failures in app functionality. The crash detection service noted that up to 40,000 users had reported issues on that day alone, reported The Kyiv Independent.

    Interestingly, the website displayed a banner featuring a message in Ukrainian, along with a reference to Ukrainian Railways. This sparked widespread speculation that the Moscow Metro’s website had been compromised in a manner similar to the earlier attack on Ukrzaliznytsia. While Russian authorities have not confirmed this, experts suspect that hackers could be behind the disruption, particularly since the Ukrainian Railways site had suffered a similar breach just days earlier.

    Moscow Metro’s Response to the Outage 

    Moscow Metro and Ukrainian Railways
    Statement from Dept. of Transport. Operational (Source: Telegram)

    The Moscow transport department quickly issued a statement via their official Telegram channel, acknowledging the technical difficulties and reassuring passengers that steps were being taken to resolve the issues. According to the department, the outages were due to “technical maintenance,” and users were advised to expect temporary problems when accessing personal accounts in the app. Despite the app’s malfunctions, passengers could still replenish their “Troika” transport cards at physical ticket offices and terminals throughout metro stations. 

    Roskomnadzor, Russia’s federal service for surveillance of communications, also acknowledged the increase in reports about Moscow Metro’s technical issues. However, the agency refrained from commenting on the specific causes of the disruptions, which continue to be a source of concern for commuters. 

    The Moscow Metro’s website was temporarily down for most of the day, but the disruption raised more questions than answers. For instance, one of the key complaints from Russian users was the difficulty in paying for tickets via the metro’s payment system, as the payment section did not load properly on the app. Many users also noted that the app would not load entirely, leaving them unable to access their accounts or purchase tickets. 

    Conclusion  

    The recent cyberattack on Ukrainian Railways (Ukrzaliznytsia) and the subsequent disruptions to the Moscow Metro app and website highlight the growing vulnerability of critical infrastructure to digital threats.  

    While Ukrzaliznytsia has partially restored its online ticketing services after an intense recovery effort, the incident highlighted the challenges of securing essential systems against such attacks.

    The simultaneous issues faced by the metro suggest a potential connection, raising concerns about the broader implications for cybersecurity in politically sensitive regions. 

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleWorld Backup Day: Why Human Error Remains the Biggest Threat to Data Protection
    Next Article Apple Fined €150 Million by French Regulator Over Discriminatory ATT Consent Practices

    Related Posts

    Development

    February 2025 Baseline monthly digest

    May 18, 2025
    Artificial Intelligence

    Markus Buehler receives 2025 Washington Award

    May 18, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    AI, Data Protection, and Governance: Key Pillars for the Future of Business

    Development

    Casper Network Pauses Operations After Cyberattack: What You Need to Know

    Development

    Best Free and Open Source Software: January 2025 Updates

    Linux

    OpenAI extends Microsoft’s Azure AI platform with an Oracle Cloud Infrastructure partnership

    Development
    Hostinger

    Highlights

    Unable to connect to Remote Server using Selenium Chrome RemoteWebDriver

    August 14, 2024

    public static IWebDriver UserMultiUserSignIn (IWebDriver driver, string port, string hostName, string password, string Username)
    {
    string name = Dns.GetHostName();
    ChromeOptions Options = new ChromeOptions();
    Options.AddAdditionalCapability(Username, “USERNAME”);
    Options.AddAdditionalCapability(password, “ACCESS_KEY”);
    driver = new RemoteWebDriver(new Uri(“http://”+hostName+”:”+port+ “/wd/hub”), Options.ToCapabilities());

    return driver;
    }

    public static void RemoteServerLogin ()
    {
    string EMAUserName = System.Configuration.ConfigurationManager.AppSettings.Get(“EMAUserName”);
    string Password = System.Configuration.ConfigurationManager.AppSettings.Get(“EMAPassword”);
    string Port = System.Configuration.ConfigurationManager.AppSettings.Get(“Port”);
    string HostName = System.Configuration.ConfigurationManager.AppSettings.Get(“Hostname”);

    UserMultiUserSignIn(driver, Port, HostName, Password, EMAUserName);
    }

    Exception:

    OpenQA.Selenium.WebDriverException: ‘Unexpected error.
    System.Net.WebException: Unable to connect to the remote server —>
    System.Net.Sockets.SocketException: No connection could be made
    because the target machine actively refused it 127.0.0.1:9515 at
    System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot,
    SocketAddress socketAddress) at
    System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure,
    Socket s4, Socket s6, Socket& socket, IPAddress& address,
    ConnectSocketState state, IAsyncResult asyncResult, Exception&
    exception) — End of inner exception stack trace — at
    System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
    at System.Net.HttpWebRequest.GetRequestStream() at
    OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo
    requestInfo) at
    OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command
    commandToExecute) at
    OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String
    driverCommandToExecute, Dictionary`2 parameters)’

    AGRaME: Any Granularity Ranking with Multi-Vector Embeddings

    June 17, 2024

    MINT-1T Dataset Released: A Multimodal Dataset with One Trillion Tokens to Build Large Multimodal Models

    July 26, 2024

    CVE-2025-3820 – Tenda W12 and i24 Remote Stack-Based Buffer Overflow

    April 23, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.