Running compliance-atlas air-gapped: snapshot the feed cache over sneakernet #9
cognis-digital
started this conversation in
Show and tell
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.
-
A few people have asked how the OSCAL + ATT&CK enrichment works without internet access. Here is the actual flow, now shipped as a runnable demo (
demos/08_airgap_snapshot_roundtrip.py):python -m atlas feeds update python -c "import datafeeds; datafeeds.snapshot_export('feeds.tar.gz')"feeds.tar.gzacross to the air-gapped enclave (USB, one-way diode, whatever your policy allows).--offlineguarantees the tool never touches the network — it serves entirely from the imported cache. The committedtests/fixtures/cacheis a trimmed copy of exactly this, which is why the whole test + demo suite runs with zero network.Curious how others are deploying this — CI runner with a pre-seeded cache? Periodic snapshot refresh job? Share your setup.
Beta Was this translation helpful? Give feedback.
All reactions