Detailed view of server racks with glowing lights in a data center environment.
News

The 2026 Attack Surface Reality: 60% of Organisations Expose Admin Panels, and Most Don't Know What Attackers Can See

Analysis of 3,000 attack surfaces in 2026: 60% expose HTTP admin panels, 49% risky ports, 42% internet-facing databases. Shadow IT multiplies the gap.
Sami Malik
Copywriter

The gap between what an organisation thinks its external footprint looks like and what an attacker actually sees when they scan it from the outside has always existed. In 2026, that gap has grown larger, not because organisations have become less careful, but because the attack surface itself has expanded faster than the tools used to manage it. Cloud infrastructure, third-party integrations, developer tooling, acquired subsidiaries, and employee-provisioned services all add to the external footprint continuously, often without any corresponding update to the asset inventory that security teams use to decide what to monitor and protect.

An analysis of 3,000 attack surfaces across organisations of various sizes, published by Intruder in their 2026 ASM Index, quantified this gap in concrete terms: 60% of those attack surfaces exposed HTTP administration panels reachable from the open internet. 49% had risky ports, RDP, SMB, Telnet, or other services that either have poor security histories or are explicitly designed for internal use only. 42% exposed internet-facing databases. These are not edge cases or negligent outliers. They represent the majority of organisations with any meaningful cloud or hybrid infrastructure presence.

What Attackers Do With Exposed Admin Panels

An HTTP administration panel reachable from the public internet is an attack surface that compounds over time. When the panel was first deployed, it may have been protected by a strong password or restricted to known IP ranges. But admin panels accumulate exposure through configuration drift: the IP allowlist gets expanded for a contractor and never narrowed back, the password stays the same when the administrator who set it leaves the organisation, the HTTPS certificate expires and gets replaced with a self-signed certificate that browsers flag as untrusted.

The more immediate risk is that internet-facing admin panels are targeted by automated scanners within hours of appearing on a reachable IP address. Tools like Shodan, Censys, and FOFA continuously scan the entire IPv4 address space, indexing every reachable service by its fingerprint. When a new admin panel appears at a newly provisioned IP address, it is typically indexed within 24 to 48 hours. From that point, any threat actor who searches those databases for the specific technology your panel is running can find it.

Credential guessing against admin panels is one of the most reliable initial access techniques in the threat actor playbook precisely because it works against exposed panels that the organisation has forgotten about. A WordPress admin panel that was deployed for a project three years ago and is no longer actively maintained but is still running on a forgotten server is a more attractive target than a current production system with active monitoring: the forgotten panel likely has a weak or default password, no MFA, and no one watching its authentication logs for failed attempts.

Legacy Services That Were Never Meant to Face the Internet

A significant contributor to the risky port exposure figures in the 2026 ASM Index is legacy internal services that have ended up reachable from the public internet through configuration errors, port-forwarding rules set up for temporary purposes, or cloud migrations that replicated on-premises configurations without adjusting for the different network model of cloud environments.

SNMP (Simple Network Management Protocol), UPnP (Universal Plug and Play), NTP in older versions, and RPC services were all designed for use within trusted internal networks. They have security models that assume the other side of the connection is a legitimate internal device, not an attacker on the internet. When these services appear on public IP addresses, they become both directly exploitable in many cases and useful for reconnaissance, because they often disclose device types, software versions, and network topology information that helps an attacker understand the target environment before attempting active exploitation.

RDP (Remote Desktop Protocol) deserves separate mention because its exposure history is particularly well-documented. Ransomware groups have used exposed RDP as an initial access vector in a large proportion of attacks documented over the past several years, and the 2026 attack surface data confirms that RDP exposure remains widespread. Credential guessing against exposed RDP is operationally simple and requires no exploited vulnerability, just a service on port 3389 and a list of passwords to try. Once a valid credential pair is found, the attacker has interactive access to the desktop of the targeted machine, from which lateral movement is straightforward.

Shadow IT: The Assets Security Teams Cannot See

Shadow IT refers to systems and services that an organisation operates but that are not registered in any central inventory that the security team monitors. The term covers a wide range of scenarios: a developer who provisions a cloud virtual machine for testing and forgets about it; a marketing team that subscribes to a SaaS platform that integrates with company data without going through IT approval; a subsidiary that runs its own web infrastructure that was never connected to the parent company's monitoring systems after an acquisition.

The BleepingComputer analysis of shadow IT in attack surfaces in 2026 highlighted several categories of shadow IT that consistently surface during external attack surface scans and consistently contain sensitive data. Open Git repositories that were created for collaboration and left publicly accessible often contain source code, configuration files with hardcoded credentials, and internal API documentation. Exposed backup files, created during system migrations and stored in accessible locations rather than secure storage, contain database dumps or file archives. Admin panels for internal tools that were deployed without a proper network review end up on public IPs when provisioned in cloud environments.

The defining characteristic of shadow IT from a security perspective is not its existence but its invisibility. Security teams cannot monitor what they do not know exists. An organisation with active monitoring of its known production systems may have zero visibility into a shadow IT server running on a cloud account provisioned by a developer with their personal credit card and connected to company systems through a personal access token. From an attacker's perspective, shadow IT systems are attractive targets precisely because they tend to have weaker security controls and no monitoring: the organisation's security team is not watching authentication logs for a system they do not know about.

The Asset Inventory Problem and Why It Compounds

The root cause of most attack surface exposure is not a failure of security controls on known assets but a failure of asset inventory accuracy. Security teams can only apply controls to assets they know about. The challenge is that the rate at which new assets are added to the external footprint, through cloud provisioning, SaaS subscriptions, new subdomains, and third-party integrations, outpaces the rate at which manual asset discovery processes can keep up.

Organisations with 1,000 to 5,000 employees manage an average of 748 external assets according to the 2026 ASM Index. That figure includes subdomains, IP addresses, cloud service instances, and third-party hosted assets. For a security team of typical size, manually verifying 748 assets on a quarterly basis is a significant time commitment. If the team is quarterly rather than continuous, it means that a new shadow IT asset provisioned the day after a quarterly scan runs will not be seen until the next scan three months later, which is ample time for an attacker who discovers it first.

The shift that effective attack surface management requires is from reactive, periodic scanning to continuous external monitoring that mirrors what an attacker would see if they scanned your IP ranges and domain space today. This means monitoring for new assets appearing on your IP ranges, for new subdomains becoming reachable, for services whose configuration has changed in ways that increase their exposure, and for certificates and domain registrations that indicate new infrastructure has been provisioned. The goal is to know about new surface exposure at the same time an attacker would, rather than discovering it during the next quarterly audit. External visibility into your organisation's footprint is the operational basis for closing exposure before attackers find it.

What the Intruder 2026 ASM Index Found That Organisations Fixed Fastest

The same 2026 ASM data that documented the prevalence of exposure also contains information about remediation timelines: how quickly organisations patched or mitigated exposures when they were found. The findings suggest a significant disparity between the remediation speed for exposures in known production systems versus those in shadow IT or forgotten assets.

For exposures in actively monitored systems, remediation typically happens within days once the organisation is aware of them. For shadow IT assets and forgotten systems, the remediation path is longer because the first step, establishing who owns the system and who is responsible for it, is not always clear and can take time to resolve internally. This ownership ambiguity is itself an indicator of the asset management problem: a system without a clear internal owner has a high probability of having inadequate security controls, because no one has been designated responsible for applying them.

The practical implication for security teams is that external attack surface management produces its greatest value not just by finding exposures, but by providing enough context about each exposure to route it to the right internal owner quickly. An alert that says "HTTP admin panel exposed on IP 203.0.113.47" is less actionable than one that says "HTTP admin panel exposed on IP 203.0.113.47, registered to AWS account ID 123456, provisioned 14 months ago, associated subdomain is dev-old.company.com." The additional context turns a discovery finding into a routable remediation task. Understanding who owns what in your external footprint is the prerequisite for managing it effectively.

Vendor and Third-Party Assets in Your Attack Surface

An increasingly significant component of enterprise attack surfaces is the infrastructure operated by third-party vendors that connects to or represents the organisation. Software-as-a-service platforms that embed organisation data, partner portals that share authentication with internal systems, and contractor-operated infrastructure that holds copies of internal data all extend the effective attack surface beyond what the organisation directly controls. When those third-party assets have exposures, the organisation whose data they hold is affected even though it did not provision or manage the vulnerable system.

Attack surface monitoring that covers only the organisation's directly owned IP ranges and domains misses this third-party dimension entirely. More thorough approaches use attribution techniques to identify infrastructure that is operationally linked to the organisation: certificate records showing shared certificate issuers, WHOIS records showing shared registrant contact information, HTML source code containing references to organisation-specific tracking IDs or content delivery configurations, and network records showing IP ranges that route through the organisation's autonomous system number. These signals allow an external attack surface scan to find infrastructure that is functionally part of the organisation's perimeter even when it is not technically owned by the organisation.

The remediation challenge for third-party assets is governance, not technical capability. When an organisation's own asset has an exposure, the remediation path is clear even if it takes time. When a vendor's asset has an exposure, the organisation's ability to force remediation depends entirely on the contractual relationship and the vendor's responsiveness. Security teams that discover exposures in vendor infrastructure through their attack surface monitoring need a defined escalation process that specifies who contacts the vendor, what the expected remediation timeline is, and what mitigating controls the organisation applies to its own systems while waiting for the vendor to remediate.

From Discovery to Closure: Reducing Remediation Time

The most commonly cited metric for measuring attack surface management effectiveness is mean time to remediate: the average time between discovering an exposure and closing it. The 2026 ASM data suggests that this metric varies enormously depending on the nature of the asset and the clarity of its ownership within the organisation. For actively monitored production systems with clear owners, remediation typically happens within days of discovery. For shadow IT assets without clear internal owners, remediation timelines extend to weeks or months as the process of establishing ownership and responsibility consumes much of the available time.

Improving remediation times for shadow IT assets requires addressing the ownership problem directly. Attack surface management tools that can correlate discovered assets with internal asset registries, cloud account structures, and domain registration records to propose likely owners produce more actionable findings than tools that simply report the exposure without context. An alert that says "RDP port exposed on IP 203.0.113.47" requires the receiving team to investigate who owns that IP before they can route the remediation. An alert that says "RDP port exposed on IP 203.0.113.47, associated with AWS account ID 987654321, last seen with a Let's Encrypt certificate for dev-legacy.company.com, provisioned approximately 18 months ago based on certificate history" is a complete remediation task that can be routed immediately.

The continuous monitoring posture also changes how organisations think about the relationship between asset discovery and vulnerability management. Traditional vulnerability management programmes work from a list of known assets, scan those assets for vulnerabilities, and prioritise remediation by severity. Attack surface management inverts the prioritisation: any exposure on an unmanaged or previously unknown asset is by definition a high priority, because unknown assets are more likely to have unpatched vulnerabilities and less likely to have compensating controls. Discovering and closing the exposure on an unknown asset is more valuable than patching a specific vulnerability on a known and monitored asset, because the known asset at least has someone watching it.

Certificate Transparency as an Early Warning Signal for New Infrastructure

Certificate Transparency logs, maintained as public, append-only records of all TLS certificates issued by participating certificate authorities, are one of the most operationally useful signals for attack surface monitoring because they surface new infrastructure in near-real-time. When a new server is provisioned and a TLS certificate is obtained for it, the certificate appears in the CT log within minutes of issuance. Monitoring CT logs for certificates issued for subdomains of your own domains provides an early warning for new infrastructure that may have been provisioned without going through a formal review process.

CT log monitoring catches several categories of shadow IT and misconfiguration. Developer environments that receive Let's Encrypt certificates surface in CT logs even if they are never linked from any internal documentation. Acquired company infrastructure that uses your brand's domain names appears in CT logs if it obtains new certificates after the acquisition. Certificates issued for domains that closely resemble your own, potentially indicators of brand impersonation rather than your own infrastructure, also appear and can be filtered for. The combination of CT monitoring with regular IP range scanning gives organisations a complete view of both what they own and what is being registered in their name.

Prioritising Remediation When Everything Looks Critical

Attack surface management programmes that run continuous external scanning face a challenge that periodic programmes do not encounter in the same way: the backlog of findings can become so large that prioritisation itself becomes a bottleneck. When a continuous scan produces hundreds of findings across a large attack surface, the question of which to remediate first is not trivial, and teams that apply uniform urgency to all findings end up paralysed rather than productive.

The most effective prioritisation frameworks for attack surface findings apply two dimensions: exploitability and business context. Exploitability considers how easily an attacker could act on a finding and what access it would provide. RDP on a public IP with common port is highly exploitable; an outdated JavaScript library version on a static marketing page is much less so. Business context considers what data or systems are accessible via the exposed service and what the consequence of compromise would be. An exposed backup that contains the full customer database has higher business impact than an exposed backup that contains archived web logs.

The intersection of high exploitability and high business impact defines the immediate remediation queue. Everything else can be scheduled according to team capacity and existing patch cycles. Having an external attack surface monitoring programme that applies this framework automatically, rather than delivering a flat list of findings without priority, is what makes continuous scanning operationally viable for teams that cannot stop everything to address every finding instantly.

How Defendis Monitors the Threats Covered in This Article

The threats in this article share a common thread: they all depend on information that surfaces outside your perimeter before you have a chance to act on it. Infostealer logs containing your employees' session tokens appear on criminal markets within days of infection. Fraudulent domains imitating your brand go live before any internal team notices. Shadow IT assets sit exposed on the open internet because no one is looking outward from the right angle. And credential records from previous breaches circulate indefinitely, feeding the next wave of opportunistic attacks.

Defendis monitors dark web forums, criminal marketplaces, and breach data sources continuously for credentials, session tokens, and data linked to your organisation's domains. It surfaces fraudulent domains impersonating your brand before they become active phishing infrastructure. And it provides external visibility into your attack surface that complements what your internal tools see.

Book a demo to see how Defendis approaches dark web monitoring, brand protection, and external threat intelligence for enterprise security teams.

About the author
Sami Malik is a copywriter passionate about crafting clear, engaging, and impactful content that helps brands connect with their audience through storytelling and strategy.

Related Articles

Discover simplified
Cyber Risk Management
Learn how to prevent cyberattacks proactively with a free trial of Defendis.