DragonForce Ransomware Claims Attack on Shoreline Sightseeing, Threatens Data Leak

DragonForce Ransomware Targets Chicago Tour Company in Double Extortion Attack

MEDIUM
June 1, 2026
5m read
RansomwareCyberattackData Breach

Impact Scope

Affected Companies

Shoreline Sightseeing

Industries Affected

Hospitality

Geographic Impact

United States (local)

Related Entities

Threat Actors

DragonForce

Other

Shoreline Sightseeing

Full Report

Executive Summary

The DragonForce ransomware group has publicly claimed an attack against Shoreline Sightseeing, a prominent boat tour and water taxi company in Chicago. On May 29, 2026, the threat actors added the company to their data leak site, a common tactic in double extortion schemes. DragonForce has threatened to release all exfiltrated data unless the company engages in ransom negotiations. This incident highlights the indiscriminate nature of ransomware gangs, who increasingly target small and medium-sized enterprises (SMEs) perceived to have valuable customer data and potentially weaker security postures.


Threat Overview

On May 29, 2026, Shoreline Sightseeing appeared on the official data leak site operated by the DragonForce ransomware gang. The post included a direct threat to publish a 'full leak' of stolen data, indicating that the attackers have successfully exfiltrated information from the company's network in addition to any potential encryption.

This is a classic double extortion attack, designed to maximize pressure on the victim:

  1. Data Encryption: The primary attack involves encrypting files on the victim's network, disrupting operations (T1486 - Data Encrypted for Impact).
  2. Data Exfiltration: Before encryption, the attackers steal sensitive corporate or customer data (T1537 - Transfer Data to Cloud Account).
  3. Extortion: The attackers demand a ransom for both the decryption key and a promise to delete the stolen data. The threat of publicizing the data on their leak site is used as leverage.

The specific type and volume of data stolen from Shoreline Sightseeing have not been made public. However, for a tourism-focused company, this could include customer PII, payment card information, employee records, and internal financial data.


Technical Analysis

While the specific TTPs for this attack are unknown, DragonForce and similar ransomware groups typically follow a well-established attack lifecycle:

  • Initial Access: Often gained through phishing emails (T1566 - Phishing), exploitation of unpatched public-facing services like VPNs or RDP (T1190 - Exploit Public-Facing Application), or credentials purchased from initial access brokers.
  • Persistence and Privilege Escalation: Once inside, they establish a foothold and seek to escalate privileges to a domain administrator level (T1078 - Valid Accounts).
  • Discovery and Lateral Movement: Attackers map the network, identify critical servers and data stores, and move laterally using tools like PsExec or WMI.
  • Data Exfiltration and Impact: Data is compressed and exfiltrated to cloud storage, followed by the deployment of the ransomware payload across the network.

The targeting of a local, well-known business like Shoreline Sightseeing demonstrates that no organization is too small to be a target. Ransomware is an opportunistic crime, and any organization with digital assets is at risk.


Impact Assessment

For a mid-sized business like Shoreline Sightseeing, the impact of such an attack can be devastating. Operational disruption from encrypted systems can halt ticket sales, scheduling, and administrative functions. The cost of incident response, recovery, and potential ransom payment can be financially crippling.

The public data leak threat poses a significant reputational risk, potentially eroding customer trust. Furthermore, if sensitive customer data (like PII or payment info) is leaked, the company could face regulatory penalties and legal action. This incident serves as a stark reminder for all SMEs to assess their cyber risk and invest in foundational security controls.


IOCs — Directly from Articles

No specific technical Indicators of Compromise (IOCs) were mentioned in the source articles.


Cyber Observables — Hunting Hints

Security teams can hunt for general ransomware precursor activity:

Type
Log Source
Value
VPN / RDP Logs
Description
Monitor for brute-force attempts or successful logins from unusual IP addresses or at odd hours.
Type
Command Line Pattern
Value
nltest /dclist or net group "Domain Admins"
Description
Look for reconnaissance commands used to map the Active Directory environment.
Type
Process Name
Value
rclone.exe, megacmd.exe
Description
Watch for the execution of legitimate cloud storage command-line tools, which are frequently abused for data exfiltration.
Type
File Name
Value
*.zip, *.7z, *.rar
Description
Monitor for the creation of large archive files on servers, which often precedes data exfiltration.

Detection & Response

  • EDR with Ransomware Canary Files: Deploy EDR solutions that create 'canary' files or honeypot shares. Any modification of these files is a high-fidelity alert for ransomware activity, allowing for automated isolation of the offending host. This is a form of D3FEND's Decoy Object (D3-DO).
  • Egress Traffic Monitoring: Monitor outbound network traffic for large data transfers to non-standard destinations, especially cloud storage providers not used by the business. This can help detect data exfiltration in progress. This aligns with D3FEND's Network Traffic Analysis (D3-NTA).
  • Active Directory Monitoring: Implement tools to monitor for changes in Active Directory, such as the creation of new admin accounts or modifications to privileged groups.

Mitigation

  • Offline Backups: The single most important mitigation is to have a robust, tested backup and recovery plan. Backups must be kept offline or immutable so they cannot be encrypted or deleted by the attackers.
  • Patch Management: Consistently patch all internet-facing systems and software to close common initial access vectors. This is a direct application of D3FEND's Software Update (D3-SU).
  • Multi-Factor Authentication (MFA): Enforce MFA on all remote access services (VPN, RDP) and critical internal applications to prevent credential abuse. This corresponds to D3FEND's Multi-factor Authentication (D3-MFA).
  • Cybersecurity Fundamentals for SMEs: Even with limited resources, SMEs should focus on foundational controls: user awareness training, strong password policies, network segmentation, and endpoint protection.

Timeline of Events

1
May 29, 2026
DragonForce adds Shoreline Sightseeing to its data leak site.
2
June 1, 2026
This article was published

MITRE ATT&CK Mitigations

Maintain and test offline, immutable backups to ensure recovery capabilities.

Regularly patch internet-facing systems to prevent exploitation.

Secure remote access points with MFA to protect against credential abuse.

Educate employees on recognizing and reporting phishing attempts.

Timeline of Events

1
May 29, 2026

DragonForce adds Shoreline Sightseeing to its data leak site.

Sources & References

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Tags

RansomwareDragonForceShoreline SightseeingDouble ExtortionChicago

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.