2. Delta Process Requirements
January 5, 2024Less than 1 minute
2.1 Requirements
To conduct the delta process, the following items are needed:
- An InSpec profile:
a. Clone or download an existing profile from a repository source to your local environment.
b. See What is an InSpec Profile for additional information. - A guidance file (XCCDF):
a. Download either a DISA STIG Benchmark from the appropriate site.
What if there is no existing InSpec profile?
If the InSpec profile for your target of interest does not exist, you can generate the profile stub from the saf generate inspec_profile
command to create a skeleton profile structure based on the XCCDF benchmark guidance (STIG or CIS). This ensures consistency across profiles.
For more information on this command, refer to the documentation for inspec_profile
.
This command is similar to the Chef InSpec Initialize a new profile, but it uses the XCCDF content to configure (generate) the profile controls metadata and supporting structure.
2.2 Glossary of Terms
For definitions of terms used within the Delta Process, refer to Terms & Definitions.