— Architecture

Full system architecture, all 34 agents detailed.

For the principal engineer running the technical review. CONDUCTOR orchestration, license enforcement at the kernel, every agent broken down by what it scans, what it detects, what it outputs, what it integrates with, and where it sits in the decision flow from cloud API to evidence pack.

One signed binary, tier-gated agents, customer-owned destinations.

TITAN AI ships as one signed binary. CONDUCTOR reads the license, spawns only entitled agents, routes findings through CONDUIT to customer-owned destinations. Nothing TITAN-owned ever holds customer data.

 +--------------------+
 | Customer cloud(s) |
 | Azure / |
 | Snowflake |
 | / Databricks |
 +---------+----------+
 |
 | read-only API calls
 v
 +----------------------------------------------------------------+
 | CONDUCTOR --> license check, tier enforcement, kernel |
 | --> only entitled agents are allowed to spawn |
 +--------+------+--------+-----+---------+------+--------+------+
 | | | | | | |
 v v v v v v v
 [ Cloud sec ] [ Comply ] [ Vertical ] [ Data ] [ Network ] [ Health ] [ Resil. ]
 SCOUT COMPLY AML AI GUARD BASTION ENGAGE CONDUCTOR
 SENTINEL AUDIT FRAUD LATTICE EXFIL VOICE REASON
 FORGE KYC FLUX SCANNER PULSE PHOENIX
 SHADOW TELCO PREDICT DR-GUARD

 |
 | findings + priority + playbook + ATT&CK
 v
 +--------------------+
 | REASON | 3-candidate think-first
 | pre-fix reasoning | (off in AIRLOCK)
 +---------+----------+
 |
 v
 +--------------------+
 | CONSENT GATE [y/N] | audit + paid tiers only
 +---------+----------+
 | approved
 v
 +--------------------+
 | FORGE | remediation execution
 | rollback ready | snapshot before write
 +---------+----------+
 |
 v
 +--------------------+
 | PHOENIX | cascade recovery if
 | cascade recovery | a downstream breaks
 +---------+----------+
 |
 v
 +--------------------+
 | CONDUIT | field-level mapping
 | routes to dest | per platform
 +---------+----------+
 |
 +---------+---------+---------+---------+---------+
 | | | | | |
 v v v v v v
 Splunk Sentinel Datadog  Jira webhook

 +----------------------------------------------------------------+
 | AUDIT chain --> SHA-256 hash chain across every action |
 | --> tamper-evident, satisfies HIPAA 164.312(b) |
 +----------------------------------------------------------------+

CONDUCTOR is the kernel: license check at startup, agent spawn gate at runtime, audit chain writer for every event. Audit and trial tiers physically cannot reach FORGE; the consent gate is bypassed because the FORGE entitlement bit is off. AIRLOCK mode disables CONDUIT external destinations and the optional REASON LLM call.

From cloud API to evidence pack, step by step.

Step 01 · license check

CONDUCTOR boots, reads the signed license token

The license token carries the agent list, AIRLOCK flag, FORGE bit, integrations whitelist. Token is signed; tamper rejects. CONDUCTOR exports the entitled-agent list as an env var to the runtime.

Step 02 · agent spawn

Only entitled agents construct; the rest raise LicenseRequiredError

Every one of the 34 agents checks the license gate at construction time. An agent outside your tier never touches your environment. Discovery is silent: no cloud API call, no log entry, nothing.

Step 03 · scan

Each entitled agent runs against the customer cloud API in parallel

SCOUT iterates resource types (50+), SENTINEL iterates attack patterns (CIS + custom), COMPLY iterates 247 controls across 9 frameworks. Findings buffered in-memory; partial results checkpointed every 100 resources.

Step 04 · priority + playbook

Multi-factor scoring; 5-step remediation playbook attached

Every finding gets P1 / P2 / P3 with a specific SLA (24h / 72h / sprint). Playbook fields: owner role, effort estimate, exact az / Terraform command, rollback command, evidence pointer, regulatory citation. MITRE ATT&CK technique mapping where relevant.

Step 05 · reasoning (optional)

REASON does 3-candidate think-first before any FORGE write

Three candidate fixes generated. Each scored on blast radius, rollback ease, and side-effect risk. Highest-scored candidate is the one presented at the consent gate. Off in AIRLOCK mode and any time the customer disables it.

Step 06 · consent gate

Per-finding [y/N] before any write; trial / audit tiers cannot reach this step

Operator sees the finding, the proposed command, the rollback, and the snapshot ID. Approve once, approve all-of-type, defer, or deny. Approval is signed and recorded in the audit chain.

Step 07 · FORGE execute

Snapshot before write, then run, then verify

FORGE snapshots the current configuration (or makes a soft-delete-recoverable change), executes the command, re-runs the detector to confirm the finding is gone. If verification fails, FORGE rolls back automatically.

Step 08 · PHOENIX recovery

If a downstream breaks, cascade recovery puts it back

PHOENIX watches for cascade failures (a fixed NSG cuts a service, a tightened IAM policy breaks a workload). Detects within 60 seconds, rolls the change back, surfaces an incident on CONDUIT.

Step 09 · CONDUIT route

Findings, fixes, incidents land in your existing tools

CONDUIT maps each finding to the destination's schema (Incident table, Jira issue, Splunk HEC event, Datadog log) with severity routing, assignment-group inference, and reassignment-watcher learning.

Step 10 · AUDIT chain

Every event is hash-chained for tamper-evident audit

Every scan, every finding, every consent decision, every fix, every approval is appended to a SHA-256 hash chain. Any modification breaks every downstream hash. Satisfies HIPAA 164.312(b), PCI DSS req 10.5, SOC 2 CC7.2 on day one.

Cloud security — 4 agents
Tiers · Cloud Pro and above
01SCOUT
Read-only cloud audit

Cloud posture management across Azure. Iterates 50+ resource types: VMs, SQL, storage, IAM, networking, Kubernetes, containers, serverless, secrets, certificates, log analytics. Builds the asset graph the rest of the platform uses.

Triggers
On install + scheduled hourly + event-driven via cloud event bridge
Scans
50+ resource types, ~12,000 individual checks per Azure subscription
Detects
CIS Azure 2.0 + custom controls; Attack Path graph computed per finding
Outputs
Findings with priority + playbook; the asset graph; the Attack Path JSON
Integrates
SCOUT → CONDUIT → SIEM; asset graph feeds SENTINEL, FORGE, COMPLY
Permissions
Reader + Security Reader on Azure
02SENTINEL
Continuous pen testing

Runtime threat detection plus continuous pen-testing patterns. Walks the SCOUT asset graph and probes for live exploits: open management ports, public storage, unauthenticated APIs, misconfigured load balancers, unpatched workloads. Read-only by default, never destructive.

Triggers
Every 5 minutes on critical-tier resources, every 30 minutes on standard
Probes
~140 attack-pattern checks across CIS + MITRE ATT&CK Cloud Matrix
Detects
Open SSH/RDP, public S3 / blob, secrets in env vars, weak TLS, IMDSv1, runaway egress
Outputs
Findings tagged with the ATT&CK technique and the kill-chain stage
Integrates
SENTINEL → FORGE for optional remediation (opt-in) candidates; SENTINEL → CONDUIT → SIEM
Performance
Findings posted within 60 seconds of cloud event in event-driven mode
03FORGE
Consent-gated optional remediation (opt-in)

Executes the actual fix. Snapshots the current configuration (or uses soft-delete-recoverable changes), runs the exact az / Terraform command, re-runs the detector to verify, rolls back on verification fail. Every write requires per-finding consent; trial / audit tiers cannot reach FORGE.

Triggers
On consent approval at the gate; never speculatively
Capability
125+ remediation playbooks across storage, networking, IAM, SQL, App Service, Key Vault, K8s
Outputs
Pre-snapshot ID, command run, exit code, verification result, audit-chain hash
Integrates
REASON → consent gate → FORGE → PHOENIX → CONDUIT
Permissions
Custom write role; explicit deny on delete / destroy actions
Safety
Auto-rollback on verification fail, PHOENIX cascade recovery on downstream break
04SHADOW
Shadow AI + non-human identity

Detects unsanctioned AI tools (ChatGPT, Claude, Gemini, Copilot, 130+ shadow AI services), audits machine identities (service principals, managed identities, OAuth apps, IAM users without humans behind them), scores license waste. Runs against egress logs and identity directories.

Triggers
Hourly egress-log sweep; daily identity audit
Detects
130+ shadow AI services, NHI without owner tag, stale service principals, OAuth-grant sprawl
Outputs
Per-app risk score, suggested action (block / approve / monitor)
Integrates
Egress logs from Defender / Zscaler / Netskope / Cloudflare Zero Trust; Entra ID + Azure RBAC + Google Workspace
Frameworks
HIPAA 164.308(a)(4), SOC 2 CC6.2, NIST 800-53 IA-3, GDPR Art 32
Compliance — 2 agents
Tiers · All paid tiers · AUDIT also sold standalone
05COMPLY
Continuous compliance across 9 frameworks

247 controls cross-mapped across CIS, SOC 2, ISO 27001, HIPAA, HITRUST, PCI-DSS, NIST 800-53, FedRAMP, CMMC. Reads the SCOUT asset graph plus FORGE history, evaluates each control on every scan, emits framework-by-framework readiness percentages.

Triggers
Daily continuous run + on-demand pre-audit
Controls
247 cross-mapped, 9 frameworks; framework drift detection
Outputs
Per-framework readiness %, gap list, remediation backlog ranked by control weight
Integrates
COMPLY → AUDIT for evidence collection; COMPLY → CONDUIT for drift alerts
Performance
Full 9-framework evaluation in < 5 minutes on a 5,000-resource tenant
HITRUST
r2 inheritable controls available; ships HIPAA continuous attestation feed for healthcare
06AUDIT
Per-control PDF + DOCX evidence

Auto-collects the actual evidence auditors ask for: permission cards, security logs, admin groups, metrics screenshots, NSG rules, encryption status, key-rotation evidence. Outputs PDF + DOCX evidence packages per control. Sold standalone for teams that want only evidence, not the cloud-security suite.

Triggers
Quarterly default; weekly available; on-demand for pre-audit
Frameworks
HITRUST r2, PCI-DSS v4.0, SOC 2 Type II, HIPAA, FedRAMP, NIST 800-53, CMMC, FISMA, DORA
Outputs
Per-control PDF + DOCX + JSON, control narrative auditors expect, screenshot evidence
Integrates
COMPLY → AUDIT → evidence pack on disk → optional CONDUIT push toGRC
Standalone
Contact sales for standalone and tiered annual pricing
Vertical — 4 agents
Tiers · Banking and Telecom packs
07AML
Banking AML transaction monitoring + SAR drafting

Real-time scoring of inbound and outbound transactions against typology rules, watchlist screening (OFAC SDN, EU consolidated, UK sanctions), structuring detection, beneficial-ownership chain validation. LLM-drafted SAR narrative ready for analyst review. 95% false-positive elimination.

Triggers
Real-time on every transaction; nightly batch reconciliation
Detects
Structuring, OFAC matches, PEP exposure, correspondent-banking risk, trade-based ML
Outputs
Per-transaction risk score 0–100, SAR draft, FinCEN Form 111 pre-fill
Integrates
Reads core-banking transaction stream; emits alerts to BSA officer queue
Frameworks
BSA, FinCEN CDD, FFIEC, OFAC, AMLA 2020
08FRAUD
Sub-second fraud scoring

Behavioral biometrics, device fingerprinting, synthetic-identity detection, account takeover (ATO), wire / ACH fraud, check fraud, elder-fraud signals. Returns a 0–1 risk score with reason codes the analyst can audit. Ships 13 capability modules.

Triggers
Real-time on every transaction and every authentication event
Capabilities
13 modules: transaction scoring, CNP, ATO, wire/ACH, check, synthetic ID, device intel, elder, first-party, cross-channel, EFTA / Reg E, optional remediation (opt-in), exec report
Outputs
Risk score + reason codes; auto-actions (block card, hold txn, lock account, step-up auth)
Integrates
Sits in front of the payment authorization decision; signals back to core-banking
Performance
Decision returned in < 200ms on the hot path
09KYC
CDD / EDD onboarding workflow

Customer Identification Program (CIP), document verification with expiry monitoring, beneficial-ownership tracing under FinCEN BOI, PEP screening, adverse-media screening, jurisdiction-risk scoring, EDD escalation. 16 capability modules; full KYC in minutes, not weeks.

Triggers
On account application; on annual refresh; on triggering event (new role, new jurisdiction)
Capabilities
16 modules: CIP, doc validation, PEP, sanctions, beneficial owner, EDD, adverse media, jurisdiction risk, periodic review, etc.
Outputs
Approve / refer / deny verdict + KYC dossier with all evidence and decision trail
Integrates
ID verification vendors via webhook (Onfido, Persona, Veriff); reads from CRM and onboarding workflow
Frameworks
USA PATRIOT Act 326, FinCEN CDD, AMLA 2020, FATF
10TELCO
TCPA + CPNI + STIR / SHAKEN

TCPA consent-lifecycle tracking, CPNI auditing for carriers and CLECs, STIR / SHAKEN attestation verification, revenue-leakage detection, churn prediction, FCC filing automation. Built for outbound dialers and US carriers facing Custom / day CPNI penalty exposure.

Triggers
Real-time on every outbound call; daily on consent-record audit; monthly on FCC filing prep
Detects
TCPA violations (Custom–Custom/violation), CPNI gaps, STIR/SHAKEN attestation drift
Outputs
Per-call attestation log, consent gap report, FCC filing draft
Integrates
Reads SIP trunks and CDR feeds; writes back to outbound-dialer suppression list
Replaces
TransNexus + PossibleNOW + Numeracle stack pieces (see Telecom page)
Data layer — 3 agents
Tiers · Cloud Pro and above · LATTICE also sold standalone
11AI GUARD · ORACLE
LLM data-loss prevention

Stops PHI / PII / PCI / source-code from leaking into ChatGPT, Claude, Gemini, Copilot. Browser-free passive monitoring, redact-and-forward policy mode, prompt-injection defense, vendor-breach intake. V195 Portal + Vendor Risk Pack adds reverse-ETL egress and Tableau workbook audit.

Triggers
Real-time on every outbound LLM API call; hourly portal-tracker rescan
Detectors
7 detectors: portal tracker, PHI-in-URL, insider email, file-transfer CVE, vendor breach, reverse-ETL, Tableau audit
Outputs
Block / redact / log decision; evidence pack with redacted payload preview
Integrates
Browser plugin (optional), egress proxy, identity provider (for who-did-what)
Standalone
Standalone or bundled with Cloud Pro and above; PHI defaults on in Healthcare. Contact sales
12LATTICE
Snowflake + Databricks security

Continuous Snowflake and Databricks audit. Unity Catalog grants, cluster policy enforcement, row + column-level access review, workspace permission drift, masking-policy coverage, external stages, bulk-export QUERY_HISTORY. 13 detectors including continuous Unity Catalog drift sweep.

Triggers
Continuous against ACCOUNT_USAGE; UC drift sweep every 60 minutes
Detectors
13 incl. SF-LAT-RT-006 uc_continuous_drift_sweep with exact REVOKE SQL on drift
Outputs
Per-finding REVOKE / GRANT command; weekly drift digest
Integrates
Native snowflake-connector-python OR generic Snowflake SQL API over HTTPS (key-pair JWT or OAuth)
Standalone
Standalone or add-on to any TITAN bundle. Contact sales
13FLUX
ETL pipeline security

Azure Data Factory pipeline security, Azure Synapse audit, managed Airflow (Composer) monitoring. Credential-in-pipeline detection, sensitive-data-in-logs scanning, auto-fix for 40+ pipeline misconfigs.

Triggers
Daily pipeline inventory sweep; real-time on pipeline-run completion
Detects
40+ pipeline misconfigs: hard-coded creds, missing key-vault refs, public dataset exposure, broken lineage
Outputs
Per-pipeline finding + Terraform / ARM / CloudFormation patch
Integrates
ADF / Glue / Dataflow / MWAA / Composer APIs + Git for pipeline-as-code
Coverage
The ETL blind spot most CSPM tools do not watch; the data-lineage-aware DLP layer
Network and identity — 3 agents
Tiers · Cloud Pro and above · standalone available
14BASTION · GATEKEEPER
Network + identity hardening

Firewall-rule audit (Azure NSG), certificate posture (expiry, weak ciphers, missing SAN), DNS hygiene (dangling CNAME, lame delegations), GPO drift, service-account sprawl, secrets in unexpected places. 140+ checks across the network and identity surface.

Triggers
Daily inventory sweep; weekly cert-expiry audit; real-time on identity-event hook
Checks
140+ across firewalls, certs, DNS, GPO, service accounts, secrets
Outputs
Per-finding remediation command; cert-expiry calendar; dangling DNS report
Integrates
Azure NSG / Firewall, Entra ID, AD CS, Vault, secrets managers
Marketing
BASTION is the engineering name; GATEKEEPER is the product label used in pricing and nav
15EXFILTRATION
Data exfiltration monitor

Watches outbound flows for anomalous data egress: bulk download to personal webmail, unusual S3 PUT to non-corporate buckets, data-warehouse query then export-to-CSV pattern, USB / clipboard signals from endpoint hooks, cloud-to-cloud sync to non-sanctioned destinations.

Triggers
Real-time on egress-log events; hourly on bulk-export pattern detection
Detects
Personal-webmail PHI exfil, off-corp S3 PUT, bulk warehouse export, USB sync
Outputs
Per-event finding with the actor, the destination, the volume, the suggested block
Integrates
Egress logs from Defender / Zscaler / Netskope / Cloudflare; data-warehouse query log
Frameworks
HIPAA 164.308(a)(1)(ii)(D), PCI-DSS req 10, GDPR Art 32
16SCANNER
IDS / IPS heuristics

Lightweight intrusion-detection heuristics for cloud-native workloads. Hooks into VPC flow logs, Application Gateway / ALB logs, and WAF events. Pattern-matches against known attack signatures (SQLi, XSS, command injection, path traversal, recon scans). Surfaces alerts via CONDUIT.

Triggers
Real-time on flow-log and WAF-event ingestion
Detects
SQLi, XSS, command injection, recon scans, brute-force auth, port-knock patterns
Outputs
Per-event alert with source IP, target, payload signature, suggested rule
Integrates
VPC flow logs, Azure App Gateway / NSG flow
Note
Not a full NDR. For PCAP / packet-capture grade detection use Zeek / Suricata; SCANNER is the cloud-control-plane heuristic layer
Healthcare engagement — 4 agents
Tiers · Healthcare bundle
17ENGAGE
Member outreach + risk scoring

ML-powered member risk scoring for healthcare payers and hospital systems. Predicts which members need intervention before crisis. Reduces ER visits and improves outcomes by routing high-risk members to care managers earlier.

Triggers
Daily batch on claims + clinical feed; real-time on intake-event hook
Detects
Members at risk for ER visit, readmission, gap-in-care, medication non-adherence
Outputs
Per-member risk score + suggested intervention + suggested channel
Integrates
Reads from EHR via FHIR R4; writes to care-management workflow
Bundle
Ships with the Healthcare tier alongside HIPAA / HITRUST / PHI controls
18VOICE
Call QA + sentiment

AI call summarisation, QA scoring, sentiment analysis, compliance-flag detection. Every member call is analysed for quality and HIPAA compliance automatically. Replaces manual call-listening QA programs.

Triggers
On call recording landing in storage; nightly batch for non-real-time
Detects
Compliance gaps (HIPAA disclosure, identity verification), sentiment dips, escalation signals
Outputs
Per-call summary, QA score 0–100, compliance-flag list, suggested coaching point
Integrates
Reads call recordings from any S3-compatible store or contact-center API
Note
Transcription handled by the customer's chosen ASR vendor; VOICE consumes the transcript
19PULSE
Smart campaign optimiser

Outreach optimisation. Finds the right message, right time, right channel for every member. AI-driven A/B testing and segment strategy. Consumes ENGAGE risk scores and tunes outreach cadence.

Triggers
Continuous against outreach campaign feed; nightly cohort retune
Detects
Channel fatigue, message-type win rate, time-of-day response curves per cohort
Outputs
Per-cohort campaign recommendation; suppression list; A/B test results
Integrates
Reads from email / SMS / IVR campaign systems; writes back to suppression and cadence rules
Bundle
Healthcare bundle
20PREDICT
ER visit + readmission forecasting

Predicts costly health events. ER visits, hospitalisations, readmissions. Identifies high-risk members and calculates ROI of early intervention. Feeds into care-management prioritisation.

Triggers
Weekly cohort retune; daily intake on new claims data
Detects
30-day readmission risk, 90-day ER risk, fall risk for senior cohorts
Outputs
Per-member event probability + recommended preventive action + estimated cost avoided
Integrates
Claims feed (837 / 835), clinical feed (FHIR), pharmacy feed
Bundle
Healthcare bundle
Reliability — 4 agents, bundled with every paid tier
Tiers · Bundled with every paid tier at no upcharge
21CONDUCTOR
Auto-deploy orchestrator + license kernel

The kernel. Reads the signed license token, exports the entitled agent list, refuses to spawn any agent not on the list. Also handles auto-deploy: fetches the right binary version, verifies the SLSA 3 signature, runs install or upgrade, rolls back on failure.

Role
License gate, agent spawn gate, deploy orchestrator, audit-chain writer
Enforcement
License signature check at boot; per-agent construction-time gate; tamper rejects
Outputs
Spawned-agent list; deploy status; upgrade rollback log
Integrates
License server (signature-verifies offline); SLSA 3 + Sigstore for binary verification
Safety
Audit and trial tiers physically cannot spawn FORGE; the bit is off, no override
22REASON
3-candidate think-first reasoning

Before any FORGE write, REASON generates three candidate fixes, scores each on blast radius, rollback ease, and side-effect risk, and presents the highest-scored one at the consent gate. The other candidates are visible to the operator on request. Off in AIRLOCK mode.

Triggers
Before every FORGE candidate fix; never speculatively
Inputs
Finding, asset graph, FORGE playbook library, recent fix-history outcomes
Outputs
3 ranked candidates + scoring rationale + recommended option
Integrates
Optional external reasoning service (no retention, no training, enterprise terms); off in AIRLOCK
Privacy
Receives finding metadata only, never raw customer data; AI GUARD redacts before send
23PHOENIX
Cascade auto-recovery

Watches for cascade failures triggered by a FORGE write. A tightened NSG cuts a service. A stricter IAM policy breaks a workload. A rotated key leaves a stale-cache. PHOENIX detects within 60 seconds, rolls the change back, surfaces an incident on CONDUIT.

Triggers
After every FORGE write; continuous on health-probe stream from monitored services
Detects
Cascade failure, service health regression after a fix, stale-cache symptoms
Outputs
Auto-rollback action, incident ticket via CONDUIT, post-mortem trigger
Integrates
Cloud health probes (Azure Resource Health) + customer SLOs
SLA
Detection within 60s; rollback execution within 90s
24DR-GUARD
Azure disaster recovery

Continuous DR posture: backup currency, cross-region replication health, runbook freshness, RTO / RPO drift, secondary-region scan parity. Quarterly tabletop drill output captured as audit artifact (drill log, failover trace, recovery-objective comparison).

Triggers
Daily DR posture sweep; quarterly tabletop drill cycle
Detects
Stale backup, broken replication, missing runbook, RTO drift, region-out-of-sync
Outputs
DR readiness % per workload; tabletop artifact bundle; drill replay log
Integrates
Azure Site Recovery; SLO probes
Frameworks
HIPAA 164.308(a)(7), SOC 2 A1.2, NIST 800-53 CP family
Integration — 2 agents
Tiers · CONDUIT free with Cloud Pro+ · LEGACY in Healthcare and above
25CONDUIT
Universal alert + ticket forwarder

The output layer. Routes correctly-classified alerts and tickets to Jira, Datadog, PagerDuty, Slack, Teams, BMC Remedy, Freshservice, Zendesk, Splunk HEC, or any generic REST webhook. Field-level mapping per platform, severity routing, assignment-group inference. Enterprise tier learns from 90 days of closed tickets and online-corrects routing on human reassignments.

Triggers
Event-driven on every finding; pulls health from each destination every 60s
Adapters
10+ native: Jira, Datadog, PagerDuty, Slack, Teams, BMC Remedy, Freshservice, Zendesk, Splunk HEC + generic REST webhook
Outputs
Ticket / alert with finding + priority + playbook + ATT&CK + evidence pointer
Integrates
Reads from every TITAN agent; reads back ticket-state for outcome learning
Pricing
Basic included with Cloud Pro+; Enterprise with auto-discovery + online learning. Contact sales
26LEGACY
EOL system coverage

Coverage for end-of-life systems you cannot retire. Windows Server 2012 / 2008, RHEL 6, Java 8 estates, vendor appliances at EoL. Compensating-control evaluation, network-isolation posture, ESU / ELS lifecycle tracking, and per-system risk write-up auditors accept.

Triggers
Daily inventory of EOL systems; weekly compensating-control re-evaluation
Detects
EOL OS without ESU, EoL middleware without compensating control, network-segmentation drift around EoL hosts
Outputs
Per-system risk write-up with compensating controls applied + auditor-acceptable narrative
Integrates
Reads from CMDB and asset inventory; writes back risk register
Frameworks
HIPAA 164.308(a)(1), PCI-DSS req 6.2, NIST 800-53 SI-2; DORA Art 9 · Art 10

Ready for the 10-minute trial?

Read-only scan against your own cloud, all entitled agents, full evidence pack on every finding.