DEV Community

NetSecOpsIO
NetSecOpsIO

Posted on • Originally published at cyber.netsecops.io

Everest Ransomware Claims Attacks on Stadler, AKM, and Conway

Originally published on CyberNetSec.

Executive Summary

The Everest ransomware group has launched a series of attacks against diverse industrial and technology sectors, underscoring the broad-reaching nature of the ransomware threat. The group has claimed responsibility for breaches at Stadler, a major Swiss rail vehicle manufacturer, as well as two U.S.-based technology firms: AKM Enterprises Inc., an AI and SaaS company, and Conway Analytics, a business intelligence firm. In a classic double extortion tactic, Everest retaliated against Stadler's refusal to pay a ransom by leaking over 270,000 allegedly stolen files. These incidents highlight Everest's continued operations and its focus on extorting critical and data-rich organizations.


Threat Overview

Everest is a known ransomware-as-a-service (RaaS) operation that has been active for several years. The group is notorious for its double extortion model: first, they exfiltrate large volumes of sensitive data, and second, they encrypt the victim's systems. If the victim refuses to pay the ransom for the decryption key and data deletion, Everest publishes the stolen data on its dark web leak site.

Recent Campaign Activity:

  • Stadler (Switzerland): The group breached the Swiss manufacturer, exfiltrating data that reportedly includes CCTV footage and internal configuration files. When Stadler confirmed the incident but refused to pay, Everest followed through on its threat and leaked the data. Despite the leak, Stadler reported that its production and rail operations were not affected, suggesting the breach was contained to its IT environment.
  • AKM Enterprises Inc. (United States): On July 31, 2026, Everest listed the AI and SaaS company on its leak site, indicating a successful breach and data theft. This targets a company in a high-value technology sector.
  • Conway Analytics (United States): On the same day, the business intelligence firm was also added to Everest's list of victims, suggesting a targeted campaign against data-centric U.S. companies.

Technical Analysis

While the specific initial access vectors for these breaches were not disclosed, Everest and similar RaaS groups typically employ a common set of TTPs that map to the MITRE ATT&CK framework:


Impact Assessment

The impact of these attacks varies but follows a clear pattern:

  • Data Exposure: For Stadler, the leak of 270,000 files, including potentially sensitive configuration data, creates long-term risks, even if operations were not disrupted. For AKM and Conway, the threat of a similar data leak looms.
  • Business Disruption: While Stadler contained the attack, many ransomware incidents cause significant downtime, halting production and business operations.
  • Financial Costs: Victims face costs from ransom payments (if made), recovery efforts, regulatory fines, and reputational damage.
  • Industry Targeting: The attacks show that no industry is safe. Everest successfully targeted critical infrastructure (transportation), emerging technology (AI), and data services (business intelligence) in a short period.

IOCs — Directly from Articles

No specific Indicators of Compromise were provided in the source articles.

Cyber Observables — Hunting Hints

Security teams should hunt for common ransomware precursors, which are often more detectable than the ransomware payload itself.

Type Value Description Context Confidence
process_name rclone.exe A legitimate file sync tool often abused by ransomware groups to exfiltrate large volumes of data. EDR telemetry, Process execution logs high
command_line_pattern vssadmin delete shadows /all /quiet Command used to delete Volume Shadow Copies to prevent easy file recovery. This is a hallmark of ransomware attacks. EDR telemetry, Windows Event ID 4688 high
network_traffic_pattern Large, sustained outbound data transfers to cloud storage providers (e.g., Mega, Dropbox) from servers. This pattern is highly indicative of data exfiltration prior to encryption. Firewall logs, Netflow, DLP alerts high

Detection & Response

  • Behavioral Detection: Deploy EDR/XDR solutions that use behavioral analysis to detect ransomware TTPs, such as the rapid encryption of files or the deletion of shadow copies.
  • Network Monitoring: Monitor for large, anomalous data flows leaving the network. Egress traffic analysis is key to detecting exfiltration in progress.
  • Canary Files: Place canary files (honeypots) on file shares. Any modification to these files should trigger a high-priority alert and automated response, like isolating the affected host.

Mitigation

  • Backup and Recovery: Maintain offline, immutable, and regularly tested backups. This is the single most effective defense against extortion.
  • Network Segmentation: Segment networks to contain a potential breach. Critical servers should be isolated from general user workstations.
  • Patch Management: Promptly patch vulnerabilities in internet-facing systems, as these are a primary entry vector for ransomware.
  • MFA: Enforce multi-factor authentication on all remote access services (VPN, RDP) and privileged accounts.

Top comments (0)