How do I run stigsentry on an air-gapped enclave? #4
Unanswered
cognis-digital
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
stigsentry is built to run on disconnected / air-gapped enclaves, so the NIST 800-53 rev5 OSCAL catalog never needs the network at scan time.
Connected enclave — pull and snapshot the catalog cache once:
Air-gapped enclave — sneakernet
feeds.tar.gzacross, import, then everything resolves offline:python -m stigsentry.datafeeds snapshot-import feeds.tar.gz stigsentry feeds get oscal-800-53-rev5-catalog --offline # works, no network COGNIS_FEEDS_CACHE=./feed-cache stigsentry ./scap-results --format oscalThe demos exercise exactly this path against a bundled snapshot:
Questions about edge deployment, the cache layout (
COGNIS_FEEDS_CACHE), or trimming the catalog for a specific control set are welcome here.Beta Was this translation helpful? Give feedback.
All reactions