Microsoft Reveals Sophisticated F5 BIG-IP Breach Campaign That Reached Active Directory Infrastructure + Video

Listen to this Post

Featured Image

Introduction

Cyber attackers are increasingly targeting the systems organizations trust most. Security appliances designed to protect enterprise networks are becoming high-value entry points for advanced intrusion campaigns. A newly documented attack uncovered by Microsoft’s Defender Security Research team demonstrates how attackers can exploit outdated infrastructure, pivot across internal environments, and ultimately compromise critical identity systems like Active Directory.

The incident reveals a growing cybersecurity reality: edge devices such as VPN gateways, firewalls, and load balancers are no longer merely defensive tools. When left unpatched or poorly monitored, they become launchpads for large-scale compromise operations. The campaign centered around an internet-facing F5 BIG-IP appliance and evolved into a sophisticated, identity-focused attack that exposed weaknesses across hybrid enterprise environments.

Attack Started Through an Outdated F5 BIG-IP Device

Microsoft researchers discovered that attackers gained their initial foothold by exploiting an Azure-hosted F5 BIG-IP Virtual Edition appliance running version 15.1.201000. The affected build had already reached end-of-life status on December 31, 2024, meaning security support and patches were no longer available.

The compromised appliance had been deployed through Azure ARM templates and Terraform modules, configurations frequently used by enterprise cloud teams. Because edge infrastructure typically sits exposed to the internet while maintaining deep trust relationships inside corporate environments, attackers gained an ideal position for long-term operations.

The intrusion provided access to sensitive enterprise assets before endpoint detection tools had an opportunity to respond. Stored credentials, certificates, and identity integrations effectively became available to attackers once they established access.

SSH Access Became the Foundation of the Intrusion

Attackers authenticated into an internal Linux system using SSH and leveraged a privileged account with sudo permissions. Rather than deploying traditional persistence techniques, the operators maintained direct keyboard access throughout the campaign.

This method reduced detection opportunities while allowing attackers to adapt dynamically during the operation.

From there, aggressive reconnaissance activity began immediately.

Internal Reconnaissance Expanded the Attack Surface

The attackers deployed multiple offensive tools to map internal infrastructure and identify lateral movement opportunities.

Network scanning activity included automated Nmap scripting for subnet discovery and service enumeration. HTTP and HTTPS assets were fingerprinted using GoWitness operating behind a SOCKS5 proxy.

Microsoft also identified a custom ELF binary categorized as HackTool:Linux/MalPack.B that originated from a command-and-control server. The payload focused on discovering web application security controls, including Firebase and Google Cloud Messaging endpoints.

Additional Windows-focused tooling appeared shortly afterward, including:

NTLM Reconnaissance Tools

Attackers attempted lateral movement using:

enum4linux

netexec

kerbrute

responder

smbclient

timeroast

These tools targeted Windows infrastructure and authentication systems. Initial attempts failed, but the attackers adapted rapidly.

Internal Confluence Server Became the Next Target

Reconnaissance uncovered an internally accessible Atlassian Confluence server carrying remote code execution vulnerabilities.

Although the Confluence system was not publicly exposed to the internet, compromise of the F5 appliance effectively bypassed external security boundaries.

Microsoft

A Python-based anonymous FTP server using ftplib was created on the compromised Linux machine. Payloads were then transferred through curl into /dev/shm, a Linux memory-backed filesystem often used to reduce forensic visibility by avoiding traditional disk artifacts.

This adaptation highlights an important reality in modern cyber intrusions: determined attackers continuously adjust techniques when defensive controls interrupt their operation.

Credential Theft Enabled Domain Escalation

Following successful Confluence compromise, attackers extracted credentials from configuration files including:

server.xml

confluence.cfg.xml

Those credentials became the bridge into Windows domain infrastructure.

The attackers escalated operations through Kerberos relay techniques and leveraged CVE-2025-33073 alongside PetitPotam coercion methods and DNS manipulation activity targeting domain controllers.

The progression demonstrates a common attack philosophy increasingly seen in hybrid enterprise breaches:

Initial Access → Internal Discovery → Credential Theft → Privilege Escalation → Identity Infrastructure Compromise

Once attackers reach identity systems, organizational risk increases dramatically because identity services often control authentication across entire enterprise ecosystems.

Indicators of Compromise Identified by Microsoft

Microsoft identified several indicators associated with the campaign.

Observed artifacts included:

Multiple SHA-256 hashes tied to scanning tools, Kerberos utilities, and NTLM relay scripts

A custom scanning utility used for internal discovery

Network automation scripts supporting reconnaissance

Kerbrute authentication tooling

GoWitness HTTP fingerprinting capability

NTLM relay automation components

Defanged command-and-control infrastructure addresses

Microsoft intentionally defanged infrastructure indicators to prevent accidental interaction outside controlled security environments.

Recommended Mitigation Strategies

Microsoft provided several defensive recommendations to reduce exposure against similar attacks.

Retire End-of-Life Infrastructure

Organizations should immediately replace unsupported F5 BIG-IP appliances and maintain lifecycle governance for internet-facing systems.

Edge devices should receive Tier-0 protection treatment due to their privileged network position.

Patch Internal Services Aggressively

Internal applications such as Confluence and Jira require the same patch urgency as internet-facing assets.

Attackers frequently pivot internally after gaining an initial foothold.

Strengthen Authentication Security

Recommended controls include:

Disable NTLM where operationally possible

Enforce SMB signing

Enable LDAP signing

Enable LDAP channel binding

Apply Extended Protection for Authentication

These controls reduce relay attack opportunities significantly.

Expand Endpoint Protection Coverage

Microsoft Defender for Endpoint block mode across Linux infrastructure successfully disrupted portions of this campaign.

Security visibility across hybrid environments remains critical.

Deep Analysis

The most significant lesson from this incident is not the exploitation itself. Attackers did not rely on groundbreaking malware or unknown zero-day chains.

The campaign succeeded because small security weaknesses accumulated across multiple layers.

An unsupported edge appliance created initial access.

Internal vulnerability management gaps exposed Confluence.

Credential storage practices enabled escalation.

Authentication controls allowed relay opportunities.

Each weakness individually may appear manageable. Combined together, they created a path to Active Directory compromise.

Hybrid enterprise environments increase this complexity substantially. Organizations operate cloud resources, Linux infrastructure, Windows domains, identity providers, SaaS applications, and edge devices simultaneously.

Security teams often prioritize endpoint visibility while underestimating infrastructure systems operating quietly at the perimeter.

Attackers recognize this imbalance.

F5 appliances, VPN gateways, proxies, and load balancers increasingly attract adversaries precisely because they combine internet exposure with trusted network positioning.

Another critical observation involves attacker adaptability. When Microsoft Defender blocked direct payload deployment, operators immediately changed transfer mechanisms.

This behavior illustrates that defensive technology alone rarely guarantees protection.

Layered controls, patch governance, segmentation strategies, identity hardening, and monitoring maturity collectively determine resilience.

The campaign also reinforces why Active Directory remains a primary target. Identity systems represent organizational control centers. Compromise authentication infrastructure, and attackers frequently inherit broad enterprise reach.

Modern cybersecurity programs must increasingly prioritize identity security alongside endpoint protection.

The future attack surface is no longer limited to endpoints.

Identity infrastructure, cloud management systems, and edge appliances now occupy equal importance.

What Undercode Say:

This intrusion campaign reflects a larger industry transition where attackers increasingly avoid noisy malware deployment and instead exploit trust relationships already present inside enterprise architecture.

The compromise chain demonstrates disciplined operational thinking rather than overwhelming technical sophistication.

The F5 appliance served as a low-visibility bridge into deeper infrastructure.

Internal reconnaissance revealed overlooked systems.

Credential harvesting transformed application compromise into domain-level risk.

Many organizations still separate infrastructure security, cloud operations, and identity governance into independent silos.

Attackers do not.

They view environments holistically.

Defenders increasingly need the same mindset.

The incident also reinforces a growing operational truth: unsupported infrastructure creates disproportionate security exposure.

End-of-life systems often remain deployed because replacement projects appear expensive or operationally disruptive.

Yet delayed modernization frequently costs more after compromise.

Identity-focused attacks continue gaining momentum because identity platforms represent centralized authority.

Traditional perimeter assumptions continue eroding.

Zero Trust architectures, stronger identity verification, continuous monitoring, and privileged access segmentation increasingly shift from optional improvements to operational requirements.

Attackers adapt quickly.

Defense programs must evolve faster.

Organizations that still treat edge infrastructure as static networking equipment rather than security-critical assets face elevated long-term risk.

The Microsoft findings reveal a cybersecurity landscape where persistence, patience, and exploitation of operational gaps frequently outperform advanced malware sophistication.

The weakest link often remains not technology itself.

It remains delayed patching, incomplete visibility, and misplaced trust assumptions.

Fact Checker Results

✅ Microsoft Defender Security Research documented an intrusion beginning with an F5 BIG-IP appliance compromise.

✅ Attackers pivoted internally and targeted identity infrastructure, including Active Directory environments.

❌ The attack did not require highly sophisticated malware innovation. Operational gaps and unpatched systems played a major role.

Prediction

🔮 Identity infrastructure attacks will continue accelerating as attackers prioritize authentication systems over traditional endpoint compromise.

🔮 Edge devices including VPN appliances, load balancers, and proxy infrastructure will receive greater defensive focus from enterprise security teams.

🔮 Organizations with stronger lifecycle management and faster patch governance will become significantly more resilient against similar multi-stage intrusion campaigns.

▶️ Related Video (84% Match):

🕵️‍📝Let’s dive deep and fact‑check.

References:

Reported By: cyberpress.org
Extra Source Hub (Possible Sources for article):
https://www.medium.com
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2
Bing

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube