Skip to main content
WhyHow It WorksFeaturesPricingBlogResources
Sign inRequest demo

Persistent Validation in FedRAMP 20x: What the 3-Day Rule Means

Persistent validation requires repeatable evidence collection and validation across the boundary, with current guidance requiring Moderate machine validations at least every 3 days.

May 24, 2026|7 min read

Main question

How does persistent validation work in FedRAMP 20x?

Persistent validation is the operating model

Persistent validation is one of the clearest differences between FedRAMP 20x and traditional document-centered compliance.

In a traditional model, a team gathers evidence for a review, remediates findings, and then tries to keep the package current. In 20x, the provider is expected to keep validating Key Security Indicators as part of the normal engineering workflow.

That means validation is not an event. It is a system.

The official cadence

Current FedRAMP 20x persistent validation guidance sets different expectations for machine-based and non-machine-based resources.

For machine-based resources:

  • Low: validation at least once every 7 days
  • Moderate: validation at least once every 3 days
  • High: FedRAMP notes that providers should plan for more frequent validation, but anticipated requirements have not been established in the current guidance

For non-machine validation:

  • Validation processes must be completed at least once every 3 months

The important point is not just the number of days. The important point is that the provider needs a repeatable validation program that covers the service boundary and produces current authorization data.

What counts as a validation

A validation is not just a scanner output.

A useful validation result should include:

  • The KSI or assertion being checked
  • The resource or process in scope
  • The source system
  • The expected condition
  • The actual observed condition
  • The result
  • The timestamp
  • The evidence reference
  • The owner or remediation path if the check fails

For example, "encryption enabled" is not enough. A stronger validation result says which storage resources were checked, what encryption setting was expected, what the cloud API returned, when the check ran, and which resources failed.

Why screenshots do not scale

Screenshots are weak persistent validation evidence because they are hard to diff, hard to query, hard to verify, and often disconnected from the current state of the system.

They can still support human understanding, but they should not be the system of record.

Better evidence comes from:

  • Cloud APIs
  • Identity provider APIs
  • CI/CD logs
  • Source control settings
  • Vulnerability scanners
  • SIEM and logging systems
  • Ticketing systems
  • Policy repositories

The goal is not to remove human judgment. The goal is to make human judgment operate on current, structured evidence.

How to design the validation loop

A practical persistent validation loop has six parts.

1. Scope

Start with the resources and processes inside the authorization boundary. If the boundary is wrong, validation coverage will be wrong.

2. Collect

Pull evidence from authoritative systems. Prefer APIs and structured logs over manual exports.

3. Normalize

Convert raw signals into a common evidence model: resource, timestamp, source, observed state, expected state, result, and evidence link.

4. Evaluate

Run deterministic checks where possible. For human-process evidence, evaluate completion, recency, approval, and linkage to the relevant KSI.

5. Route

Failed validations should create work. Route issues to the right owner with the failed assertion, affected resource, and recommended remediation.

6. Report

Publish current validation status into authorization data, KSI evidence views, and assessor-facing summaries.

How assessors review persistent validation

20x changes assessor work too.

Assessors need to verify the underlying processes that produce validation results. They are not only checking whether a report says "pass." They need to understand whether the validation process is complete, accurate, reliable, and consistently producing the intended security outcome.

Be ready to show:

  • How validation logic was defined
  • Which resources are covered
  • How missing resources are detected
  • How evidence is protected from tampering
  • How failed checks are remediated
  • How exceptions are approved
  • How stale evidence is identified
  • How human-process validations are documented

If the process cannot be explained, the output will be hard to trust.

Common implementation mistakes

Avoid these patterns:

  • Running a scanner on a schedule and calling it persistent validation
  • Validating only production while ignoring CI/CD or identity paths that affect production
  • Tracking failures in Slack instead of a durable system
  • Allowing exceptions without owners and expiration dates
  • Treating human-process KSIs as static policy documents
  • Exporting a package without validation timestamps
  • Failing to map validation checks back to specific KSIs

These issues are solvable, but they should be fixed before formal review.

A 30-day starting plan

Start with the highest-signal validations:

  1. Inventory coverage
  2. MFA and privileged access
  3. Logging enabled across in-scope services
  4. Encryption for storage and transport paths
  5. Public exposure and network ingress
  6. Vulnerability detection and remediation ownership
  7. CI/CD change traceability

Once those are working, expand into the full KSI map.

Key takeaways

  • Persistent validation is a repeatable operating program, not a one-time export.
  • Machine-based validations need current, structured evidence and clear pass/fail logic.
  • Non-machine validations still need cadence, ownership, and evidence.
  • Assessors will care about the process that creates validation results.
  • The strongest KSI evidence views are generated from persistent validation rather than assembled manually.

References

Next step

If you want to turn this guidance into an execution plan, the product side handles control mapping, SSP drafting, and evidence collection.

Related articles