TL;DR
- The NSA’s Zero Trust Implementation Guidelines (ZIG) put data controls on equal footing with identity and network controls.
- The practical sequence is: define tagging standards → apply labels → make enforcement tools understand them → enforce via DRM/DLP + monitoring.
- If your “Zero Trust” plan doesn’t change how data is labeled, governed, and protected end-to-end, it’s mostly perimeter reshuffling.
What Happened (and Why It Matters)
The NSA published Phase One and Phase Two of its Zero Trust Implementation Guidelines in January 2026. While most Zero Trust conversations get stuck on identity, segmentation, and “never trust, always verify,” the ZIG structure is a reminder that Zero Trust has to be data-centric to be real.
The ZIG’s Data Pillar lays out a stepwise program that looks a lot like what practitioners learn the hard way:
“Tagging” isn’t compliance theater — it’s how you make data addressable by policy.
The Data Pillar, Made Actionable
Below is a pragmatic interpretation of the ZIG Data Pillar flow, tuned for teams that want measurable progress.
Define Data Tagging Standards
Start small, but be explicit.
The goal is a shared vocabulary that tools can recognize and policies can reference. Pick a minimal tag set you can actually deploy:
- Sensitivity — public / internal / confidential / regulated
- Handling — export-restricted / no-third-party / retention class
- Ownership — business unit / system / data steward
Define where tags live (metadata, headers, file labels, database columns, object storage tags). Define who can set or override tags and how exceptions are tracked.
Implement Data Labeling
Accept that it won’t be perfect on day one.
Coverage and consistency beat perfection. Start with high-value repositories — shared drives, object stores, key SaaS apps — and use a phased approach:
- Manual tagging for critical datasets and workflows
- Templates and default labels by system
- Gradually add automated classification once you have ground truth
Make Tags Enforceable
Tags must change outcomes, not just documentation.
Configure DLP and DRM tools to recognize your tags. Decide what enforcement looks like for each label:
- Block exfiltration paths (email, web upload, unmanaged devices)
- Prevent copy/paste/print/screenshot where appropriate
- Require re-auth or step-up auth for sensitive access
- Watermarking and audit trails for high-risk content
Place enforcement where users actually move data: endpoints, email and collaboration tools, web gateways, cloud storage access paths.
Add Monitoring to Close the Loop
Visibility proves it worked — and lets you tune policy.
Enable file and data activity monitoring for sensitive repositories. Define what “bad” looks like using tags + context:
- Unusual bulk access to confidential datasets
- Repeated policy denies on sensitive tags
- Access from unmanaged devices or risky locations
Use telemetry to refine policy and reduce false positives. Otherwise teams disable controls.
Tie Data Controls Back to Authorization Decisions
PDP/PEP mindset.
Even if your first enforcement wins are DLP/DRM-based, the ZIG’s broader architecture pushes toward a consistent model:
- PDP (Policy Decision Point) — where policy is evaluated, based on user, device, app, context, and data tags
- PEP (Policy Enforcement Point) — where the decision is enforced: API gateway, sidecar, proxy, endpoint agent
→ This is the bridge from “data labels” to programmable access control: policy travels with the data, and access is continuously evaluated.
How This Maps to ABAC-Enabled Systems
If you’re building toward a data-centric security capability, the ZIG Data Pillar is basically a government-grade checklist for the prerequisites:
The Litmus Test
If you can’t answer “What tag is this data, what policy applies, where is it enforced, and what telemetry proves it?” — you don’t yet have data-centric Zero Trust.
Sources
- NSA, “Zero Trust Implementation Guideline — Phase One” (Cybersecurity Technical Report, January 2026)
- NSA, “Zero Trust Implementation Guideline — Phase Two” (Cybersecurity Technical Report, January 2026)
- AHA News, “NSA Issues Guidelines for Zero Trust Architecture” (February 19, 2026)