Skip to content

Evidence request lists

NIST SP 800-207

Evidence request list. 51 controls, 51 carrying auditor artefact guidance. Generated from the compliance knowledge graph on 12 September 2026. Published by The Art of Service.

Deployment Models

SP800-207-4.1
Enhanced Identity Governance Deployment

Where the primary driver is identity rather than network topology, deploy zero trust using an enhanced identity governance approach. Access is granted based on identity, device, and attribute assertions, with the network providing limited reachability only.

Artefacts an auditor will ask for
  • architecture document selecting EIG model
  • device trust signal integration
  • attribute assertion design
  • transition plan from legacy network trust
Where this commonly fails
  • identity centric model declared but network ACLs still primary
  • device trust signals limited to managed laptops
  • service accounts excluded from the model
SP800-207-4.2
Micro Segmentation Deployment

Where workload to workload control is the primary concern, deploy micro segmentation that places each resource or small group of resources behind its own gateway. Use software defined controls rather than relying on VLAN topology.

Artefacts an auditor will ask for
  • segmentation design document
  • policy as code repository with reviewable diffs
  • workload identity issuance process
  • policy coverage metrics across workloads
Where this commonly fails
  • policies coarse grained per subnet rather than per workload
  • no workload identity, decisions rely on IP
  • policy changes deployed manually
SP800-207-4.3
Software Defined Perimeter Deployment

Implement a Software Defined Perimeter that hides resources from unauthorized clients and only exposes them after authentication and authorization. Resources become invisible to attackers performing reconnaissance.

Artefacts an auditor will ask for
  • SDP design document
  • client agent rollout report
  • external attack surface scan showing concealment
  • policy linkage between SDP gateway and policy engine
Where this commonly fails
  • SDP applied to a subset of users while VPN remains for others
  • no validation that resources are hidden from unauthenticated probes
  • client agent deployment incomplete on contractor devices

Foundational Tenets

SP800-207-2.1
Tenet 1: All Data Sources and Computing Services as Resources

Classify every data source and computing service in the enterprise as a resource that requires access decisions, including SaaS applications, internal APIs, and personal devices accessing enterprise services. Maintain a current inventory that supports policy decisions.

Artefacts an auditor will ask for
  • enterprise resource inventory covering on premise, cloud, and SaaS
  • data classification mapped to resources
  • scope statement for the zero trust programme
  • quarterly reconciliation between CMDB and policy engine
Where this commonly fails
  • shadow SaaS not represented in the inventory
  • personal device access uncatalogued
  • data classification not aligned with access policy attributes
SP800-207-2.2
Tenet 2: All Communication Secured Regardless of Network

Apply encryption and authentication to all communications, regardless of whether the traffic originates inside or outside the corporate perimeter. Do not grant trust based on network location alone.

Artefacts an auditor will ask for
  • TLS coverage report for internal services
  • mutual TLS or service mesh evidence
  • policy stating that internal network is untrusted
  • exceptions register for legacy plaintext protocols
Where this commonly fails
  • internal HTTP services remain unencrypted because they are inside the firewall
  • no mutual authentication between services
  • VPN treated as a trust boundary that bypasses ZTA
SP800-207-2.3
Tenet 3: Per Session Resource Access

Grant access to enterprise resources on a per session basis. Trust is evaluated at each request and is not perpetuated by long lived tokens that allow indefinite access to other resources.

Artefacts an auditor will ask for
  • token lifetime policy by resource sensitivity
  • session re evaluation triggers in policy engine
  • audit log demonstrating per session decisions
  • design document for continuous access evaluation
Where this commonly fails
  • long lived refresh tokens issued without re evaluation
  • no policy reasserted on context changes
  • session lifetime tied to legacy SSO rather than risk
SP800-207-2.4
Tenet 4: Dynamic Policy Driven Access

Make access decisions using dynamic policy that incorporates user identity, device posture, application sensitivity, and behavioral attributes. Static IP based or group based rules alone are not sufficient.

Artefacts an auditor will ask for
  • policy engine rule library
  • attribute source catalog (IdP, MDM, EDR, risk engine)
  • decision log sample showing attribute influence
  • review cadence for policy effectiveness
Where this commonly fails
  • policy still primarily group based
  • device posture not consumed by the policy engine
  • no logging of which attributes influenced a decision
SP800-207-2.5
Tenet 5: Monitor Integrity and Posture of Assets

Continuously measure and monitor the security posture of devices and workloads. Posture signals must feed back into the policy engine so that access can be tightened or revoked when integrity drops.

Artefacts an auditor will ask for
  • device compliance dashboard
  • telemetry feed catalog into the policy engine
  • examples of access revocation driven by posture change
  • service level objectives for posture data freshness
Where this commonly fails
  • posture data refreshed daily, too slow for access decisions
  • managed devices in scope but personal devices unmonitored
  • no automatic action when posture drops
SP800-207-2.6
Tenet 6: Dynamic Authentication and Authorization

Authentication and authorization are strict, enforced before access, and re evaluated as risk signals change. Step up authentication is applied when risk increases, and weak factors are not accepted for sensitive resources.

Artefacts an auditor will ask for
  • authentication factor catalog with assurance levels
  • step up policy mapped to resource sensitivity
  • continuous access evaluation events in IdP logs
  • phishing resistant factor adoption metrics
Where this commonly fails
  • SMS or push factors still accepted for sensitive resources
  • step up not configured for high risk transactions
  • session continues unchanged after risk signal escalates
SP800-207-2.7
Tenet 7: Telemetry to Improve Posture

Collect and analyze data about asset state, network activity, and access decisions, and use the results to improve the security posture and policy quality. Feedback should be measurable, not anecdotal.

Artefacts an auditor will ask for
  • analytics dashboard for ZTA programme
  • examples of policy changes driven by telemetry
  • key risk and key performance indicators
  • quarterly programme review
Where this commonly fails
  • telemetry collected but never reviewed against policy
  • no metrics tying programme spend to risk reduction
  • logs siloed by tool rather than fused

Logical Components

SP800-207-3.1
Policy Engine Capabilities

Stand up a Policy Engine that decides whether to grant or deny access by combining policy, trust algorithm, and signals from external data sources. The engine must support deterministic logic that auditors can replay.

Artefacts an auditor will ask for
  • policy engine architecture document
  • trust algorithm specification
  • decision replay capability evidence
  • high availability configuration
Where this commonly fails
  • policy engine decisions not logged in a way that supports replay
  • trust algorithm opaque to the security team
  • single point of failure for access decisions
SP800-207-3.2
Policy Administrator Role

Implement a Policy Administrator that executes the decisions made by the Policy Engine by establishing or shutting down communication paths between subject and resource. Decisions and the actions taken must be logged consistently.

Artefacts an auditor will ask for
  • Policy Administrator integration with PEP fleet
  • audit log showing session start and revocation events
  • incident playbook covering forced session termination
  • redundancy and failover design
Where this commonly fails
  • Policy Administrator unable to terminate established sessions
  • logs lack correlation between decision and action
  • no failover configured for Policy Administrator
SP800-207-3.3
Policy Enforcement Point Coverage

Deploy Policy Enforcement Points in front of every protected resource, whether at the application, gateway, micro service, or network layer. Coverage gaps undermine the entire architecture.

Artefacts an auditor will ask for
  • PEP inventory mapped to resource list
  • bypass detection logic in monitoring
  • exception register for resources without PEP
  • phased migration plan to close coverage gaps
Where this commonly fails
  • legacy applications excluded indefinitely
  • PEP bypass detected only after incident
  • no measurement of resources still relying on perimeter trust

NIST SP 800-207: Access Control

SP800-207-DEP-PORTAL
Resource Portal-Based Deployment

Uses a single PEP gateway portal to broker access so that no agent is required on the requesting device, at the cost of limited visibility into the device.

Artefacts an auditor will ask for
  • Resource portal configuration
  • Evidence of brokered access through the portal PEP
Where this commonly fails
  • Limited device posture visibility via portal
  • Portal bypass routes to resources
SP800-207-DEP-SANDBOX
Device Application Sandboxing

Runs vetted applications or processes in sandboxed compartments on the asset, isolating them from the rest of the device and from local attacks.

Artefacts an auditor will ask for
  • Sandboxing configuration for vetted applications
  • Isolation boundary evidence
Where this commonly fails
  • Applications running outside the sandbox
  • Weak isolation allowing local compromise
SP800-207-NET-REQ
Network Requirements to Support ZTA

Enterprise network requirements enabling ZTA, including basic connectivity for assets, distinct logical access control, observable network traffic, and resources unreachable without going through a PEP.

Artefacts an auditor will ask for
  • Network design showing resources reachable only via PEP
  • Evidence all traffic is observable and logically segmented
Where this commonly fails
  • Resources reachable without traversing a PEP
  • Unobservable or untrusted network segments
SP800-207-TA-CONTEXT
Singular vs Contextual Trust Algorithm

The trust algorithm evaluates each request in isolation, or takes subject history and request patterns into account for a contextual access decision.

Artefacts an auditor will ask for
  • Evidence the TA uses subject history/context
  • Contextual signals incorporated into decisions
Where this commonly fails
  • Each request evaluated in isolation without context
  • No use of behavioral history
SP800-207-TA-CRITERIA
Criteria-Based vs Score-Based Trust Algorithm

The trust algorithm either requires a set of qualifying criteria to be met, or computes a single confidence score evaluated against a threshold to grant access.

Artefacts an auditor will ask for
  • Documented trust algorithm logic (criteria or score based)
  • Thresholds and qualifying criteria definitions
Where this commonly fails
  • Undocumented or static trust criteria
  • Score thresholds not risk-justified

NIST SP 800-207: Asset Management

SP800-207-DEP-AGENT
Device Agent/Gateway-Based Deployment

Splits the policy enforcement point between a device-installed agent and a resource-side gateway that connect only after the policy administrator approves the session.

Artefacts an auditor will ask for
  • Device agent and resource gateway deployment design
  • Evidence that connections require PA approval
Where this commonly fails
  • Agents not installed on all in-scope devices
  • Direct resource access bypassing the gateway
SP800-207-DEP-ENCLAVE
Enclave-Based Deployment

Places a gateway PEP at the boundary of a resource enclave (a group of resources), suitable for legacy applications or on-premises data centers that cannot protect resources individually.

Artefacts an auditor will ask for
  • Enclave gateway placement diagram
  • List of resources protected per enclave PEP
Where this commonly fails
  • Over-broad enclaves reducing granularity
  • Lateral movement possible within an enclave
SP800-207-SUP-IDM
Identity Management System

Creates, stores, and manages enterprise user accounts and identity records, including the subject attributes used by the policy engine.

Artefacts an auditor will ask for
  • Identity store and account lifecycle records
  • Subject attribute schema used in access decisions
Where this commonly fails
  • Orphaned or stale accounts
  • Attributes not synchronized to the policy engine
SP800-207-SUP-PKI
Enterprise Public Key Infrastructure (PKI)

Generates and logs certificates issued by the enterprise to resources, subjects, services, and applications.

Artefacts an auditor will ask for
  • Enterprise PKI / certificate issuance logs
  • Certificate inventory for resources, subjects, and services
Where this commonly fails
  • Self-signed or unmanaged certificates in use
  • No certificate lifecycle or revocation process
SP800-207-SUP-SIEM
Security Information and Event Management (SIEM) System

Collects security-centric information for analysis to refine policies and warn of possible active attacks against enterprise assets.

Artefacts an auditor will ask for
  • SIEM data sources and correlation rules
  • Evidence that SIEM findings refine access policy
Where this commonly fails
  • SIEM alerts not fed back into policy refinement
  • Insufficient coverage of ZTA components

NIST SP 800-207: Communications Security

SP800-207-MIG-ACTORS
Migration Step: Identify Actors on the Enterprise

Catalog the subjects (human users and non-person entities) and their privileges as a precursor to developing a zero trust architecture.

Artefacts an auditor will ask for
  • Catalog of subjects (users and NPEs) and privileges
  • Privilege review records
Where this commonly fails
  • Incomplete actor inventory
  • Excessive standing privileges
SP800-207-MIG-ASSETS
Migration Step: Identify Assets Owned by the Enterprise

Inventory and monitor enterprise-owned and non-enterprise assets, including hardware, digital artifacts, and their current configuration state.

Artefacts an auditor will ask for
  • Enterprise asset inventory with configuration state
  • Monitoring of non-enterprise assets
Where this commonly fails
  • Shadow IT and unmanaged assets
  • Inventory not continuously maintained
SP800-207-MIG-POLICY
Migration Step: Formulate Policies for the ZTA Candidate

Define the criteria and subject/resource attributes the policy engine uses to grant or deny access for the candidate resource.

Artefacts an auditor will ask for
  • Defined access criteria and attributes per candidate resource
  • Policy approval records
Where this commonly fails
  • Policies too permissive at cutover
  • Attributes unavailable to enforce policy
SP800-207-MIG-PROCESS
Migration Step: Identify Key Processes and Evaluate Risks

Identify business processes and data flows, evaluate their risk, and prioritize which to migrate to ZTA, often starting with lower-risk processes.

Artefacts an auditor will ask for
  • Business process and data flow mapping with risk ratings
  • Prioritized ZTA candidate list
Where this commonly fails
  • Processes and data flows undocumented
  • Risk not used to sequence migration
SP800-207-THR-NPE
Threat: Use of Non-Person Entities (NPE) in ZTA Administration

The risk associated with automated agents (NPEs) configuring and enforcing policy, including false positives and false negatives in automated decisions.

Artefacts an auditor will ask for
  • Controls over non-person entities administering policy
  • Review of automated decision false positive/negative rates
Where this commonly fails
  • Automated agents with unchecked authority
  • No human oversight of automated policy changes

NIST SP 800-207: Cryptography

SP800-207-SC-CONTRACTED
Deployment Scenario: Contracted Services and Nonemployee Access

Applies ZTA to accommodate visitors and contracted service providers who require limited, controlled access to specific enterprise resources.

Artefacts an auditor will ask for
  • Access policy for contractors and nonemployees
  • Time-bound and scoped access records
Where this commonly fails
  • Contractors granted standing broad access
  • No deprovisioning at engagement end
SP800-207-SC-CROSSENT
Deployment Scenario: Collaboration Across Enterprise Boundaries

Applies ZTA to enable secure resource sharing between two distinct organizations through policies governing cross-enterprise access.

Artefacts an auditor will ask for
  • Cross-enterprise collaboration access policies
  • Federation/trust agreement evidence
Where this commonly fails
  • Shared resources lacking granular cross-org policy
  • Unverified external identities
SP800-207-SC-MULTICLOUD
Deployment Scenario: Multi-cloud / Cloud-to-Cloud Enterprise

Applies ZTA where applications and data sources are hosted across multiple cloud providers, securing direct cloud-to-cloud access without backhauling through the enterprise.

Artefacts an auditor will ask for
  • Multi-cloud access architecture
  • Evidence of secured cloud-to-cloud access
Where this commonly fails
  • Cloud-to-cloud traffic implicitly trusted
  • Inconsistent policy across cloud providers
SP800-207-SC-PUBLIC
Deployment Scenario: Public- or Customer-Facing Services

Applies ZTA to resources accessed by the general public or registered customers who are not enterprise-managed subjects.

Artefacts an auditor will ask for
  • Policy separating public-facing from internal resources
  • Customer identity assurance evidence
Where this commonly fails
  • Public services on the same trust plane as internal
  • Weak customer authentication
SP800-207-SC-SATELLITE
Deployment Scenario: Enterprise with Satellite Facilities

Applies ZTA to an organization with a headquarters plus geographically dispersed locations and remote workers that have no full enterprise-owned network.

Artefacts an auditor will ask for
  • ZTA design for remote workers and satellite sites
  • Policy coverage for off-network access
Where this commonly fails
  • VPN-only model treated as zero trust
  • Remote sites outside policy enforcement

NIST SP 800-207: Information Security Policies

SP800-207-SUP-CDM
Continuous Diagnostics and Mitigation (CDM) System

Gathers information about the current state of enterprise assets and applies updates to configuration and software, feeding asset posture to the policy engine for access decisions.

Artefacts an auditor will ask for
  • CDM system configuration and asset inventory feed
  • Evidence that device posture informs access decisions
  • Patch and configuration state reports
Where this commonly fails
  • Asset posture not actually consumed by the policy engine
  • Unmanaged or unknown assets not covered by CDM
SP800-207-SUP-COMPLY
Industry Compliance System

Ensures the enterprise remains compliant with applicable regulatory regimes and supplies the policy rules the enterprise must enforce.

Artefacts an auditor will ask for
  • Mapping of regulatory obligations to enforced access policies
  • Compliance system feeding policy rules into the PE
Where this commonly fails
  • Compliance requirements documented but not encoded as enforceable policy
  • No traceability from regulation to policy rule
SP800-207-SUP-DAP
Data Access Policies

The attributes, rules, and policies about access to enterprise resources that serve as the starting point for authorizing access to a resource.

Artefacts an auditor will ask for
  • Documented data access policies and attribute rules
  • Attribute-to-policy mapping used by the PE
Where this commonly fails
  • Access policies coarse-grained rather than per-resource
  • Attributes not authoritatively sourced
SP800-207-SUP-LOGS
Network and System Activity Logs

Aggregates asset logs, network traffic, and resource access actions to provide near real-time feedback on the security posture of enterprise systems.

Artefacts an auditor will ask for
  • Centralized activity log architecture
  • Log coverage matrix for assets, network, and resource access
  • Retention and protection settings
Where this commonly fails
  • Gaps in log coverage of resource access events
  • Logs not analyzed in near real time
SP800-207-SUP-THREAT
Threat Intelligence Feeds

External sources providing information on newly discovered attacks and vulnerabilities to help the policy engine make and update access decisions.

Artefacts an auditor will ask for
  • Threat intelligence feed subscriptions and integration config
  • Evidence that intel updates trust/access decisions
Where this commonly fails
  • Threat feeds collected but not operationalized into policy
  • Stale or single-source intelligence

NIST SP 800-207: Operations Security

SP800-207-THR-CREDS
Threat: Stolen Credentials and Insider Threat

The risk that attackers obtain valid credentials (for example via phishing or social engineering) or that insiders abuse legitimate access.

Artefacts an auditor will ask for
  • MFA and phishing-resistant authentication evidence
  • Insider threat monitoring controls
Where this commonly fails
  • Password-only access to sensitive resources
  • No detection of anomalous credential use
SP800-207-THR-DOS
Threat: Denial-of-Service or Network Disruption

The risk that an attacker disrupts or denies access to the policy administrator or PEP, blocking legitimate access decisions.

Artefacts an auditor will ask for
  • Resilience and redundancy design for PA/PEP
  • DoS protection evidence
Where this commonly fails
  • Single points of failure in the decision path
  • No capacity or DoS testing
SP800-207-THR-PROPRIETARY
Threat: Reliance on Proprietary Data Formats or Solutions

The risk arising from dependence on proprietary or non-interoperable data formats and components across the ZTA.

Artefacts an auditor will ask for
  • Use of open standards across ZTA components
  • Vendor lock-in risk assessment
Where this commonly fails
  • Proprietary formats preventing component substitution
  • No interoperability testing
SP800-207-THR-STORAGE
Threat: Storage of System and Network Information

The risk that stored monitoring data and network/system information become high-value targets for attackers seeking to map and exploit the environment.

Artefacts an auditor will ask for
  • Protection controls for stored monitoring and network data
  • Access controls on log/telemetry stores
Where this commonly fails
  • Monitoring data stored without strong access control
  • Sensitive network maps left unprotected
SP800-207-THR-SUBVERT
Threat: Subversion of ZTA Decision Process

The risk that the policy engine and policy administrator configuration are improperly accessed or manipulated, corrupting access decisions across the enterprise.

Artefacts an auditor will ask for
  • Access controls and change management for PE/PA configuration
  • Audit logs of policy administrator actions
Where this commonly fails
  • Broad admin access to policy components
  • No monitoring of PE/PA configuration changes
SP800-207-THR-VISIBILITY
Threat: Limited Visibility on the Network

The risk that encrypted or unanalyzable traffic limits the enterprise's ability to inspect, analyze, and act on network activity.

Artefacts an auditor will ask for
  • Encrypted traffic inspection or metadata analysis approach
  • Coverage of east-west traffic
Where this commonly fails
  • Blind spots in encrypted traffic
  • No analysis of internal traffic

Programme Management

SP800-207-7.1
Migration Strategy and Roadmap

Adopt zero trust as a staged programme rather than a single deployment. Define a roadmap that prioritizes high value resources, identifies dependencies, and measures progress through declared milestones.

Artefacts an auditor will ask for
  • multi year ZTA roadmap
  • prioritized resource backlog
  • milestone report with measured outcomes
  • executive sponsor briefings
Where this commonly fails
  • roadmap focuses on tools rather than resources protected
  • no measurement of resources actually behind ZTA controls
  • executive sponsorship lapses after initial funding
SP800-207-7.2
Interoperability with Existing Controls

Ensure that ZTA integrates with existing security investments including SIEM, EDR, MDM, and ticketing systems. Avoid building parallel stacks that compete for telemetry and create blind spots.

Artefacts an auditor will ask for
  • integration matrix between ZTA components and existing controls
  • ticketing workflow design for access exceptions
  • telemetry consolidation plan
  • tool retirement decisions log
Where this commonly fails
  • EDR posture not consumed by policy engine
  • ticketing not integrated for access provisioning
  • duplicate telemetry stores impose unnecessary cost

Risk

SP800-207-6.1
ZTA Threats and Mitigations

Identify and treat threats specific to zero trust deployments, including disruption of the Policy Engine, theft of administrator credentials, stolen authentication tokens, and supply chain risk in policy components.

Artefacts an auditor will ask for
  • threat model covering Policy Engine, Administrator, and PEPs
  • privileged access workflow for ZTA components
  • supply chain due diligence for ZTA vendors
  • tabletop exercise covering policy engine outage
Where this commonly fails
  • policy engine administrators not on privileged access workstations
  • no tested fallback for policy engine outage
  • supply chain assessment limited to perimeter vendors

Supporting Components

SP800-207-3.4
Continuous Diagnostics and Mitigation Inputs

Integrate Continuous Diagnostics and Mitigation data sources so that asset state, software inventory, and vulnerability data are available to the Policy Engine in near real time.

Artefacts an auditor will ask for
  • data feed catalog from CDM systems
  • data freshness service level objective
  • schema mapping document
  • integrity check logs on incoming feeds
Where this commonly fails
  • data feeds run as nightly batch when decisions are made hourly
  • schemas mismatch causing dropped attributes
  • no validation of source data integrity
SP800-207-3.5
Identity Management Integration

Treat the Identity Provider as a critical input to the Policy Engine. Maintain accurate user and service identity attributes including role, group membership, employment status, and risk score.

Artefacts an auditor will ask for
  • identity attribute catalog used by policy engine
  • joiner mover leaver process
  • service account inventory and ownership register
  • risk score consumption design
Where this commonly fails
  • leavers retain access for weeks because attributes lag
  • service account ownership unclear
  • no integration of risk score from IdP into decisions
SP800-207-MIG-DEPLOY
Migration Step: Identify Candidate Solutions, Deploy, and Expand

Select ZTA components that fit the workflow, perform initial deployment in monitoring/observation mode, then expand the ZTA across the enterprise.

Artefacts an auditor will ask for
  • Initial deployment in monitoring mode evidence
  • Expansion plan and rollback procedures
Where this commonly fails
  • Enforcement enabled without an observation phase
  • No rollback or staged expansion plan

Trust Algorithm

SP800-207-5.1
Trust Algorithm Documentation

Document the trust algorithm that combines inputs into a decision. Specify which inputs are mandatory, which are weighted, and how thresholds are determined. Treat the algorithm as a controlled change managed artifact.

Artefacts an auditor will ask for
  • trust algorithm specification
  • change history with approvals
  • examples of decisions explained by the algorithm
  • review cadence by security and risk leadership
Where this commonly fails
  • algorithm exists only inside the policy product configuration
  • no change history for weighting adjustments
  • auditors cannot replay decisions
Assembled from the framework's own control set. Every line traces to a control in the graph, so this pack is regenerated rather than written, and stays current as the graph does.

Assembled from the framework’s own control set, so this list is regenerated rather than written and stays current as the graph does. See the NIST SP 800-207 framework page.