Signal collection
Scanners, cloud APIs, and identity systems emit signals into a unified evidence stream. Each carries a hash, a source, and a UTC timestamp.
Fourteen frameworks ship with control mappings and evidence types, cross-walked to each other so one signal satisfies every control that depends on it. Custom frameworks live next to them with the same control model.
Mapping is bidirectional: pair-wise cross-walks are seeded from published crosswalks (NIST 800-53 ↔ SOC 2, ISO 27001 ↔ NIST 800-53, PCI DSS v4 ↔ NIST 800-53, NIST 800-53 ↔ FedRAMP, NIS2 ↔ DORA) and the transitive closure is computed on demand. SecurityVault maps your controls; it holds no certification of its own.
| Framework | Version | Status |
|---|---|---|
| SOC 2 | Mapped | |
| ISO/IEC 27001 | Mapped | |
| NIST SP 800-53 | Mapped | |
| NIST CSF | Mapped | |
| PCI DSS | Mapped | |
| HIPAA Security Rule | Mapped | |
| GDPR | Mapped | |
| CCPA / CPRA | Mapped | |
| CIS Controls | Mapped | |
| NIS2 | Mapped | |
| DORA | Mapped | |
| SOX ITGC | Mapped | |
| FedRAMP | Mapped | |
| HECVAT | Mapped | |
| Custom | Supported |
Evidence is collected once, then projected against every framework that requires it.
Scanners, cloud APIs, and identity systems emit signals into a unified evidence stream. Each carries a hash, a source, and a UTC timestamp.
Each framework control declares the signals that satisfy it. A single SOC 2 CC6.1 signal also satisfies ISO A.9.2 and PCI 7.1 — no duplicate work.
At audit time, the projector renders the evidence package per framework: control narrative, signed evidence, sample period, exceptions log.
Internal standards, regulator-specific obligations, supplier requirements — defined with the same control model as the shipped frameworks and cross-walked into them.
Custom frameworks are first-class: same control types, same evidence frequencies, same auditor portal and the same cross-walk graph as the shipped frameworks. Add an equivalence edge and every mapped signal flows into your control.
# custom framework · control definition framework_id: internal-2026 control_id: CC-INT-01 title: Customer key isolation control_type: preventive # detective · corrective · compensating evidence_frequency: continuous # daily · weekly · monthly evidence_sources: - cloud.kms.key_segregation - tenant.boundary_test cross_walk: - SOC2:CC6.1 - ISO27001:A.8.24
See how a scan result becomes evidence for a control, and how the auditor portal exposes it read-only with signed access.