A newly documented attack pattern turns a routine hotel Wi‑Fi connection into a potential Microsoft 365 account-compromise event, shifting the risk away from the familiar phishing email and toward the network infrastructure travelers are conditioned to trust. The campaign reportedly targets captive portal gateways at hotels and conference venues, using DNS poisoning, proxy manipulation, and Microsoft authentication abuse to redirect users toward attacker-controlled infrastructure and harvest credentials or authenticated tokens.
For Windows users and enterprise security teams, the core lesson is sobering: a secure laptop, an up-to-date browser, and multifactor authentication are not always sufficient if the network path itself has been compromised. The threat is particularly relevant to organizations with frequent travelers, remote workers, sales teams, consultants, executives, and contractors who routinely rely on public or semi-public Wi‑Fi.
The strongest defense is architectural rather than behavioral. Always-on, full-tunnel VPN connectivity, tightly scoped Microsoft Entra authentication policies, removal of unnecessary legacy discovery features such as WPAD, and vigilant monitoring of identity events can sharply reduce the opportunity available to an attacker operating from a poisoned guest network.

A businessman uses a laptop as secure blue network links fend off a red cyberattack.A Hotel Wi‑Fi Login Can Become an Identity Attack Surface​

Captive portals are the login pages that appear when a device joins hotel, airport, conference center, or guest Wi‑Fi. They may ask users to accept terms, enter a room number, provide an email address, authenticate with a loyalty account, or enter an event access code before granting internet access.
That gateway occupies an unusually powerful position on the network. Before the user reaches the open internet, the portal infrastructure can influence:
  • DNS resolution
  • Network routing
  • Proxy settings
  • Access to specific destinations
  • Device onboarding behavior
  • Web redirection during the initial connection process
If attackers gain administrative access to that gateway, they may be able to control how connected devices resolve selected domain names. Instead of sending a user toward a legitimate Microsoft sign-in service, a malicious DNS response may send traffic toward infrastructure designed to impersonate, relay, or interfere with the authentication journey.
This is not the same as breaking Microsoft’s cloud platform. Nor does it mean that an attacker can simply decrypt every encrypted Microsoft 365 connection by changing DNS. Modern TLS encryption, certificate validation, browser protections, and domain controls still matter enormously.
However, a compromised network operator can make a malicious path look plausible enough to exploit authentication edge cases, social engineering, proxy auto-discovery, or device-code authorization workflows. The attacker’s advantage comes from owning the network environment in which the victim expects redirects, warnings, sign-in prompts, and unusual connectivity behavior.
That is why hotel Wi‑Fi security is no longer just a privacy concern. It has become an enterprise identity-security concern.

Background: Why DNS Poisoning Still Matters​

DNS is often described as the internet’s phonebook. When a Windows PC, browser, Outlook client, or Microsoft 365 application needs to reach a service, it asks DNS which IP address corresponds to a domain name.
A poisoned or forged DNS response can return the wrong destination. In a hostile network scenario, a request for a Microsoft-related service might be redirected toward an attacker-controlled system rather than the expected endpoint.

DNS Redirection Does Not Automatically Defeat HTTPS​

It is important to avoid overstating what DNS poisoning alone can accomplish. A browser connecting to a legitimate HTTPS domain expects a valid TLS certificate for that exact domain. An attacker cannot normally present a convincing certificate for a Microsoft-owned domain without triggering certificate warnings or exploiting a much deeper compromise.
That limitation matters.
The more credible attack paths are therefore likely to involve one or more of the following:
  • A lookalike domain designed to resemble a Microsoft 365 sign-in destination
  • A malicious proxy configuration that changes how selected applications route traffic
  • A captive-portal page or network notice that persuades a victim to sign in again
  • An adversary-in-the-middle workflow that relays an authentication session
  • Abuse of a legitimate Microsoft OAuth process, such as device-code authentication
  • Targeting applications that have weaker validation or proxy-discovery behavior than a modern browser
The reported infrastructure included domains that visually evoke Microsoft 365, Outlook Web Access, and device-management services. That naming strategy is not technically sophisticated on its own, but it can work when a traveler has just joined an unfamiliar network, has been interrupted by a portal, and sees what appears to be a routine request to restore access.
The critical distinction is this: DNS poisoning creates the opportunity. Authentication manipulation, proxy abuse, or user interaction often completes the account takeover.

How a Compromised Captive Portal Can Intercept Trust​

A captive portal is meant to be a controlled entry point for guests. In a well-managed deployment, it separates guest traffic, applies acceptable-use policies, and grants temporary internet access without exposing internal operations.
In a compromised deployment, that same position becomes a high-value interception point.

A Likely Attack Flow​

A typical operation could unfold in several stages:
  1. The attacker gains administrative access to the gateway.
    This may happen through exposed management interfaces, weak passwords, password reuse, unpatched firmware, insecure remote administration, or poorly protected third-party support access.
  2. The attacker modifies DNS or traffic-handling rules.
    Certain requests are redirected, blocked, intercepted, or sent to a hostile destination. The attacker does not need to tamper with every internet request; selective targeting reduces noise and lowers the chance of discovery.
  3. A connected Windows device encounters altered network behavior.
    A browser may be redirected, an app may attempt proxy discovery, a device may fail to reach an expected service, or a victim may be shown a page claiming that additional authentication is required.
  4. The victim is led into a credential or token capture path.
    This could include a spoofed Microsoft sign-in interface, a reverse-proxy authentication page, a malicious device-code approval prompt, or a hostile proxy that captures session material.
  5. The attacker uses the resulting credentials, session tokens, or OAuth authorization.
    Once inside a Microsoft 365 account, the adversary may search email, access OneDrive or SharePoint data, create inbox rules, establish persistence, impersonate the user, or launch internal business-email-compromise activity.
The most dangerous aspect is that the campaign may not begin with a suspicious email. A user can be primed by the ordinary friction of connecting to guest Wi‑Fi: accept a portal page, reconnect after a signal drop, reauthenticate after a timeout, or respond to a page that claims access must be verified.

Why Traveling Employees Are Attractive Targets​

Travelers often operate outside the protections available in a managed office environment. They may be:
  • Connecting from unfamiliar networks
  • Using hotel-provided DNS resolvers
  • Accessing sensitive email while moving between meetings
  • More likely to ignore small browser or connectivity irregularities
  • Working outside standard support hours
  • Under pressure to regain access quickly
  • Relying on mobile hotspots, public Wi‑Fi, and conference networks in the same day
A compromised venue need not know in advance which organization a victim belongs to. It can simply wait for high-value corporate traffic to arrive. That makes hospitality networks an efficient collection point for identity attacks against financial services, legal firms, healthcare providers, energy companies, retailers, government-adjacent organizations, and any business with a traveling workforce.

WPAD: An Old Windows Convenience Feature With New Risks​

One reported element of the activity is attempted Web Proxy Auto-Discovery Protocol, better known as WPAD, abuse.
WPAD exists to help devices discover proxy settings automatically. In a managed enterprise network, that can reduce configuration overhead. But on an untrusted network, automatic proxy discovery can become a liability if a device is persuaded to locate a proxy configuration script from an attacker-controlled location.

Why Proxy Abuse Is So Valuable​

A malicious proxy sits between the user and the destination. Depending on the application, configuration, and security controls involved, it may observe requests, alter responses, redirect browser traffic, or support a phishing workflow that looks more convincing than a standalone fake login page.
For an attacker interested in Microsoft 365 accounts, proxy control is especially valuable because it can support adversary-in-the-middle techniques. Rather than presenting a crude imitation of a sign-in page, an attacker can relay traffic between the victim and the real service while attempting to capture credentials, cookies, session tokens, or authorization artifacts.
Modern browsers and well-configured systems offer meaningful resistance to straightforward interception. Yet enterprise security teams should not depend on defaults alone, particularly for devices that routinely use guest networks.

Windows Environments Should Treat WPAD as an Explicit Decision​

Organizations should determine whether WPAD is genuinely required. If it is not essential, disabling it removes a network-controlled discovery mechanism that can be abused in hostile environments.
That review should include:
  • Windows Internet settings and enterprise policy
  • Browser proxy configuration
  • WinHTTP proxy settings
  • PAC file usage
  • Device-management baselines
  • Whether applications rely on automatic proxy discovery
  • DNS and DHCP methods used to advertise proxy configuration
The right answer is not identical for every organization. Some enterprises rely on proxies for regulatory, inspection, or data-loss-prevention requirements. But where WPAD remains enabled, it should be deliberately managed, tightly monitored, and never treated as harmless legacy plumbing.

Device-Code Authentication Can Turn MFA Into an Authorization Trap​

The campaign reportedly also overlaps with abuse of Microsoft’s device-code authentication flow. This technique has become increasingly important because it attacks the authorization process rather than simply collecting a password.
Device-code authentication is a legitimate OAuth feature for devices that cannot easily display a full web sign-in experience. A user may be shown a short code and asked to enter it in a browser on another device. It is useful for televisions, printers, command-line tools, and other constrained devices.
The abuse begins when an attacker generates a valid device code for an attacker-controlled session and convinces a victim to complete the authorization.

Why Device-Code Abuse Is Different From Password Phishing​

With traditional phishing, the attacker wants the victim’s password. With a conventional adversary-in-the-middle attack, the attacker often wants a valid authenticated session or session cookie.
With device-code abuse, the victim may authenticate at a legitimate Microsoft page and complete their normal multifactor authentication challenge. The victim is not necessarily entering a password into an obviously fraudulent web form. Instead, the victim may unknowingly authorize the attacker’s waiting session.
The result can be a valid OAuth token or refresh capability that gives the attacker access to Microsoft 365 resources without directly stealing the password.
This changes the security conversation around MFA. MFA remains essential, but it is not a universal cure for approval-based attacks. A push notification, one-time code, or passwordless authentication method cannot protect a user who is tricked into authorizing a legitimate-looking but attacker-initiated transaction.

Why the Hotel Network Scenario Makes This More Plausible​

A hostile captive portal can create an effective pretext:
  • “Your Wi‑Fi session requires Microsoft verification.”
  • “Sign in to restore secure business connectivity.”
  • “Your device must complete a code-based enrollment check.”
  • “Corporate access requires identity validation before this network can continue.”
These messages are suspicious in a properly designed environment, but they can look credible to someone accustomed to device registration, Teams sign-in prompts, VPN reauthentication, hotel portals, and Microsoft 365 session expiry notifications.
The important operational principle is simple: A public Wi‑Fi provider has no legitimate reason to require a traveler to authorize a Microsoft device code for corporate access.

The APT28 Connection Requires Careful Interpretation​

The reported tradecraft has been compared with activity associated with APT28, also known in public reporting as Fancy Bear or Forest Blizzard. The group has long been linked to Russian state-aligned espionage operations and has been associated with credential theft, phishing, infrastructure compromise, and targeted collection.
There are meaningful reasons to take operational similarities seriously. Gateway-level manipulation, Microsoft identity targeting, token theft, and adversary-in-the-middle techniques fit a broader pattern seen in advanced espionage activity.
But attribution demands caution.

Tradecraft Overlap Is Not Attribution Proof​

Many of the techniques in this campaign are no longer exclusive to a single state-backed actor. Reverse-proxy phishing kits, lookalike domains, OAuth device-code abuse, credential harvesting, and DNS manipulation are increasingly available to cybercriminal groups and lower-skilled operators.
A similarity in method may indicate:
  • Direct operation by a known threat actor
  • Use of shared tooling
  • Copycat behavior
  • Reuse of leaked or commercially available kits
  • A partner, affiliate, or contractor relationship
  • An unrelated actor following public reporting on successful techniques
For defenders, the identity of the attacker matters less than the controls needed to stop the intrusion. Whether the operator is a nation-state team, a financially motivated criminal group, or a copycat, the defensive response should focus on network trust boundaries and identity resilience.

Why Full-Tunnel VPN Is the Most Effective Immediate Control​

The most practical recommendation for organizations with mobile Windows users is an always-on, full-tunnel VPN configuration.
A full-tunnel VPN sends traffic, including DNS requests, through the organization’s trusted VPN infrastructure rather than allowing the local hotel, airport, or conference network to resolve and route selected traffic directly. This reduces the captive portal’s ability to influence name resolution after the VPN is established.

Full Tunnel Versus Split Tunnel​

With split tunneling, some traffic goes through the corporate VPN while other traffic goes directly to the local network. Split tunneling can improve performance and reduce VPN load, but it preserves more exposure to local DNS, malicious routing, and network-based manipulation.
With full tunneling, the endpoint uses the encrypted tunnel for its broader internet path. That provides stronger protection on untrusted networks, especially for:
  • DNS resolution
  • Microsoft 365 access
  • Web browsing
  • Software update traffic
  • Remote management traffic
  • Sensitive SaaS use
  • Authentication flows
A full-tunnel design is not magical. The VPN must connect before sensitive activity begins, and DNS leak prevention must be configured correctly. Users must also be able to complete the hotel’s initial captive-portal login without being trapped in a connectivity loop.
Still, it is the clearest way to remove the hostile local resolver from the equation.

VPN Deployment Details That Matter​

A policy that merely tells employees to “use the VPN” is weaker than an enforced design. A mature deployment should consider:
  • Always-on VPN rather than user-initiated connection
  • Full-tunnel routing for untrusted networks
  • Corporate DNS resolvers pushed through the VPN
  • DNS leak protection
  • Automatic VPN startup after captive portal authentication
  • Network location awareness that identifies public Wi‑Fi
  • Device compliance requirements before access to sensitive resources
  • Clear exceptions for operationally necessary traffic only
  • Logging that can identify failed, bypassed, or disconnected VPN sessions
Organizations should also test the user experience at actual hotels and conference venues. A security control that fails during captive-portal onboarding will eventually be bypassed by a frustrated employee.

Microsoft 365 and Entra Controls That Reduce the Blast Radius​

Network protections should be paired with identity controls. If a hostile network succeeds in prompting a user, the identity platform should still make unauthorized access difficult and visible.

Restrict Device-Code Authentication​

If the organization does not require device-code authentication, disabling or restricting it can eliminate an increasingly abused authorization path. If it is needed for specific workflows, limit it to approved users, applications, device types, or trusted operational scenarios.
A blanket decision should be avoided where genuine accessibility, field operations, or specialized-device requirements exist. The goal is least privilege for authentication flows, not indiscriminate feature removal.

Strengthen Conditional Access​

Conditional Access policies can evaluate more than just the password and MFA result. Strong policies can factor in:
  • Device compliance status
  • Device management enrollment
  • User and group risk
  • Application sensitivity
  • Sign-in location and network context
  • Authentication strength
  • Session controls
  • Unfamiliar or anomalous sign-in behavior
For high-value Microsoft 365 workloads, access from an unmanaged public network should not be treated the same way as access from a compliant, managed Windows device using the organization’s VPN.

Favor Phishing-Resistant Authentication​

Phishing-resistant authentication methods remain a strategic priority. Hardware-backed passkeys, FIDO2 security keys, Windows Hello for Business, and certificate-based approaches can reduce conventional credential phishing risk.
However, organizations should understand the nuance: device-code abuse and some approval-driven attacks are not simply defeated by eliminating passwords. If a user authorizes an attacker’s flow at a legitimate identity page, the authorization itself may be the problem.
That makes user intent, conditional access, application restrictions, and session monitoring just as important as the authentication method.

Detection: What Security Teams Should Hunt For​

A campaign operating through hotel Wi‑Fi can leave evidence in several places. Security teams should connect endpoint telemetry, VPN data, DNS logs, proxy records, and Microsoft Entra sign-in activity rather than reviewing each source in isolation.

Identity Signals Worth Investigating​

Look for:
  • Device-code authentication events that do not match known business workflows
  • Sign-ins from unfamiliar locations immediately after public Wi‑Fi use
  • New OAuth grants or unusual token activity
  • Authenticated sessions from unexpected hosting providers, anonymization services, or foreign infrastructure
  • Sign-ins that meet MFA requirements but originate from suspicious devices or networks
  • Unusual Microsoft Graph access after a sign-in
  • New inbox rules, forwarding settings, or delegate permissions
  • Sudden OneDrive, SharePoint, or Exchange data access inconsistent with the user’s normal behavior

Endpoint and Network Signals​

Windows endpoint teams should also investigate:
  • Unexpected proxy setting changes
  • PAC file downloads from unknown hosts
  • WPAD resolution attempts involving unfamiliar domains
  • DNS responses for Microsoft-related domains that do not align with expected infrastructure
  • Browser certificate warnings reported by users
  • Unusual captive-portal behavior following successful connection
  • VPN disconnects occurring shortly before suspicious Microsoft 365 activity
  • Network configuration changes made without an approved device-management policy
Detection does not have to depend on one perfect indicator. The strongest signal is often a sequence: a user joins hotel Wi‑Fi, the VPN is absent or disconnects, proxy discovery occurs, device-code authentication follows, and token activity appears from an unrelated network.

A Practical Response Plan for Suspected Exposure​

When a traveler reports an unusual Microsoft 365 prompt or a suspicious hotel Wi‑Fi experience, speed matters. The organization should assume that passwords, session tokens, and OAuth approvals may all be at risk.
A focused incident-response sequence should include:
  1. Disconnect the affected Windows device from the suspect network.
    Disable Wi‑Fi and avoid repeatedly reconnecting while the investigation begins.
  2. Establish a trusted connection.
    Use a known-safe cellular hotspot, trusted home connection, or corporate network before performing account remediation.
  3. Review active sessions and revoke suspicious tokens.
    Resetting a password alone may not remove an attacker who already possesses a valid session token or OAuth authorization.
  4. Inspect Microsoft 365 activity.
    Check mail forwarding, inbox rules, delegated access, OAuth app consent, SharePoint activity, OneDrive downloads, and unusual sign-ins.
  5. Review device proxy and DNS configuration.
    Confirm that no malicious PAC file, proxy server, DNS entry, root certificate, or unauthorized network profile has been installed.
  6. Preserve relevant evidence.
    Capture the network name, venue, approximate time, portal screenshots if safely available, browser warnings, VPN logs, and endpoint telemetry.
  7. Notify the venue and relevant security teams.
    The affected gateway may endanger every guest on that network, not only one employee.

The Broader Lesson: Public Networks Must Be Treated as Hostile by Default​

The significance of this campaign extends beyond hotels. Any venue that operates a captive portal can become a useful staging ground if its network appliances are poorly secured.
That includes:
  • Airports
  • Conference centers
  • Universities
  • Co-working spaces
  • Hospitals and healthcare facilities
  • Retail guest networks
  • Sports and entertainment venues
  • Apartment complexes
  • Transit hubs
  • Event Wi‑Fi deployments
The attack model is particularly effective because it does not rely on convincing a victim to open a malicious attachment delivered through corporate email. Instead, it exploits the boundary between a personal device, a trusted corporate identity, and a network that appears ordinary enough to use without hesitation.
For hospitality operators, the message is equally clear. Captive portal gateways should be treated as internet-facing security infrastructure, not as a low-priority guest amenity. Strong administrator credentials, multifactor authentication for management, restricted remote access, updated firmware, network segmentation, external attack-surface monitoring, and audited DNS changes are baseline requirements.
For enterprises, the durable answer is to make the local network irrelevant wherever possible. A managed Windows device using an always-on, full-tunnel VPN, corporate DNS, strict proxy policy, phishing-resistant authentication, and conditional access controls is dramatically harder to exploit than a laptop left to negotiate trust with every hotel gateway it encounters.
The era when public Wi‑Fi was mainly a question of encrypted browsing has passed. In the Microsoft 365 era, it is an identity boundary—and organizations that protect it accordingly will be far better positioned to stop the next network-level credential theft campaign.

References​

  1. Primary source: TechNadu
    Published: 2026-07-24T11:08:38+00:00