Cyber Security News

Bouygues Telecom Hacked – 6.4 Million Customers Data Exposed

In the early hours of August 6, 2025, Bouygues Telecom detected anomalous network traffic that signaled a sophisticated cyber intrusion.

Initial forensic logs revealed that an advanced malware strain had breached perimeter defenses via a spear-phishing campaign targeting administrative credentials.

This campaign exploited a zero-day vulnerability in a lesser-patched VPN gateway, enabling attackers to deploy a custom backdoor and pivot laterally across core systems.

As the breach progressed, customer databases containing personal identifiers and subscription details were exfiltrated, affecting 6.4 million user accounts.

Over the following hours, Bouyguestelecom’s incident response team executed containment protocols, isolating compromised segments and revoking exposed credentials.

The rapid escalation was driven by the malware’s polymorphic loader, which reconfigured its decryption routine on each restart.

Bouyguestelecom analysts noted the loader utilized AES-ECB encryption with dynamically generated keys, thwarting signature-based detection in sandbox environments.

The operator promptly notified the CNIL and engaged judicial authorities, while deploying enhanced monitoring across all endpoints.

Despite the immediate containment measures, the breach’s impact resonates across France’s telecom landscape.

Subscriber confidence has wavered, prompting Bouygues Telecom to offer dedicated support lines and free identity theft protection.

The incident underscores the evolving threat posed by state-sponsored adversaries leveraging blended attack vectors to compromise seemingly robust infrastructures.

Infection Mechanism

Delving deeper into the malware’s infection mechanism reveals a multi-stage dropper that abuses Windows Management Instrumentation (WMI) for stealthy execution. Upon initial file delivery—disguised as a routine security update—the dropper registers a WMI event subscription:

$action = New-Object System.Management.EventQuery `
    -ArgumentList "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA 'Win32_Processor'"
Register-WmiEvent -Query $action -SourceIdentifier TaskTrigger -Action {
    Start-Process -FilePath "C:\Windows\Temp\sysupdate.exe" -ArgumentList "/silent"
}

This mechanism ensures the payload runs with SYSTEM privileges whenever the CPU load state changes, allowing the malware to bypass user-mode defenses.

The secondary payload, a DLL implementing a remote command interface, persists by modifying the registry under HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServicesOnce, invoking reconnaissance modules that fingerprint host configurations and exfiltrate data through encrypted HTTP tunnels.

Continuous domain generation algorithm (DGA) updates further complicate detection, as each infected host resolves unique command-and-control endpoints.

Boost your SOC and help your team protect your business with free top-notch threat intelligence: Request TI Lookup Premium Trial.

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.

Recent Posts

Microsoft Releases Emergency Windows 11 Update Following Patch Tuesday Bugs

Microsoft has pushed out an emergency, out-of-band Windows 11 update after its September Patch Tuesday…

9 minutes ago

Top 10 Best Cloud Detection & Response (CDR) Solutions in 2026

CDR is the runtime, real-time half of cloud security: while CSPM tells you what’s misconfigured,…

13 minutes ago

Top 10 Best SaaS Security Posture Management (SSPM) Tools in 2026

Your SaaS estate M365, Salesforce, Workday, Slack, hundreds of others is a sprawl of misconfigurations,…

19 minutes ago

Top 10 Best Data Security Posture Management (DSPM) Tools in 2026

DSPM finds sensitive data you didn’t know you had, classifies it, maps who can reach…

25 minutes ago

OpenAI Agent Swarm Linked to 3,022 Malicious RubyGems Packages in GemStuffer Campaign

Open-source packages are meant to save developers time. In the GemStuffer campaign, that trust became…

36 minutes ago

Google Chrome 153 Update Fixes 42 Security Flaws, Including 3 Critical Ones

Google has released an important Chrome 153 security update that fixes 42 vulnerabilities across the…

5 hours ago