stella CLI — Forensics Guide

Audience: incident responders and auditors who capture and verify tamper-evident evidence snapshots, including in air-gapped environments.

The stella forensic commands capture and validate evidence bundles without ever mutating the underlying evidence. Outputs are deterministic and verifiable, so a snapshot taken today can be re-verified byte-for-byte against pinned trust roots.

Commands

Flags

Outputs & exit codes

Determinism rules

Offline/air-gap notes

Examples

# Create a snapshot for case ACME-123
stella forensic snapshot create --case ACME-123 --output out/forensics/acme-123.tgz

# Verify a snapshot with pinned trust roots
stella forensic verify --bundle out/forensics/acme-123.tgz --trust-roots trust/roots.pem --output table