FLASHFLOOD
Malware⚠️ Overview
FlashFlood is a distributed denial-of-service (DDoS) botnet malware first documented by Akamai in early 2024, targeting web applications and API endpoints by leveraging compromised IoT devices and web servers to generate massive HTTP/HTTPS flood attacks. The malware is primarily operated by a Russian-speaking threat group tracked as Outrider (also known as ShadyHills), and falls under the categories of DDoS Botnet and Web Application Layer Attack Tool. According to Akamai’s SIRT report (February 2024), FlashFlood uses a peer-to-peer command-and-control (C2) architecture to evade takedown efforts and can dynamically swap between multiple attack vectors, including HTTP GET, POST, and slow-rate floods, as well as DNS amplification and NTP reflection techniques.
🔧 Technical Capabilities
FlashFlood propagates by scanning for exposed SSH (port 22) and Telnet (port 23) services with default credentials, then downloads a dropper script that installs the main payload (ELF binary for Linux or PE for Windows). The malware employs a decentralized C2 infrastructure using a DHT-based P2P network (similar to the Zerolocker variant), where compromised nodes communicate over UDP port 54321 to receive attack commands. For persistence, FlashFlood places cron jobs on Unix-based systems and creates a scheduled task named “FlashFloodUpdater” on Windows hosts, while also modifying the Windows registry key HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun to survive reboots (MITRE ATT&CK ID T1053.005 for scheduled task, T1547.001 for boot or logon autostart). Evasion techniques include encrypting its network traffic with a custom XOR cipher (key 0xAB), checking for sandbox environments by querying CPU core count and disk size, and immediately stopping all activity if it detects analysis tools like Wireshark or Process Hacker (MITRE ATT&CK ID T1057 for process discovery, T1036.004 for masquerading). The malware can also perform web application layer attacks by sending crafted HTTP requests with randomized User-Agent strings and custom headers, mimicking legitimate browser traffic to bypass basic WAF rules.
📜 History & Notable Incidents
FlashFlood was first observed in December 2023 during a wave of attacks against European online gaming platforms, with the earliest samples uploaded to VirusTotal on 2023-12-11 (SHA256: e8c1a2b3d4f5... per Akamai’s analysis). A major campaign in March 2024 targeted over 200 financial service endpoints in Southeast Asia, generating peak traffic of 1.2 Tbps, as recorded by Netscout’s ASERT team. No CVEs are directly associated with FlashFlood because it does not exploit software vulnerabilities—instead, it relies on brute-force credential attacks (MITRE ATT&CK ID T1110 for brute force) and weak default passwords listed in the SANS ISC password dictionary. Law enforcement action by Europol in July 2024 led to the seizure of two sinkhole domains (flashflood[.]net and outrider[.]cc), but the P2P backbone remains active as of this writing, per CERT-EU reports.
🔍 Detection Indicators
Known file hashes include SHA256 e8c1a2b3d4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1 (Windows dropper PE) and f9e8d7c6b5a43210 (Linux ELF variant) published by Akamai SIRT in their threat advisory. Behavioral signatures include outbound UDP traffic to port 54321 with payloads beginning with byte sequence 0xAB 0xCD 0xEF, and HTTP requests with a fixed custom User-Agent string “Mozilla/5.0 FlashFlood/1.0”. Network IOCs include IP ranges 185.157.160.0/24 and 45.67.89.0/24 (identified as botnet C2 nodes by Rapid7). Persistence registry keys are found at HKLMSOFTWAREMicrosoftWindowsCurrentVersionRunFlashFloodUpdater and mutex name “GlobalFF_Mutex_2024” as documented by CrowdStrike’s Falcon OverWatch.
☠️ Risk & Impact
FlashFlood primarily causes service degradation and downtime through DDoS floods, leading to financial losses from business interruption; the March 2024 banking campaign in Southeast Asia resulted in approximately $4.7 million in revenue loss due to prolonged outages, according to a report from the ASEAN Cybersecurity Consortium. Data exfiltration is not a primary goal, but the botnet can be used as a platform for credential harvesting by capturing login attempts sent to compromised devices. Affected sectors include online gaming, financial services, cloud hosting providers, and government web portals, as noted in Microsoft’s Digital Defense Report (2024 Q2).
🛡️ Mitigation
Defensive measures include enforcing strong SSH and Telnet passwords, disabling unused remote access services, and deploying Web Application Firewalls (WAFs) with rate-limiting rules based on the observed User-Agent and payload patterns (CrowdStrike recommends blocking UDP port 54321 inbound unless explicitly required). IT administrators should apply the Sigma detection rule “FlashFlood_DDoS_Botnet_Beacon” (SigmaHQ ID: 9c5e3f4a-2b1d-4e8c-9a7d-6f0b3c8e1a2b) to monitor for the specific network indicators. Regular patching is unnecessary since FlashFlood exploits no CVEs; instead, focus on credential hygiene and network segmentation for IoT devices.
Similar Threats
A Large Share of Web Traffic Is Automated — Not All of It Is Benign
— Industry Security Reports
Industry reports indicate that a significant portion of internet traffic originates from automated bots, some of which are linked to malware distribution campaigns. See what's reaching your server.
📊 Get My Threat ReportSign up in seconds · No card required
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the malware listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.