By Uniqcli Team
A STIG — Security Technical Implementation Guide — is a configuration standard published by the Defense Information Systems Agency (DISA) that specifies, setting by setting, how a particular product should be configured to be considered secure on a Department of Defense system. It is not a certification, an approved-products list, or a purchasing instrument. It is a document: a numbered set of requirements, each naming a specific configuration state, the procedure for checking whether a system is in that state, and the procedure for correcting it if it is not.
Most buyers meet STIGs from the other direction, as a line in a requirement — the delivered system must be hardened to the applicable STIG. That phrasing carries more weight than it appears to. STIGs are product-specific and version-specific, they are reissued on a quarterly cadence, and compliance is a property of a configured, running system rather than of anything that can be printed on a purchase order. The documents themselves are published openly through the DoD Cyber Exchange and cost nothing to download, which is why they are widely used outside the department as well: civilian agencies, contractors, and private-sector security teams adopt them as a hardening baseline somebody else maintains.
Who publishes STIGs, and what is inside one?
DISA develops and maintains the STIG catalog, sometimes independently and sometimes with the product's manufacturer or another government body. The requirement behind it is policy: DoD Instruction 8500.01 directs that DoD information technology be configured in accordance with DoD-approved security configuration guidelines and tasks DISA with producing them. The output is distributed as human-readable documents alongside machine-readable XCCDF bundles, so the same content can be read by an engineer or loaded into a scanner.
A single STIG rule is more than a setting. It carries an identifier, a discussion explaining why the setting matters, check text describing exactly how to determine the current state, fix text describing how to change it, a severity category, and one or more Control Correlation Identifiers. A CCI is the decomposition of a higher-level policy control into a discrete, measurable item, and each one maps back to a control in NIST SP 800-53. That crosswalk is what makes a STIG usable as authorization evidence rather than merely as a hardening checklist: a finding on a specific rule can be traced to the control it fails, and the control to the framework the system is assessed under.
SRG or STIG? The document family in one pass
A Security Requirements Guide (SRG) sits one level above a STIG. It describes the vulnerabilities and requirements that apply to a whole technology area — an operating system, an application server, a network device — with generic check and fix language that is not tied to any one product. A STIG is the product-specific instantiation of the relevant SRG: the same requirement, expressed as the actual command, registry value, or configuration line for one named product at one named version.
The practical consequence for a buyer is that "is there a STIG for this?" has three possible answers, not two. There may be a product STIG for exactly what you are buying. There may be no product STIG, in which case the program works from the SRG and writes its own product-specific interpretation, which is real engineering labor that has to be scoped. Or there may be a STIG for the product but for a different version than the one being quoted, which is the answer that most often surprises people. DISA also runs a Vendor STIG process through which a manufacturer collaborates on a guide for its own product, so catalog coverage tracks vendor engagement at least as much as it tracks market share.
CAT I, CAT II and CAT III: how findings are rated
Every requirement carries a severity category. A CAT I finding is one whose exploitation would directly and immediately result in a loss of confidentiality, availability, or integrity — the most severe rating in the catalog. A CAT II finding may result in such a loss and plausibly provides a path toward a CAT I. A CAT III finding degrades measures that contribute to defense in depth without, on its own, creating a direct exposure.
Those categories drive triage and authorization language rather than academic classification. Programs commonly require zero open CAT I findings before a system is permitted on the network, with CAT II and CAT III findings documented, justified, and scheduled on a plan of action and milestones. This is why a system described as STIG compliant almost never means every rule passes: it means the open findings are known, categorized, deliberately accepted, and tracked. A checklist with no open findings at all is rarer than the phrase suggests, and a supplier who promises one should be asked which version of which guide they mean.
How is STIG compliance actually checked?
Where a matching benchmark exists, checking is automated. SCAP — the Security Content Automation Protocol — is the specification family for machine-readable security content, and DISA publishes SCAP benchmark versions of part of its catalog. The scanner most commonly used inside the department is the SCAP Compliance Checker, developed by the Naval Information Warfare Center Atlantic and distributed at no cost; it performs an authenticated scan against benchmark content and returns a pass or fail for each rule it can evaluate.
Only a portion of the catalog ships with a matching SCAP benchmark, however. Everything else is evaluated by hand or with third-party tooling and recorded in DISA's STIG Viewer, which produces a checklist file marking each rule as Open, Not a Finding, Not Applicable, or Not Reviewed. Manual review is where most of the effort lives, and it is also where the quarterly cadence bites: each release can add rules, revise existing ones, or retire checks that a vendor patch has made obsolete, so a system's checklist is a living artifact maintained against the current revision rather than a one-time deliverable filed at handover.
Who has to comply, and who chooses to
The mandate reaches Department of Defense information technology, and the assessment machinery around it is the Risk Management Framework, operationalized for the department by DoD Instruction 8510.01. Contractors inherit the obligation through contract language for systems they build or operate on the department's behalf. It is worth separating that from a different obligation that is often conflated with it: a contractor's own corporate network handling controlled unclassified information is governed by NIST SP 800-171 and the CMMC program built over it, which is an assessment framework rather than a configuration catalog. STIG hardening is not itself a CMMC requirement, though a specific program can and does impose it contractually.
Outside that mandate, adoption is voluntary and common, for the straightforward reason that the guides are free, maintained by someone else, and defensible to an auditor. The usual alternative is the CIS Benchmarks, maintained by a private nonprofit and structured differently. Where a program is DoD-connected and a STIG exists, the STIG governs. Where an organization is choosing freely, the important discipline is to choose one and stay with it: mixing two baselines across an estate produces settings that contradict each other and an evidence trail nobody can reconstruct at audit time.
What a STIG means when you are buying equipment
Three questions belong on the requisition rather than in the deployment. First, does a guide exist for the exact product and the exact version being quoted, and if the version differs, who reconciles the gap? Second, does the platform actually support the settings the guide requires without disabling the function the equipment was bought for — a genuine constraint on appliances, printers, cameras, and embedded devices, where a hardening rule and a feature can be mutually exclusive. Third, who applies the baseline, and who re-applies it each quarter for the life of the asset, because the answer to that question is an operating cost rather than a purchase.
It is worth being blunt about what a supplier can and cannot deliver here. There is no such thing as a STIG-certified product; a STIG describes how to configure something, and configuration status belongs to the running system and to the authorizing official who accepts it. What can be arranged commercially is narrower and still useful: a customer-supplied baseline applied during configuration and staging so hardware arrives built to the standard rather than retrofitted afterward, or a hardening pass written into a deployment scope with the configuration baselines and change records captured as the work happens. Both are quote-time conversations, and both want the applicable guide and revision named in writing.
Key takeaways
- A STIG is a DISA-published configuration baseline for one specific product and version — a document of numbered requirements, not a certification or an approved-products list.
- Each rule carries check text, fix text, a severity category, and Control Correlation Identifiers that map to NIST SP 800-53, which is what makes a STIG usable as authorization evidence.
- An SRG states requirements for a whole technology area; a STIG is the product-specific instantiation of one, so "no STIG exists for this product" means a program writes its own interpretation.
- CAT I findings would directly and immediately cause a loss of confidentiality, availability, or integrity; CAT II may lead to one; CAT III degrades defense in depth. Zero open CAT I is a common gate.
- Part of the catalog has SCAP benchmarks that scanners such as SCAP Compliance Checker evaluate automatically; the rest is reviewed manually in STIG Viewer, and quarterly reissues make it continuous work.
- No product is STIG certified. Compliance is a property of a configured, running system and of the official who accepts it, which is why the baseline, version, and maintenance owner belong in writing.
Shop it at Uniqcli
Frequently asked
- Is a STIG the same thing as a CIS Benchmark?
- They serve the same purpose and are not interchangeable. A STIG is published by DISA for Department of Defense use, carries Control Correlation Identifiers that map each rule to NIST SP 800-53, and uses the CAT I, II and III severity scheme. A CIS Benchmark is published by a private nonprofit, is developed by community consensus, and is organized around its own profile levels. Where a system is DoD-connected and a STIG exists for the product, the STIG is the baseline that governs. Where an organization is free to choose, either is defensible — but choose one per platform and stay with it, because applying both produces settings that contradict each other and an evidence trail that cannot be reconstructed later.
- Does a product have to be STIG certified before we can buy it?
- No, because there is no such status. A STIG tells you how to configure a product; it does not evaluate or approve the product itself, and no vendor can sell you a device that arrives compliant in the abstract. What matters at purchase is narrower and answerable: whether a guide exists for the exact product and version you are quoted, whether the platform supports the settings that guide requires without breaking the function you are buying it for, and who applies and maintains the baseline afterward. Those three answers are worth getting in writing at quote time rather than discovering during accreditation.
- What do CAT I, CAT II and CAT III mean on a STIG checklist?
- They are severity categories assigned to each requirement. CAT I marks a finding whose exploitation would directly and immediately result in a loss of confidentiality, availability, or integrity. CAT II marks one that may result in such a loss and could provide a route to a CAT I. CAT III marks a setting that weakens defense in depth without creating a direct exposure on its own. In practice the categories drive triage: programs commonly gate network connection on having no open CAT I findings, while CAT II and CAT III findings are documented, justified, and scheduled on a plan of action and milestones rather than blocking the system outright.
- How often do STIGs change, and does every change mean re-hardening?
- DISA reissues STIGs quarterly, with out-of-cycle releases when a threat warrants one. A release can add new rules, revise the check or fix text on existing ones, or retire checks that a vendor patch has made unnecessary, so the delta between revisions is usually small but rarely empty. It does not mean rebuilding a system every quarter; it means treating the checklist as a maintained artifact, reviewing what changed, applying the deltas, and re-recording the result. Estates that skip this quietly drift, and the drift surfaces at the least convenient moment, which is a re-authorization or an incident.
- Is STIG compliance required for CMMC or NIST SP 800-171?
- Not by those frameworks themselves. NIST SP 800-171 states security requirements for protecting controlled unclassified information on non-federal systems, and CMMC is the program that verifies a contractor has implemented them — neither one names DISA STIGs as the required configuration baseline. The two are frequently confused because both appear in defense work and both end up on the same engineer's desk. The honest position is that STIG hardening is a way of implementing configuration-management and system-integrity requirements, and a specific contract or program can require it explicitly, but it is a contractual obligation in that case rather than something CMMC imposes on its own.
- Can an organization outside the DoD use STIGs?
- Yes, and many do. The catalog is published openly through the DoD Cyber Exchange at no cost, and nothing restricts its use to defense systems. Civilian agencies, contractors, universities, and private-sector security teams adopt STIGs as a hardening baseline precisely because they are specific, maintained on a predictable schedule, and traceable to NIST SP 800-53 controls. The one caution is that STIGs are written for the DoD threat model and can be more restrictive than a commercial environment needs — some rules will break applications that a defense network does not run, so plan for a documented exception process rather than assuming a clean pass.
Keep reading