← Unovie.AI
Technical Whitepaper · AI SOC Modernization

Modernizing the SOC for the Agentic Era: Edge-Native, Identity-Driven Security for Distributed IT/OT

For CISOs and security organizations running distributed estates across IT and OT. Why the cloud-SIEM model breaks as agents — and agentic threats — appear everywhere, and how an edge-native, identity-driven AI SOC keeps detection, response and governance on your own ground.

Abstract

The Security Operations Center evolved for two decades — NOC, SOC, AI/ML-assisted detection, threat intelligence, SOAR — toward a cloud-SIEM, managed-service model. That model assumed telemetry could leave the site and that threats were authored by humans. Both assumptions break in 2025 and beyond: AI agents now act everywhere — yours automating operations, adversaries' automating attacks — and distributed IT/OT estates cannot ship sensitive, high-volume telemetry to a metered cloud. We argue for an edge-native, identity-driven AI SOC: a self-learning reasoning core that runs on-site on owned silicon, detecting in the ingestion path; a knowledge graph that replaces isolated alerts with traced blast-radius; and an identity-driven core that gives every human, service and agent a scoped identity and policy — connected or air-gapped. Unovie delivers this through two offerings — GPU EdgeGateway, which governs agentic AI traffic, and the AI SOC (AISOC), which detects and responds on your floor — bound by a portable identity edge. The result: detections that compound on your environment, response that survives outages, compliance evidence that is continuous, and data that never leaves your boundary.

1The 2025+ inflection: agents everywhere

The SOC has been climbing the same ladder for twenty years. In 2025 the ladder ended, and the ground changed.

Each rung added capability to a fundamentally reactive posture: the network operations center became a security operations center; rules gained machine-learning assists; threat intelligence enriched alerts; and SOAR automated the runbooks. Useful, incremental, human-paced. The 2025+ inflection is not another rung — it is a change in who acts. Agents are now on both sides of the wire. Adversaries automate reconnaissance, exploitation and lateral movement at machine speed; defenders deploy their own agents to triage, hunt and remediate. The volume, velocity and autonomy of action all step up at once.

BEFORE 2025 — INCREMENTAL, REACTIVE NOC SOC + AI / ML + ThreatIntel + SOAR 2025+ — AGENTS EVERYWHERE agent agent agent agent agent agent agentic threats · agentic defenders
Figure 1 — Two decades of incremental, reactive evolution meet an inflection: action becomes autonomous and bidirectional. The SOC must defend at machine speed against — and with — agents.
The shift

The SOC's job is no longer to collect logs and correlate them later. It is to reason over relationships in the ingestion path, act autonomously within guardrails, and govern an estate where humans, services and agents all take actions that must be attributed.

2Why the cloud-SIEM model breaks for IT/OT

The 2022–2025 reference design was a cloud-SIEM, managed-service model: ship everything to a regional SIEM, correlate centrally, bill per query. For a distributed IT/OT enterprise that model now works against you.

Assumption of the cloud-SIEM modelReality for distributed IT/OT in 2026+
Telemetry can leave the siteOT, IoMT, video and process data are large, sensitive and often regulated — egress is a data-exfil and compliance risk
Cost scales gracefullyCloud-SIEM fees recur on every event and query; agentic volume multiplies them without a ceiling
The link is always upPlants, depots, substations and vehicles operate through outages; a cloud round-trip stalls incident response
Generic detections are enoughVendor rules miss your environment; OT protocols and device behavior need locally-learned models
Detection is a search problemAt machine speed, delayed search and scheduled correlation are too late — detection must happen at ingest

The OT estate compounds every one of these: long-lived devices, brittle protocols, safety constraints, no patch window, and air-gapped or intermittently-connected enclaves where a cloud dependency is simply unavailable. A modern SOC for this world has to run where the data is born.

3From 20 tools to four cognitive platforms

The traditional SOC is twenty fragmented tools, each a console and a silo. The modern architecture consolidates them into four cognitive platforms feeding a single reasoning core that takes autonomous action.

TELEMETRY COGNITIVE PLATFORMS REASONING CORE AUTONOMOUS ACTION Cloud & workloads Code & pipelines Endpoints & network Identity &IT/OT assets Unified Cloud & Workload FabricCSPM · CWPP · CASB · K8s · Registry Intent-Driven DevSecOps CopilotShift-left · SAST · DAST · SCA · SDLC Autonomous Cyber Ops · XDR/SOARSIEM · SOAR · EDR · MITRE · IR Dynamic Identity & Asset IntelCMDB · IDAM · MEC · FHIR · NIST Self-learning reasoning core frozen base + verifier-graded loop on owned silicon Remediation-as-Codetested, auto PRs Blast-radius containmentgraph-traced isolation Adaptive policycontext-aware Compliance evidencecontinuous proof RUNS ON-SITE · NVIDIA JETSON AGX THOR · 128 GB UNIFIED · BLACKWELL · NO CLOUD
Figure 2 — The 2026++ SOC. Four telemetry domains feed four cognitive platforms, which feed one self-learning reasoning core that drives four autonomous actions — entirely on owned silicon, with no cloud dependency.

Each legacy control does not disappear; it is absorbed into a platform and made cognitive. The point is consolidation of data flows, not just consoles:

ControlWhat it wasWhat the reasoning core makes it
CSPMFinds cloud misconfig & driftGenerates and tests infrastructure-as-code PRs to auto-close drift
SIEMCentralized log search & retentionCorrelates events as a graph, not sequential log scans
SOARHard-coded mitigation playbooksPlaybooks reason over live topology instead of static scripts
EDREndpoint detect & remediateExplains endpoint anomalies and auto-scopes remediation
MITRE ATT&CKManual tactic mappingAuto-maps detections to adversary tactics in real time
MEC (edge)Compute at the network edgeCompiles hyper-local models that detect anomalies at the edge
IDAMIdentity, RBAC, MFAAdapts access policy to user, service and agent context in real time

4The self-learning, edge-native SOC analyst

The reasoning core is not a chatbot bolted onto a SIEM. It is a frozen open model adapted by external stores, improved by a verifier-graded loop, and run entirely on-device.

Detection happens in the ingestion path, on the GPU, while events are still moving — tokenized, classified and enriched before indexing, using a compact transformer classifier rather than regex chains. A streaming bus in broker-only mode feeds parallel GPU workers; an inference server runs the model with dynamic batching; enriched incidents land in a sharded, authenticated index; a dead-letter queue protects failed batches and retention keeps storage bounded. On a single Blackwell-class node this sustains production-grade throughput:

21,300+ EPS
Peak ingestion & AI-classification throughput, single node
13,800+ EPS
Sustained production baseline
~3s
AI inference latency at ingest, under load
1.29B/day
Events at the 15K-EPS baseline (~1.55 TB enriched)

Frozen base, reversible adaptation

The model learns your environment without drifting. A frozen base never has its weights merged; adaptation lives in external, reversible stores — a knowledge layer (graph + retrieval), composable skills, and lightweight runtime controllers. A verifier-graded loop proposes updates, grades them against schema and grounding, and a regression gate commits only changes that beat the prior baseline on held-out data — otherwise it auto-reverts. Dual-path serving keeps a fast path for real-time detection and a deeper path for reflection.

Why it is safe

Because the base is frozen and every self-update is reversible and must clear an automatic regression gate before it goes live, detections only ever improve — the model compounds accuracy on your attacks, on-site, at near-zero marginal cost, with no weight drift and no data egress.

5From alerts to a knowledge graph

Isolated alerts hide multi-stage attacks. A knowledge graph models the enterprise as a web of relationships, so a low-severity signal can be traced to its true blast radius.

Identityuser · service · agent Endpoint Workloadcontainer / pod Edge nodeIT / OT Vulnerabilityexposed CVE ownstalks toruns onexposes AI traces blast radiusacross the relationships
Figure 3 — Relationship semantic context. When a low-severity anomaly fires on a workload, the core queries the graph — who owns the identity, what it talks to, where it runs, what it exposes — and traces the blast radius to catch the multi-stage attack the isolated alert would have missed.

6The identity-driven core

Distributed IT/OT and agentic workloads share one root requirement: every actor needs a verifiable identity and a scoped policy — whether the site is connected or air-gapped. That is the job of a thin identity edge.

Rather than operate a heavy identity provider at every site, the architecture uses a thin authentication edge (an OAuth2/OIDC proxy with server-side sessions and edge RBAC) that delegates identity to the right issuer and injects a consistent identity context downstream. One pluggable setting selects the issuer; everything behind it stays identity-agnostic.

Connected sitesAir-gapped / disconnected enclaves
IssuerThe enterprise IdP — SSO, MFA and lifecycle stay where they already live; no local IdP to runA self-contained on-prem OIDC issuer with its own user/group store — no external database, no cloud reach
EdgeSame thin proxy; same server-side sessions; same RBAC on a roles claim; downstream services receive identity via standard headers
SwitchOne pluggable issuer setting — applications and the SOC never change
SecretsHeld in the platform secret store; never committed; sessions in a local cache
Identity-driven core

A portable identity edge gives humans, services and agents one scoped identity model across the whole distributed estate — connected or air-gapped — and becomes the control point the SOC and the gateway both reason over.

7Governing agentic workloads

Agents are a new class of actor. They act on behalf of users, call tools, read sensitive data and spawn sub-agents — at machine speed. Each action must carry an identity, a scoped credential, a policy and an audit trail.

This is where identity, the gateway and the SOC meet. The GPU EdgeGateway governs the agent's traffic: it routes each request to the right model on owned silicon, runs tools and code in policy-governed sandboxes (no unauthorized file, credential or network access), checks for sensitive-data leakage and prompt injection inline, and meters every call. The AI SOC governs the agent's behavior: it watches agent actions the way UEBA watches users, and uses the knowledge graph to bound what a compromised or misbehaving agent can reach.

Agentic riskControl
An agent acts with no attributable identityIdentity-driven core issues a scoped identity per agent and human-on-behalf-of relationship
An agent over-reaches its tools or dataEdgeGateway sandboxes tools/code and enforces policy-as-code on every call
A prompt injection or leak rides the requestInline safety classifiers (PII, jailbreak, injection) on every turn at the gateway
A compromised agent moves laterallyAISOC traces blast radius on the graph and contains by relationship
Spend and action go unauditedEvery route metered and attributed; every action logged for review

8The Unovie offering: EdgeGateway + AISOC

Unovie delivers this architecture as two offerings bound by the identity-driven core, all on hardware you own.

GPU EdgeGateway — govern the agentic AI

An inference-native, agent-first gateway. One routing contract turns signals into decisions across a mesh of local, private and frontier models; the prefix cache is protected; context is selected, not pasted; tools run sandboxed; and every policy change is shadow-tested before it goes live. It is the safe, governed, least-cost path for every agentic request — and the enforcement point for agent identity and policy.

AI SOC (AISOC) — detect and respond on your floor

An edge-native, self-learning security operations capability: GPU-native detection in the ingestion path, a knowledge graph for relationship context and blast-radius, a verifier-graded learning loop that compounds accuracy on your environment, and autonomous action — remediation-as-code, graph-traced containment, adaptive policy and continuous compliance evidence. It runs on-site, learns from your own attacks, and never ships telemetry off the boundary.

See it on the platform. The detection-at-ingest, knowledge-graph and IT/OT coverage described here are productized as IT/OT Edge Security Intelligenceunovie.ai/platform/edge-security-intelligence. The agent-traffic governance layer is GPU EdgeGatewayunovie.ai/platform/gpu-edgegateway.

9Deployment for the distributed enterprise

  1. An edge SOC node per site. Place a Blackwell-class node (Jetson AGX Thor / DGX Spark) where the data is — plant, depot, substation, clinic, vehicle bay — running detection-at-ingest and the reasoning core locally.
  2. One pipeline for IT and OT. IT telemetry (logs, identity, network, cloud) and OT/device telemetry land on the same local pipeline, so anomalies on the floor are correlated beside IT threats.
  3. Connected or air-gapped, same design. The identity edge points at the enterprise IdP where connected and a self-contained issuer where isolated; nothing downstream changes.
  4. Local autonomy, central correlation. Each node detects and responds on its own; a thin central layer correlates across sites without ever pulling raw telemetry off-site — only enriched, scoped findings travel.
  5. Govern agents through the gateway. All agentic AI traffic flows through EdgeGateway for routing, sandboxing, safety and metering.
  6. Own the model, not a subscription. Capacity is owned silicon; marginal cost approaches electricity; there is no per-query SIEM meter and no egress bill.
100%
On-site — telemetry never leaves the boundary
$0/query
No recurring cloud-SIEM or per-event fees
24/7
Detection & response survive link and provider outages
Weekly
Detections compound from your own attacks

10Governance, compliance & reversibility

Owning the detection and inference path is the strongest governance posture available to a distributed enterprise. Sensitive IT/OT and regulated data never leaves the site, so data-exfil and cross-border transfer risk are removed at the source. Controls map continuously to frameworks — NIST guidelines, sector standards such as FHIR for health data — producing continuous compliance evidence rather than point-in-time audits. Because the reasoning core's base is frozen and every self-update is reversible behind a regression gate, the security model never drifts out from under you — the opposite of a cloud detection set that changes on a vendor's schedule. A live asset inventory (CMDB) tracks device firmware, end-of-life and protocol risk across the IT/OT estate, and the knowledge graph keeps identity, asset and vulnerability context joined.

Capability without exposure. Hard problems still reach a large on-prem model, and the rare request that genuinely needs a frontier model can take that path by explicit, attributed exception through the gateway — so you keep the ceiling while keeping the data home.

11Recommendations for the CISO


12References

  1. Unovie.AI. IT/OT Edge Security Intelligence. unovie.ai/platform/edge-security-intelligence — GPU-native detection at ingest, knowledge-graph correlation, IT + OT coverage.
  2. Unovie.AI. GPU EdgeGateway. unovie.ai/platform/gpu-edgegateway — inference-native, agent-first routing and governance on owned silicon.
  3. GPU-native SIEM reference architecture (single Blackwell node). Detection-at-ingest with a compact transformer classifier; ~21,300 EPS peak / ~13,800 EPS sustained; broker-only streaming, sharded authenticated index, dead-letter queue, retention enforcement.
  4. Self-learning, edge-native analyst pattern. Frozen base + external adaptation stores (knowledge / skills / controllers); verifier-graded loop with an automatic regression gate; dual-path serving; fully on-device.
  5. Thin authentication edge pattern. OAuth2/OIDC proxy with server-side sessions and edge RBAC; pluggable issuer — enterprise IdP (connected) or a self-contained on-prem OIDC issuer (air-gapped); identity-agnostic downstream.
  6. MITRE ATT&CK. Adversary tactics & techniques mapping used for real-time detection-to-tactic correlation.
  7. NIST guidance (incl. SP 800-190, container/IoT security) and sector standards (e.g., FHIR for health data interoperability). Continuous control mapping for compliance evidence.
  8. NVIDIA. Jetson AGX Thor & DGX Spark (Blackwell). On-site, 128 GB unified memory, NVFP4 — the owned-silicon target for edge SOC nodes.