Device Posture Assessment for Network Access Control

This technical guide explains how device posture assessment works for Network Access Control (NAC), detailing the architecture, MDM integration, and remediation flows required to implement Zero Trust WiFi in enterprise and venue environments.

πŸ“– 8 min readπŸ“ 1,920 wordsπŸ”§ 2 examples❓ 3 questionsπŸ“š 8 key terms

🎧 Listen to this Guide

View Transcript
Device Posture Assessment for Network Access Control. A Purple Technical Briefing. Welcome. I'm your host for today's briefing, and if you're listening to this, you're probably an IT security architect, a network engineer, or a CTO who's been asked to tighten up network access control across your organisation. You may be running a hotel estate, a retail chain, a conference centre, or a public-sector facility β€” and you've reached the point where simply checking who is connecting to your network is no longer sufficient. You need to know what is connecting, and whether that device is in a fit state to be trusted. That's exactly what we're covering today. Device posture assessment for network access control β€” what it is, how it works at a technical level, how you integrate it with your existing RADIUS infrastructure and MDM platforms, and critically, what you do with devices that fail the check. Let's get into it. Section one. Context and why posture assessment matters now. For the past decade, most enterprise WiFi deployments have relied on identity-based access control. You authenticate the user β€” via 802.1X, a captive portal, or a pre-shared key β€” and if the credentials check out, you grant access. The problem is that identity verification alone tells you nothing about the security state of the device itself. A valid username and password can be entered on a laptop running a three-year-old unpatched operating system with no antivirus, connected to your corporate VLAN. That device is a liability the moment it touches your network. The shift to Zero Trust architecture has fundamentally changed the calculus here. Zero Trust operates on the principle of never trust, always verify β€” and that verification must extend beyond identity to encompass device health. This is where device posture assessment enters the picture. Posture assessment interrogates the endpoint at authentication time, checks a defined set of health criteria, and feeds that result into the access control decision. The outcome is posture-based network access β€” a model where what you can do on the network is determined not just by who you are, but by the security state of the device you're using. From a compliance standpoint, this matters enormously. PCI DSS version four point zero explicitly requires that organisations control which devices can access cardholder data environments. GDPR's accountability principle demands that organisations implement appropriate technical measures to protect personal data β€” and allowing unpatched, unmanaged devices onto networks that carry personal data is increasingly difficult to defend in an audit. For healthcare environments, the same logic applies under NHS Cyber Essentials requirements and, in the US context, HIPAA. Section two. Technical deep-dive β€” how posture assessment actually works. Let me walk you through the mechanics. At its core, device posture assessment is a process that runs during or immediately after the authentication handshake, before full network access is granted. There are three primary architectural models you'll encounter. The first is agent-based posture assessment. A lightweight software agent β€” installed on the endpoint, often as part of your MDM or endpoint detection and response platform β€” collects health telemetry and presents it to the NAC policy engine. This is the most comprehensive approach. The agent can check OS version, cumulative patch level, antivirus signature currency, firewall state, disk encryption status, whether specific prohibited applications are running, and whether the device is enrolled in your MDM. The agent communicates this data to the RADIUS server or a dedicated policy engine via a protocol such as RADIUS CoA β€” Change of Authorisation β€” or through a vendor-specific API integration. The second model is agentless posture assessment. Here, the NAC system attempts to infer device health without a local agent, typically by querying your MDM platform directly. When a device connects and authenticates, the policy engine calls out to Microsoft Intune, Jamf, or VMware Workspace ONE via API, retrieves the device's compliance record, and uses that as the posture signal. This works well for managed corporate devices that are already enrolled in MDM. The limitation is obvious β€” unmanaged or BYOD devices won't have an MDM record, so you need a fallback policy for those. The third model is network-based assessment. The NAC system scans the connecting device using techniques such as SNMP queries, WMI calls over the network, or passive fingerprinting of traffic patterns. This is the least reliable method and is generally used only as a supplementary check or for legacy environments where agent deployment isn't feasible. Now, let's talk about the integration with RADIUS and 802.1X specifically, because this is where the architecture gets interesting. In a standard 802.1X deployment, the supplicant β€” that's the device β€” presents credentials to the authenticator, which is your wireless access point or switch, which forwards the authentication request to the RADIUS server. The RADIUS server validates the credentials and returns an Access-Accept or Access-Reject. In a posture-aware deployment, you extend this flow. After the initial authentication succeeds, the RADIUS server β€” or a co-located policy engine such as Cisco ISE, Aruba ClearPass, or Forescout β€” triggers a posture evaluation. The device is initially placed in a restricted VLAN β€” sometimes called a posture VLAN or a quarantine VLAN β€” while the assessment runs. If the device passes all posture checks, a RADIUS Change of Authorisation message is sent to the access point, moving the device to the appropriate production VLAN. If it fails, it stays in the restricted VLAN and is directed to a remediation portal. The EAP method matters here. EAP-TLS, which uses mutual certificate authentication, is the gold standard for corporate device access because it allows the RADIUS server to validate not just the user but the device certificate β€” confirming it's a known, managed endpoint. EAP-PEAP or EAP-TTLS with MSCHAPv2 are common for user-credential-based authentication but provide less device-level assurance on their own. For posture assessment to be truly robust, you want EAP-TLS combined with MDM compliance checking β€” that combination gives you both cryptographic device identity and a real-time health signal. What specific attributes does a posture check typically evaluate? The core checklist for most enterprise deployments covers: operating system version and build number β€” is the device running a supported OS release? Patch level β€” have critical and high-severity patches been applied within a defined window, typically 30 days? Antivirus or endpoint detection and response status β€” is a recognised security product installed, running, and using up-to-date signatures? Host-based firewall β€” is it enabled? Disk encryption β€” is BitLocker or FileVault active? MDM enrolment β€” is the device registered with your management platform? And increasingly, organisations are adding checks for prohibited software β€” is a known-vulnerable application present? β€” and for certificate validity. Section three. Implementation recommendations and common pitfalls. Let me give you the practical guidance that comes from deploying these systems across hospitality, retail, and public-sector environments. First, start with visibility before enforcement. Before you put posture checks into a blocking mode, run them in monitor-only mode for at least four weeks. This gives you a baseline of what your actual device estate looks like β€” what percentage of devices are non-compliant, which posture attributes are failing most frequently, and whether your policy thresholds are calibrated correctly. Going straight to enforcement without this baseline is the single most common mistake, and it results in a wave of helpdesk tickets and frustrated users on day one. Second, design your VLAN segmentation before you configure posture policies. You need at minimum three network segments: a full-access corporate VLAN for compliant managed devices, a remediation VLAN with internet access and access to your patch management and MDM infrastructure but nothing else, and a guest VLAN for unmanaged personal devices. Some organisations add a fourth β€” a restricted corporate VLAN for managed devices that fail posture but need limited access to specific resources while they remediate. Map these VLANs to your posture outcomes before you write a single policy rule. Third, handle the BYOD and guest device problem explicitly. In hospitality environments particularly β€” and this applies equally to hotels, conference centres, and retail staff rest areas β€” you will have a significant population of personal devices that will never be MDM-enrolled. Your posture policy must have a defined path for these devices. The typical approach is to route non-enrolled devices to a guest VLAN automatically, with appropriate bandwidth controls and content filtering, rather than blocking them outright. Blocking personal devices in a hotel or conference environment creates an immediate operational problem that your front-of-house team will feel before your security team does. Fourth, set realistic remediation timeouts. When a device fails posture and is placed in the remediation VLAN, you need to define how long it has to self-remediate before it's moved to quarantine or blocked. For patch-related failures, 24 to 48 hours is a reasonable window for a managed corporate device β€” long enough for the device to pull updates, short enough to maintain pressure. For antivirus failures, the window should be shorter β€” four to eight hours β€” because a device with no active endpoint protection is a more immediate risk. Fifth, test your Change of Authorisation flow thoroughly. CoA is the mechanism that moves a device from the remediation VLAN to the production VLAN after it passes posture. It's also the mechanism that can move a device back to quarantine if a periodic re-check fails. CoA failures β€” where the RADIUS server sends the CoA message but the access point doesn't act on it β€” are a common source of user complaints. Test this end-to-end in your lab before production deployment, and monitor CoA success rates in your RADIUS logs post-deployment. Now, a word on the pitfalls specific to large venue environments. In a stadium or conference centre with thousands of concurrent connections, posture assessment adds latency to the authentication flow. Agent-based checks that require the agent to collect telemetry and report back can add two to five seconds to the connection time. At scale, this is noticeable. Optimise by pre-caching posture results β€” most policy engines allow you to cache a device's posture result for a defined period, typically one to four hours, so that re-authentication doesn't trigger a full re-assessment every time. This is a critical performance optimisation for high-density environments. Section four. Rapid-fire questions. Question: Can I do posture assessment without deploying agents to every device? Yes, via MDM API integration for enrolled devices and network-based fingerprinting for others, but your coverage and accuracy will be lower than with agents. For a mixed environment, a hybrid approach β€” agents on corporate devices, MDM API for enrolled BYOD, network fingerprinting as a fallback β€” is the pragmatic answer. Question: Does posture assessment work with WPA3? Yes. WPA3 Enterprise uses the same 802.1X authentication framework as WPA2 Enterprise, so posture assessment integrates in the same way. WPA3's stronger PMF β€” Protected Management Frames β€” and SAE authentication actually complement posture checking by hardening the authentication layer that posture sits on top of. Question: What's the difference between posture assessment and NAC? NAC β€” Network Access Control β€” is the broader framework for controlling which devices can access which network resources. Posture assessment is one input into the NAC decision, specifically the device health signal. You can have NAC without posture assessment β€” for example, identity-only access control β€” but you can't have posture-based access control without a NAC framework to enforce the outcomes. Question: How does this integrate with a platform like Purple? Purple's platform manages device identity and access policies at the WiFi layer. Posture assessment is the next layer of control β€” it enriches the access decision with device health data. For security-conscious operators, integrating posture signals from your MDM into Purple's policy engine allows you to enforce differentiated access based on both identity and device compliance state. Section five. Summary and next steps. To summarise the key points from today's briefing. Device posture assessment is the practice of evaluating endpoint health β€” OS version, patch level, antivirus status, MDM enrolment β€” at authentication time, and using that health signal to determine network access rights. The architecture combines 802.1X authentication, a RADIUS policy engine, MDM API integration, and VLAN segmentation to create a posture-based access control system. The three posture outcomes β€” full access, remediation VLAN, and quarantine β€” must be designed and tested before enforcement is enabled. Start with monitor mode, build your baseline, then move to enforcement. This is not optional if you want a smooth rollout. For venue operators, the BYOD and guest device population requires explicit policy handling β€” routing to a guest VLAN rather than blocking is the operationally sound default. Your immediate next steps: audit your current VLAN architecture and confirm you have the segments needed for posture-based routing. Evaluate your MDM platform's API capabilities for posture data export. Review your RADIUS server or NAC platform's posture policy capabilities. And if you're starting from scratch, consider a phased approach β€” deploy 802.1X first, add posture checking in monitor mode, then move to enforcement over a 90-day window. Thank you for listening. For more on 802.1X authentication architecture and Zero Trust WiFi deployment, visit the Purple guides library. If you're evaluating posture-based access control for your venue network, the Purple team can walk you through a deployment assessment. Until next time.

header_image.png

Executive Summary

As the perimeter of the enterprise network dissolves, traditional identity-based authentication is no longer sufficient. Validating that a user is who they claim to be via 802.1X or a captive portal does not address the risk posed by the device they are using. Device posture assessment is the critical next layer of defense in a Zero Trust architecture, interrogating the health and compliance state of an endpoint before granting network access.

For IT managers and network architects managing complex environments like hotels, retail chains, stadiums, and public-sector facilities, posture-based network access ensures that unpatched, unmanaged, or compromised devices cannot move laterally across corporate VLANs. This guide provides a practical, vendor-neutral blueprint for implementing device posture assessment for network access control. It covers the architectural models, the integration points with RADIUS and Mobile Device Management (MDM) platforms, and the critical remediation workflows necessary to handle non-compliant devices without overwhelming the IT helpdesk. By the end of this guide, you will have a clear framework for deploying endpoint compliance checks over WiFi, reducing your attack surface, and maintaining continuous compliance with frameworks like PCI DSS and GDPR.

Technical Deep-Dive: The Architecture of Posture Assessment

Device posture assessment fundamentally alters the traditional network authentication flow. Instead of a binary allow/deny decision based on credentials, the Network Access Control (NAC) system introduces a conditional state where access is contingent upon the device meeting specific health criteria.

The Three Architectural Models

Implementing device posture assessment requires choosing an architectural model that aligns with your endpoint management strategy. There are three primary approaches:

  1. Agent-Based Posture Assessment: This is the most comprehensive method. A lightweight software agent installed on the endpoint collects detailed telemetryβ€”such as OS version, patch level, antivirus status, and running processesβ€”and transmits this data to the NAC policy engine. The communication typically occurs via a secure protocol or API immediately following the initial 802.1X authentication. While agent-based assessment provides the highest fidelity data, it requires administrative control over the endpoint to deploy the agent, making it unsuitable for unmanaged or BYOD environments.
  2. Agentless (MDM-Integrated) Posture Assessment: In this model, the NAC system infers device health by querying a Mobile Device Management (MDM) or Unified Endpoint Management (UEM) platform via API. When a device authenticates, the RADIUS server calls out to platforms like Microsoft Intune or Jamf to retrieve the device's compliance record. This approach is highly effective for managed corporate devices and eliminates the need for a dedicated NAC agent. However, it relies on the MDM platform having up-to-date information; if the device has been offline, the compliance state may be stale.
  3. Network-Based Assessment: This passive approach involves the NAC system scanning the connecting device using techniques such as SNMP queries, WMI calls, or traffic fingerprinting. It requires no agent or MDM enrolment, making it useful for profiling IoT devices or legacy systems. However, the depth of insight is significantly limited compared to the other models, and it cannot reliably determine patch levels or antivirus signature currency.

The RADIUS and 802.1X Integration Flow

The integration of posture assessment with 802.1X authentication is where the architecture becomes operational. The process relies heavily on the RADIUS protocol and, specifically, the Change of Authorization (CoA) mechanism defined in RFC 5176.

When a supplicant (the device) initiates an 802.1X connection, it presents credentials to the authenticator (the wireless access point or switch). The authenticator forwards these to the RADIUS server. Upon successful identity verification, the RADIUS server returns an Access-Accept message. However, in a posture-aware environment, this initial acceptance places the device into a restricted stateβ€”often a dedicated quarantine or posture VLAN.

While in this restricted VLAN, the posture assessment occurs. The policy engine evaluates the device against the configured ruleset. If the device passes, the policy engine issues a RADIUS CoA message to the authenticator, instructing it to move the device from the posture VLAN to the appropriate production VLAN. If the device fails, it remains in the restricted VLAN or is moved to a remediation VLAN where it can access necessary update servers.

For optimal security, this flow should utilize EAP-TLS. EAP-TLS provides mutual certificate-based authentication, allowing the RADIUS server to cryptographically verify the device identity before the posture check even begins. This ensures that the posture data is coming from a known, trusted endpoint rather than a spoofed MAC address. For further reading on securing device access, refer to our guide on 802.1X Authentication: Securing Network Access on Modern Devices.

posture_assessment_architecture.png

Implementation Guide: Deploying Posture-Based Access

Deploying device posture assessment in a live enterprise environment requires meticulous planning to avoid disrupting business operations. The following phased approach is recommended for environments ranging from corporate offices to Hospitality venues.

Phase 1: Baseline Visibility (Monitor Mode)

The most critical step in deployment is establishing a baseline. Never enable blocking or remediation policies on day one. Instead, configure the NAC system to run posture checks in a monitor-only mode. During this phase, the system evaluates devices and logs the results but does not alter VLAN assignments or restrict access.

Run this phase for a minimum of four weeks. Analyze the logs to identify the percentage of non-compliant devices, the specific attributes failing most frequently (e.g., outdated OS vs. disabled firewall), and the distribution of failures across different device types. This data allows you to calibrate your policy thresholds. For instance, if 40% of your fleet fails a 14-day patch requirement, you may need to adjust the threshold to 30 days initially to avoid overwhelming the helpdesk.

Phase 2: VLAN Segmentation Design

Before enforcing policies, you must design the network segments that will handle the different posture states. A robust posture-based network access architecture requires at least three distinct VLANs:

  1. Production VLAN: Full access to corporate resources for compliant, managed devices.
  2. Remediation VLAN: Restricted access allowing communication only with update servers (e.g., Windows Update, WSUS), MDM platforms, and the NAC remediation portal. No access to internal subnets or general internet browsing.
  3. Guest/BYOD VLAN: Segmented internet-only access for unmanaged personal devices that cannot be posture-checked.

Ensure that your wireless access points and core switches are configured to support dynamic VLAN assignment via RADIUS attributes. Understanding the role of your access points is crucial here; for a refresher, see Wireless Access Points Definition Your Ultimate 2026 Guide.

Phase 3: Defining the Posture Ruleset

Develop a pragmatic ruleset based on your monitor-mode data and compliance requirements. A standard enterprise baseline includes:

  • Operating System: Must be a supported version (e.g., Windows 10 22H2 or later, macOS 13 or later).
  • Patch Level: Critical security updates applied within the last 30 days.
  • Endpoint Protection: Recognized antivirus/EDR agent installed, running, and signatures updated within the last 7 days.
  • Host Firewall: Enabled for all network profiles.
  • Disk Encryption: BitLocker or FileVault enabled for the system drive.

Phase 4: Enforcing Remediation Workflows

When a device fails the posture check, the remediation workflow must be automated and clear to the user. The device is assigned to the Remediation VLAN, and HTTP/HTTPS traffic should be redirected to a captive portal. This portal must explicitly inform the user why their device was quarantined (e.g., "Your antivirus is out of date") and provide actionable steps or links to resolve the issue.

Configure a remediation timeout. For example, a device might be allowed 24 hours in the remediation VLAN to pull down necessary patches. If the device does not achieve compliance within this window, it should be moved to a strict Quarantine VLAN with all access blocked until IT intervention.

remediation_flow_diagram.png

Best Practices for Complex Environments

Implementing posture assessment in complex environments like Retail or large public venues introduces unique challenges, particularly concerning device diversity and scale.

Handling BYOD and IoT

In environments with high volumes of unmanaged devices, such as Transport hubs or retail spaces offering Guest WiFi, attempting to enforce posture checks on every device is operationally unviable. You must establish explicit policies for devices that cannot be assessed.

The best practice is to utilize MAC Authentication Bypass (MAB) or identity profiling to categorize these devices early in the authentication flow. Unmanaged BYOD devices should be automatically routed to the Guest VLAN. IoT devices (sensors, displays) should be placed in dedicated, micro-segmented VLANs with strict Access Control Lists (ACLs) limiting their communication to specific controllers. Purple's platform can assist in identifying and managing these diverse device types; explore our Sensors capabilities for more insight.

Optimizing for High-Density Venues

In high-density environments like stadiums, the latency introduced by posture assessment can cause authentication timeouts and connection failures. Agent-based checks can add several seconds to the connection process.

To mitigate this, implement posture caching. Configure the NAC policy engine to cache a device's compliant status for a defined period (e.g., 4 to 8 hours). When a device roams between access points or briefly disconnects, the RADIUS server can use the cached posture result to grant immediate access, bypassing the full assessment overhead. This is essential for maintaining throughput and a positive user experience. The underlying network architecture also plays a role; consider the benefits discussed in The Core SD WAN Benefits for Modern Businesses.

Troubleshooting & Risk Mitigation

Even with careful planning, posture-based access control can fail. Understanding the common failure modes is critical for maintaining network availability.

CoA Failures

The most frequent technical issue is the failure of the RADIUS Change of Authorization (CoA) message. If the NAC system determines a device is compliant but the access point drops or ignores the CoA packet, the device remains stuck in the restricted VLAN.

Mitigation: Ensure that CoA is explicitly enabled on all network access devices and that the RADIUS server is configured as a trusted CoA client. Verify that UDP port 3799 (the standard CoA port) is not blocked by firewalls between the RADIUS server and the access points. Monitor CoA acknowledgement (ACK) rates in your RADIUS logs.

MDM API Rate Limiting

In agentless deployments, a sudden influx of authenticating devices (e.g., employees arriving at 9:00 AM) can cause the NAC system to flood the MDM platform with API requests. This can trigger API rate limiting, causing posture checks to fail or time out.

Mitigation: Implement API request batching or caching within the NAC platform. If the MDM supports webhooks, configure the MDM to push compliance state changes to the NAC system proactively, rather than having the NAC system poll the MDM on every authentication.

ROI & Business Impact

The business impact of implementing device posture assessment extends beyond immediate risk reduction. It fundamentally alters the security posture of the organization and provides measurable returns.

Risk Mitigation and Compliance

The primary ROI is the prevention of lateral movement by compromised endpoints. By ensuring that only healthy devices access the corporate network, organizations significantly reduce the likelihood of ransomware propagation. Furthermore, automated posture assessment provides the continuous monitoring required to satisfy audit requirements for PCI DSS, HIPAA, and GDPR, reducing the cost and effort of manual compliance reporting.

Operational Efficiency

While the initial deployment requires effort, a well-tuned posture assessment system reduces the operational burden on IT. Automated remediation workflows empower users to resolve minor compliance issues (like outdated signatures) without raising helpdesk tickets. By integrating posture checks with broader network analyticsβ€”such as WiFi Analyticsβ€”IT teams gain unprecedented visibility into the health of their device estate, enabling proactive rather than reactive management. For venues looking to upgrade their overall network experience, see our insights on Modern Hospitality WiFi Solutions Your Guests Deserve.

Key Terms & Definitions

Device Posture Assessment

The process of evaluating an endpoint's security and compliance state (e.g., OS version, patch level, antivirus status) before or during network authentication.

Crucial for Zero Trust architecture, ensuring that compromised or vulnerable devices cannot access sensitive network segments even if the user has valid credentials.

RADIUS CoA (Change of Authorization)

An extension to the RADIUS protocol (RFC 5176) that allows a RADIUS server to dynamically modify the authorization attributes of an active session, such as changing a device's VLAN.

The essential mechanism in posture assessment that moves a device from a quarantine/remediation VLAN to a production VLAN once the health check passes.

Remediation VLAN

A restricted network segment designed specifically for devices that fail posture checks. It provides limited access only to the resources needed to fix the compliance issue (e.g., update servers, MDM).

Used to isolate vulnerable devices while allowing them to self-correct without requiring manual IT intervention.

Agentless Posture Assessment

Evaluating device health without installing dedicated NAC software on the endpoint, typically by querying an MDM/UEM platform via API for the device's compliance record.

Preferred for corporate environments with robust MDM deployments as it reduces endpoint software bloat and simplifies management.

Dissolvable Agent

A temporary, lightweight application downloaded via a captive portal that performs a posture check and then removes itself from the device.

Commonly used in BYOD or guest environments where permanent agent installation is impossible or unacceptable to the user.

EAP-TLS (Extensible Authentication Protocol-Transport Layer Security)

An 802.1X authentication method that requires both the server and the client (device) to present valid digital certificates for mutual authentication.

The most secure foundation for posture assessment, as it cryptographically proves the device identity before health checks are evaluated.

Posture Caching

Storing the result of a successful posture check for a defined period so that subsequent authentications (e.g., roaming between APs) do not require a full re-evaluation.

Vital for maintaining network performance and reducing latency in high-density environments like stadiums or large offices.

Zero Trust Network Access (ZTNA)

A security framework requiring all users and devices, whether inside or outside the organization's network, to be authenticated, authorized, and continuously validated before being granted access.

Device posture assessment is a foundational pillar of ZTNA, providing the 'continuous validation' of the device state.

Case Studies

A 500-user corporate office is implementing device posture assessment. They currently use 802.1X (PEAP-MSCHAPv2) for all corporate laptops. They want to ensure no laptop connects unless its CrowdStrike Falcon agent is running and Windows is fully patched. How should they design the integration and remediation flow?

  1. Architecture Selection: Since all laptops are corporate-managed, an agentless approach via MDM integration (e.g., Intune) is recommended to avoid deploying a separate NAC agent. The NAC policy engine will query Intune for compliance status.
  2. VLAN Design: Create three VLANs: VLAN 10 (Corporate Production), VLAN 20 (Remediation), VLAN 30 (Guest).
  3. Policy Configuration: Configure Intune compliance policies to require CrowdStrike running and Windows updates within 30 days. Configure the NAC policy engine to map Intune 'Compliant' status to VLAN 10, and 'Non-Compliant' to VLAN 20.
  4. Authentication Flow: When a laptop authenticates via PEAP, the RADIUS server places it in VLAN 20 and queries Intune. If Intune returns 'Compliant', the RADIUS server sends a CoA message to the access point to switch the port/session to VLAN 10.
  5. Remediation: If Intune returns 'Non-Compliant', the laptop remains in VLAN 20. DHCP provides an IP, and DNS/firewall rules redirect HTTP traffic to a portal explaining the failure and allowing access only to CrowdStrike and Windows Update servers.
Implementation Notes: This approach leverages existing infrastructure (Intune) rather than introducing new agents. The critical success factor here is the CoA configuration and ensuring the Remediation VLAN has the exact firewall ACLs needed to reach the update serversβ€”too restrictive and the device can't remediate; too open and the quarantine is ineffective.

A large university campus wants to implement posture checks, but 80% of the devices are student BYOD laptops and phones. They cannot force MDM enrolment on these devices. How should they approach posture assessment?

  1. Architecture Selection: A hybrid approach is necessary. Use agentless/MDM checks for staff/faculty corporate devices, and a captive portal with a dissolvable agent or network-based assessment for student BYOD.
  2. BYOD Flow: Students connect to the 'Student-WiFi' SSID. They authenticate via a captive portal using university credentials.
  3. Dissolvable Agent: Upon login, the portal prompts the user to run a lightweight, temporary applet (dissolvable agent) that checks basic posture (e.g., minimum OS version, active firewall) without requiring admin rights or permanent installation.
  4. Enforcement: If the dissolvable agent reports a pass, the device is granted access to the student VLAN. If it fails, the portal displays instructions on how to update their OS.
  5. Alternative (Network-based): If dissolvable agents cause too much friction, use passive network profiling (DHCP fingerprinting, HTTP user-agent parsing) to detect grossly outdated OS versions and block them, accepting a lower level of assurance for BYOD.
Implementation Notes: In BYOD-heavy environments, user friction is the primary enemy of security. Forcing MDM or persistent agents on students will fail. The dissolvable agent provides a reasonable compromise, checking critical health attributes at the time of connection without permanent intrusion.

Scenario Analysis

Q1. Your organisation is rolling out posture assessment for 2,000 corporate laptops. You have configured the policy to require Windows 11 and an active EDR agent. On Monday morning, you plan to enable the policy in enforcement mode. What critical step have you missed?

πŸ’‘ Hint:Consider the impact on the helpdesk if your assumptions about the fleet's health are wrong.

Show Recommended Approach

You have missed the 'Monitor Mode' phase. Before enforcing a blocking policy, the system must run in monitor-only mode for several weeks to establish a baseline of compliance. Enabling enforcement on day one without this data will likely result in a massive spike in helpdesk tickets from users who unexpectedly fail the posture check.

Q2. A device successfully authenticates via 802.1X and passes the MDM posture check. The RADIUS server logs show an Access-Accept and a successful posture evaluation, but the user reports they still cannot access the internet or corporate resources. What is the most likely point of failure in the architecture?

πŸ’‘ Hint:Think about how the network access device (the AP or switch) is instructed to change the user's access level after the posture check completes.

Show Recommended Approach

The most likely failure is the RADIUS Change of Authorization (CoA). The device was likely placed in a restricted posture VLAN initially. Even though the posture check passed on the server side, if the CoA message was dropped, blocked by a firewall, or not processed by the access point, the device will remain stuck in the restricted VLAN.

Q3. You manage the WiFi for a retail chain. Corporate devices are managed via Intune, but store managers often connect personal iPads to the staff network. You want to implement posture checks for corporate devices. How should you handle the personal iPads?

πŸ’‘ Hint:Consider whether you can perform agentless or agent-based checks on devices you don't own.

Show Recommended Approach

You cannot reliably perform deep posture checks on unmanaged personal devices without causing significant user friction. The best approach is to use identity profiling or MAB to identify the personal iPads and automatically route them to a segmented Guest or BYOD VLAN with internet-only access, bypassing the strict posture requirements applied to the corporate devices.

Key Takeaways

  • βœ“Device posture assessment evaluates endpoint health (OS, patches, AV) before granting network access, moving beyond simple identity verification.
  • βœ“It is a foundational element of Zero Trust architecture, preventing vulnerable devices from moving laterally on the network.
  • βœ“Architectures include agent-based (deepest visibility), agentless via MDM integration (best for corporate fleets), and network-based profiling.
  • βœ“The process relies heavily on RADIUS Change of Authorization (CoA) to dynamically move devices between Posture, Remediation, and Production VLANs.
  • βœ“Always deploy posture policies in monitor-only mode for several weeks to establish a baseline before enforcing blocking rules.
  • βœ“Robust remediation workflows are essential to allow users to self-correct compliance issues without overwhelming the IT helpdesk.
  • βœ“For BYOD and high-density environments, utilize posture caching and explicit routing to guest VLANs to minimize user friction and latency.