VectorVue Documentation

Integration, platform operations, architecture, and assurance references

VectorVue SDK Developer Guide

Architecture Overview

How Federation Signing Works

Canonical Telemetry Schema Definition

Key required fields:

How To Extend Tool Wrappers (Metasploit, Sliver, Mythic)

Wrappers are implemented in SpectraStrike. VectorVue expects normalized canonical payloads and does not accept tool-specific raw shapes at ingress.

How To Emit Signed Telemetry

Producer-side (SpectraStrike):

  1. Canonicalize payload.
  2. Sign timestamp.nonce.payload with Ed25519 private key.
  3. Send with required federation headers and mTLS cert.

How To Validate Feedback Signatures

Consumer-side (SpectraStrike):

  1. Read kid, signature, signed_at, nonce, schema_version.
  2. Build canonical tuple.
  3. Resolve public verify key by kid.
  4. Verify Ed25519 signature and nonce freshness.

Test Strategy

Key Rotation Strategy