Red Specter VANTAGE

Agent Telemetry & Log Injection Engine — 4 subsystems, 344 tests, live Elasticsearch 8.11.0 validated.

v1.0.0 Operational Tool 49 344 Tests 4 Subsystems UNLEASHED Gate WARLORD Compatible
Contents
Overview Subsystems Subsystem Details CLI Reference Quick Start UNLEASHED Gate Target Systems WARLORD Integration Installation Key Features Disclaimer

Overview

Red Specter VANTAGE manipulates the observability layer of AI agent deployments. It intercepts, forges, and injects into telemetry streams — making agents invisible to defenders, or making defenders see exactly what the attacker wants them to see.

Modern AI agent infrastructure depends on telemetry: Elasticsearch, Splunk, Datadog, OpenTelemetry collectors, Prometheus, Grafana, AWS CloudTrail. VANTAGE treats every one of these as an attack surface. Map the stack, forge synthetic events, inject malicious log entries, or selectively blind the entire observability pipeline. Defenders are flying on instruments. VANTAGE corrupts the instruments.

VANTAGE operates under the UNLEASHED dual-gate: passive reconnaissance (OBSERVE) requires no gate. Active operations (FORGE/INJECT) require --override. Destructive operations (BLIND) require both --override and --confirm-destroy. Every output is Ed25519 signed.

The 4 Subsystems

#SubsystemCommandRole
01 OBSERVE vantage observe Map the telemetry stack — discover log stores, collectors, and retention policies
02 FORGE vantage forge Generate synthetic log events — craft convincing fake telemetry from templates
03 INJECT vantage inject Write malicious events to live log stores — pollute the audit trail
04 BLIND vantage blind Suppress legitimate telemetry — remove evidence or create operational blindspots

Subsystem Details

01 OBSERVE vantage observe

Passive reconnaissance against the target's observability stack. No data is written or modified. Maps what is present and accessible before any active operation begins.

OBSERVE mode is fully passive. No --override required. Output feeds directly into FORGE template generation.

02 FORGE vantage forge

Constructs synthetic log events that are indistinguishable from legitimate agent telemetry. Events are built against the schema fingerprint produced by OBSERVE, ensuring structural validity and realistic field population.

Requires --override. Output is a payload file ready for INJECT.

03 INJECT vantage inject

Writes the forged payload file to live log stores. Supports direct API injection for Elasticsearch and Splunk HEC, OTel collector poisoning, and CloudTrail log stream injection.

Requires --override. Every injection is logged locally with a signed receipt for the engagement report.

04 BLIND vantage blind

Suppresses or destroys legitimate telemetry. The most destructive subsystem in VANTAGE. Targets the retention layer directly — deletes indices, purges document ranges, disables ingest pipelines, or silences collectors.

Requires both --override and --confirm-destroy. This operation is irreversible on live targets without backups.

CLI Reference

OBSERVE — Map the telemetry stack

$ vantage observe --target <URL> [--stack elk|splunk|datadog|otel] --target Target URL (Elasticsearch base, Splunk management, etc.) [required] --stack Force stack type hint [optional — auto-detects if omitted]

FORGE — Generate synthetic log events

$ vantage forge --template <file> --ts <timestamp> [--override] --template JSON template file (use schema from OBSERVE output) [required] --ts Timestamp to embed (ISO 8601 or epoch ms) [required] --override Activate UNLEASHED gate [required for FORGE]

INJECT — Write malicious events to log stores

$ vantage inject --target <URL> --payload <file> [--override] --target Target log store URL [required] --payload Payload file from FORGE output [required] --override Activate UNLEASHED gate [required for INJECT]

BLIND — Suppress legitimate telemetry

$ vantage blind --target <URL> [--override] [--confirm-destroy] --target Target log store URL [required] --override Activate UNLEASHED gate [required] --confirm-destroy Confirm irreversible destruction [required for BLIND]

REPORT — Signed output

$ vantage report --input <scan.json> [--format md|json] --input Input scan results file [required] --format Output format: md or json [default: json]

Quick Start

Step 1 — Map the telemetry stack

$ vantage observe --target http://localhost:9200 # Auto-detects Elasticsearch 8.11.0+ # Enumerates indices, ingest pipelines, retention policies # Outputs schema fingerprint to observe-output.json

Step 2 — Forge synthetic events

$ vantage forge --template es_agent_log.json --ts 2026-04-24T00:00:00Z --override # Generates synthetic agent log events matching the target schema # Outputs payload file ready for injection

Step 3 — Inject and report

$ vantage inject --target http://localhost:9200 --payload forge-output.json --override $ vantage report --input inject-results.json --format md

VANTAGE UNLEASHED

VANTAGE uses the UNLEASHED dual-gate system. All active and destructive operations require cryptographic authorisation.

The UNLEASHED gate verifies the operator's Ed25519 private key before any active operation executes. Unsigned invocations produce a dry-run trace with no live writes.

Target Systems

WARLORD Integration

VANTAGE is registered in the WARLORD autonomous campaign registry. It can be orchestrated as part of multi-tool campaigns targeting AI agent infrastructure.

$ warlord --tool vantage --mode inject

Typical WARLORD campaign sequence pairing VANTAGE with other NIGHTFALL tools:

  1. IDRIS — agent discovery and asset mapping
  2. VANTAGE OBSERVE — map the telemetry stack of discovered agents
  3. VANTAGE FORGE + INJECT — pollute the audit trail pre-exploitation
  4. CRUCIBLE / FIREBALL — agent exploitation while defenders are blind
  5. VANTAGE BLIND — erase evidence post-exploitation
  6. VANTAGE REPORT — signed engagement output

Installation

From source

$ cd /path/to/red-specter-vantage $ pip install -e . $ vantage --version # VANTAGE v1.0.0 — Agent Telemetry & Log Injection Engine

Requirements

Key Features

344 Tests Passing Full test suite across all 4 subsystems, zero failures
Live ES 8.11.0 Validated OBSERVE and INJECT validated against live Elasticsearch instance
Ed25519 Signed Reports Every REPORT output cryptographically signed for evidence integrity
UNLEASHED Dual-Gate Graduated authorisation — passive to irreversible, key-controlled
7 Target Platforms Elasticsearch, Splunk, Datadog, OTel, Prometheus, Grafana, CloudTrail
WARLORD Compatible Registered in autonomous campaign registry, orchestrated campaigns supported

Disclaimer

Red Specter VANTAGE is designed for authorised security testing, research, and educational purposes only. You must have explicit written permission from the system owner before running any VANTAGE operation against a target. BLIND operations are irreversible and may result in permanent loss of audit data. Unauthorised use may violate the Computer Misuse Act 1990 (UK), the Computer Fraud and Abuse Act (US), or equivalent legislation in your jurisdiction. The authors accept no liability for misuse.