Stage 01 — Network & Comm Matrix (DESIGN)
Import bus signals, comm-matrix metadata and protocol stacks. The foundation for asset and threat modeling downstream.
- ARXML
- DBC
- VSS (Vehicle Signal Specification)
Stage 02 — System Modelling (DESIGN)
Architecture as designed — components, ports, interfaces and stereotypes read from your engineering source of record.
- Sparx EA (XMI)
- MATLAB System Composer (SLX)
- SysML v1 XMI / v2 textual
- Simulink
Stage 03 — Asset Identification (DESIGN)
Diagnostic catalogs and signal specs become the asset inventory — mapping reviewed before commit, never applied silently.
- ODX / PDX
- CDD
- DBC
- VSS .vspec
- VDM (GraphQL SDL)
Stage 04 — TARA (ANALYSIS)
Threat scenarios, damage scenarios and risk values on the graph — plus migration paths for the TARAs you already have.
- TARA Importer (Excel)
- Legacy TARA migration
- OpenXSAM
Stage 05 — Goals & Requirements (ANALYSIS)
Cybersecurity goals and requirements flow to and from your requirements management tools.
- ReqIF 1.2
- IBM DOORS
- Siemens Polarion
- PTC Integrity
Stage 06 — SW Architecture (SOFTWARE)
Software units mapped to the system model, ready to receive composition analysis and SBOM data.
- ARXML (AUTOSAR)
- Architecture Mapping Studio
Stage 07 — SBOM (SOFTWARE)
Software bills of materials per unit — imported as delivered, versioned per baseline, diffed on re-import.
- CycloneDX 1.6
- SPDX 2.3 / v3
- GitHub Dependency API
- Syft / Anchore
Stage 08 — SAST (SOFTWARE)
Static-analysis findings correlated to SBOM components and TARA threats; treatment status echoed back.
- SonarQube / SonarCloud
- CodeQL
- Semgrep
- SARIF 2.1.0
Stage 09 — Binary Analysis (SOFTWARE)
Findings from binary scanners land on the same components as source-level results.
- SARIF 2.1.0 ingest
- CycloneDX from binaries
Stage 10 — SCA (SOFTWARE)
Software composition analysis results reconciled with supplier SBOMs — one component inventory, not two.
- OSV
- GitHub Security Advisories
- Dependency scanners (SARIF)
Stage 11 — Vulnerability Databases (MONITORING)
Continuous matching of the component inventory against public and regional vulnerability feeds.
- NVD
- CNVD
- OSV
- GitHub Security Advisories
Stage 12 — Testing (VALIDATION)
Attack-path-derived campaigns drive the bench; results return as verification evidence on the assurance chain.
- Vector CANoe
- TestBench Agent
- CAPL + Python harness
- BLF / ASC / MF4 / PCAPNG
Stage 13 — Data Exchange (EVIDENCE)
Machine-readable interchange with the rest of your engineering ecosystem — their format, your render step.
- ReqIF
- SARIF 2.1.0
- OpenXSAM
- STIX
- AUTOSAR
- PDF / CSV / Excel
Stage 14 — OEM VSOC (OPERATIONS)
Fleet security events stream into Incident Command; incident records feed back into the risk model.
- VSOC event streaming
- STIX
- Security events API
Stage 15 — Threat Intel (OPERATIONS)
Threat intelligence ingest keeps feasibility ratings and threat scenarios current with the real world.
- STIX ingest
- AutoISAC advisories
- Custom feeds (JSON)