T134 — L32 CREDENTIAL INTELLIGENCE & EXPLOITATION

Red Specter SPECTER RAPTOR

GPU-Accelerated Autonomous Credential Intelligence Engine. Ingest from GHOST/REAPER/CODEX. Classify 15+ hash types. Crack on RTX 3090. Validate 13 API providers. Feed WARLORD.

225
Tests
15+
Hash Types
13
API Validators
5
WMD Classes
3
Gate Tiers
Documentation → GitHub →

Overview

SPECTER RAPTOR is the NIGHTFALL framework's GPU-accelerated autonomous credential intelligence engine. It ingests structured JSON output from upstream NIGHTFALL tools (GHOST, REAPER, CODEX, CHARYBDIS), classifies every credential by type, cracks hashes using the local RTX 3090 via Hashcat, validates API keys against 13 live provider endpoints, extracts JWT secrets, and feeds all validated credentials into the WARLORD registry with blast-radius scores and suggested next-tool routing.

RAPTOR does not require network access for hash cracking — it operates entirely on the local machine using GPU compute. API validation requires INJECT gate and a live RAPTOR_KEY Ed25519 PEM. Full WARLORD feed + autonomous pivot requires UNLEASHED gate.

SPECTER RAPTOR is a NIGHTFALL controlled adversarial testing tool. Validation against live credentials requires prior written authorisation. INJECT gate: RAPTOR_KEY Ed25519 PEM required. UNLEASHED gate: "I UNDERSTAND THESE ARE LIVE CREDENTIALS".

8 Subsystems

INGEST-INTEL OPEN

Consumes JSON from GHOST/REAPER/CODEX/CHARYBDIS. Detects 35 credential types via regex patterns. API keys (13 providers), JWT (HS/RS/ES/PS), hashes (15+ types), Bearer tokens, MCP tokens. Priority-scored IntelProfile fleet.

CLASSIFY-HASH OPEN

Maps every hash to its Hashcat mode. bcrypt ($2b) → 3200. NTLM → 1000. NetNTLMv2 regex → 5600. SHA-512 (128 hex) → 1700. Argon2 → non-crackable (flagged). JWT asymmetric (RS/ES/PS) → algorithm warning, skip.

WORDLIST-FORGE OPEN

deepseek-r1:7b via local Ollama (CPU inference, avoids VRAM conflict). Org name + domain + developer names + AI/ML patterns. Leet substitution (a→@, e→3, i→1, o→0, s→$). Suffix/prefix mutation stack.

CRACK-ENGINE INJECT

RTX 3090 Hashcat subprocess. Temperature monitoring: warn 85°C, pause 90°C. --workload-profile 3. Rules: best64, dive, T0XlCv2. rockyou + targeted org wordlist from WORDLIST-FORGE. MD5 exhausted sub-second.

API-KEY-VALIDATE INJECT

13 providers: OpenAI, Anthropic, AWS, GCP, Azure, GitHub, GitLab, Slack, Jira, Cohere, Mistral, HuggingFace, Together. Blast radius: AWS=10, GCP/Azure=9, GitHub=8, Anthropic/OpenAI=7–8. X-OAuth-Scopes harvest on GitHub.

TOKEN-CRACK INJECT

JWT HS256/384/512 → Hashcat mode 16500 + pure Python HMAC fallback. RS/ES/PS → algorithm warning, skip. Session cookie entropy analysis (Shannon <3.5 = HIGH). MCP token fingerprinting. Bearer JWT decode.

FEED-WARLORD UNLEASHED

VALID_ACTIVE registry filter + blast radius DESC sort + suggested_next_tool routing manifest. CHARYBDIS (cloud IAM), GHOST (API keys), LEVIATHAN (MCP), APEX (orchestrators), PARASITE (Bearer). Ed25519 signed.

REPORT OPEN

RPT-{hex12} Ed25519-signed reports. Intel summary, hash crack stats, validation results, token profiles, WARLORD manifest, GPU performance stats. MITRE T1110/T1555/T1528/T1552 mapping. 5 WMD classes.

Gate Architecture

GateRequirementUnlocks
OPENNoneINGEST-INTEL, CLASSIFY-HASH, WORDLIST-FORGE, REPORT
INJECTRAPTOR_KEY env var (Ed25519 PEM path)CRACK-ENGINE, API-KEY-VALIDATE, TOKEN-CRACK
UNLEASHEDRAPTOR_KEY + exact string "I UNDERSTAND THESE ARE LIVE CREDENTIALS"FEED-WARLORD (live WARLORD registry population)

WMD Classes

ai_api_key_mass_harvest_and_validation gpu_accelerated_credential_annihilation jwt_secret_extraction_at_scale agentic_credential_chain_compromise cloud_iam_key_cracking_and_pivot

Hash Type Coverage

Hash TypeHashcat ModeRTX 3090 SpeedNotes
MD50~60 GH/srockyou <1s
SHA-1100~22 GH/s
SHA-2561400~10 GH/s
SHA-5121700~3 GH/s
NTLM1000~100 GH/sAD domain admin
NetNTLMv15500~60 GH/sResponder capture
NetNTLMv25600~3 GH/sResponder capture
bcrypt3200~100 kH/sSlow — hours/days
scrypt8900~1 MH/s
Argon2N/AN/ANot crackable — flagged
WPA222000~1 MH/sRequires PCAP
Django PBKDF210000~500 kH/s
WordPress md5crypt400~50 MH/s
JWT HS256/384/51216500~1 GH/sHMAC brute force
JWT RS/ES/PSN/AN/AAsymmetric — warning + skip

Kill Chain Integration

Full Autonomous Chain (UNLEASHED)

# GHOST harvests NHI credentials specter-ghost harvest --output ghost_intel.json # RAPTOR ingests, classifies, cracks, validates specter-raptor ingest ghost_intel.json --source ghost specter-raptor crack --all --wordlist-forge --confirm "I UNDERSTAND THESE ARE LIVE CREDENTIALS" specter-raptor validate-keys --all specter-raptor feed-warlord --confirm "I UNDERSTAND THESE ARE LIVE CREDENTIALS" # CHARYBDIS pivots on cloud IAM keys charybdis engage --from-warlord --filter-type aws_iam

MITRE ATT&CK Mapping

TechniqueNameSubsystem
T1110Brute ForceCRACK-ENGINE
T1555Credentials from Password StoresINGEST-INTEL, API-KEY-VALIDATE
T1528Steal Application Access TokenTOKEN-CRACK, FEED-WARLORD
T1552Unsecured CredentialsINGEST-INTEL, CLASSIFY-HASH

Defensive Pair

M157 CREDENTIAL INTELLIGENCE SENTINEL (planned) — detects credential classification, hash cracking attempts, mass API key validation, and WARLORD registry population.