CAI Technology
Menu ☰
aegis Live in production 🇪🇺 Built in Romania
Collect · Detect · Understand · Respond

One system that is SIEM and SOC at once — with AI, sovereign.

AEGIS collects, indexes, measures and detects — then understands and acts. Local-LLM triage, internally controlled agents, cryptographic traceability. It runs in our cloud, on-premises at your site, or completely isolated.

AEGIS security operations centre — two analysts at monitoring dashboards
1/10
the cost of an equivalent enterprise SIEM
2-in-1
SIEM + SOC on a single data core
Local LLM
data never leaves the perimeter
<5s
automatic response to known-pattern attacks
The problem & why now

The gap between “too small for enterprise” and “too big for bare open-source”.

Mid-market organisations (50–500 servers) need enterprise-grade capabilities but hit three barriers at once.

Prohibitive cost

Commercial SIEMs ask €100k+/year and charge per gigabyte ingested — impossible for a company generating tens of thousands of events per second.

Alert fatigue

Open-source tools work, but without AI for triage. Operators get raw dumps and lose hours separating the noise from a real incident.

No sovereignty

SaaS SIEMs ship the logs — a company's most sensitive data — to an external cloud. For institutions, banks and the public sector that is a regulatory blocker, not a preference.

Regulatory context. NIS2, DORA and the EU AI Act turn monitoring and incident response from an option into an auditable obligation. Whoever offers detection and response — traceable and on-premises when needed — wins the regulated market.

What AEGIS is

A single platform: collect, index, measure, detect, understand, act.

Each layer is a proven engine, configured to work with the others, with a proprietary AI layer on top that turns data into decisions. One product, not tools glued together.

flowchart LR
  subgraph SRC["Telemetry sources"]
    S1["Servers & VMs"]
    S2["Containers"]
    S3["Network appliances"]
    S4["Apps & APIs"]
  end
  subgraph CORE["AEGIS core"]
    C1["Collection & indexing · SIEM"]
    C2["Detection & metrics · SOC"]
    C3["AI pipeline · local LLM"]
  end
  subgraph OUT["Action & visibility"]
    O1["Dashboards"]
    O2["Automatic response"]
    O3["API + WebSocket"]
    O4["Compliance reports"]
  end
  SRC --> CORE --> OUT
  classDef src fill:#e0e7ff,stroke:#6366f1,color:#312e81
  classDef core fill:#dbeafe,stroke:#3b82f6,color:#1e3a8a
  classDef out fill:#dcfce7,stroke:#16a34a,color:#14532d
  class S1,S2,S3,S4 src
  class C1,C2,C3 core
  class O1,O2,O3,O4 out
logical architecture · from source to response
Positioning

SIEM and SOC — in one platform, not two products bolted together.

Others sell either a SIEM (log collection + search) or SOC services (monitoring + response) and leave you to integrate the rest. AEGIS does both natively, on the same data core.

flowchart TB
  DATA["Single data core"]
  subgraph SIEM["SIEM · the memory"]
    M1["Indexing & retention"]
    M2["Search & investigation"]
    M3["Audit reports"]
  end
  subgraph SOC["SOC · the reflexes"]
    R1["Threat detection"]
    R2["AI triage + prioritisation"]
    R3["Response & remediation"]
  end
  DATA --> SIEM
  DATA --> SOC
  classDef data fill:#fef9c3,stroke:#ca8a04,color:#713f12
  classDef mem fill:#dbeafe,stroke:#3b82f6,color:#1e3a8a
  classDef ref fill:#dcfce7,stroke:#16a34a,color:#14532d
  class DATA data
  class M1,M2,M3 mem
  class R1,R2,R3 ref
one core → memory (SIEM) + reflexes (SOC)

SIEM — the memory

We collect and index every log — servers, containers, applications, network appliances — full-text searchable, with retention and classification for audit. The foundation for compliance and investigation.

SOC — the reflexes

On the same data, real-time detection runs: network + host + runtime, plus automatic response. The operator gets narrative context from the AI, not a dump — and on known attacks the system blocks on its own.

Capabilities

What we do.

The base engines are proven open-source (no lock-in). On top of them we built the AI layer that makes the difference.

Narrative AI triage

A local LLM turns an alert into a story with context and severity: what happened, on which host, how serious. Triage becomes 30 seconds, not 30 minutes — and the model runs inside your perimeter.

Automatic response

Known-pattern attacks (brute-force, RCE attempts) are blocked at the firewall in under 5 seconds. The operator is notified, not woken up at night.

Single SIEM + SOC core

The same data serves both memory (search, audit) and reflexes (detection, response). Without duplicating storage and without integrating two separate products.

Operational dashboards

Ready-made dashboards: datacenter overview, apps & containers, VMs & infrastructure, alerts & pipeline. Customisable per client.

Events API

The platform publishes events in real time (WebSocket). Other applications react programmatically — including auto-remediation flows with human approval.

Network connectors

Dedicated connectors for firewalls and common appliances. Everything arrives centralised, without anyone logging into routers by hand.

Compliance as a product

Pre-mapped dashboards for log access, retention and classification, with export for audit questionnaires — PCI-DSS, ISO 27001, NIS2.

Autonomous pentest · opt-in

Agents that find the attack-surface vulnerabilities before an attacker does, with explicit safety limits and human control. Optional, enabled on request.

Intelligence · triage

An alert becomes a story, not a dump — with a local LLM.

This is where the lost hours are recovered. Every alert goes through an AI pipeline that enriches it with context and prioritises it — and the model runs inside your perimeter.

flowchart LR
  A["Raw alert"] --> B["Context enrichment"]
  B --> C["Local LLM"]
  C --> D{"Priority?"}
  D -->|"known & severe"| E["Automatic response &lt; 5s"]
  D -->|"ambiguous"| F["Narrative + severity → operator"]
  classDef n fill:#dbeafe,stroke:#3b82f6,color:#1e3a8a
  classDef good fill:#dcfce7,stroke:#16a34a,color:#14532d
  classDef warn fill:#fef9c3,stroke:#ca8a04,color:#713f12
  class A,B,C n
  class E good
  class F warn
  class D warn
incident analysis pipeline · local LLM
Deployment models

SaaS, on-premises or air-gapped — from the same build.

The same platform, three delivery modes. Choose based on how sensitive your data is and what internal capability you have — not on product limitations.

flowchart TB
  Q{"How sensitive<br/>is the data?"}
  Q -->|"standard"| SAAS["SaaS · hosted by CAI<br/>platform + AI in CAI cloud"]
  Q -->|"mixed"| HYB["Hybrid<br/>data & LLM at the client"]
  Q -->|"regulated / isolated"| ONP["On-premises / air-gapped<br/>full stack + local AI"]
  classDef q fill:#fef9c3,stroke:#ca8a04,color:#713f12
  classDef a fill:#dbeafe,stroke:#3b82f6,color:#1e3a8a
  class Q q
  class SAAS,HYB,ONP a
deployment topology · decide by data sensitivity
Feature SaaS Hybrid On-premises
Platform hosting CAI cloud Mixed Client
Logs leave the network Optional No Never
LLM (the intelligence) At CAI At client At client
Cryptographic traceability Yes Yes Yes
Works without internet Partial Yes
Coverage & alignment

Which capability covers which European framework.

AEGIS maps methodically onto the recognised frameworks. We do not claim certifications — we show which capability supports which standard, with its real status.

CapabilityNIS2ISO 27001GDPRDORAEU AI Act
Log collection & retention (SIEM)
Detection & response (SOC)~
Local AI triage~~
Cryptographic traceability
Compliance reports~

✓ covered · ~ partial / opt-in · — not covered

Why AEGIS

Why you win with AEGIS.

💰

Cost

One tenth the cost of an equivalent enterprise SIEM, with no per-gigabyte charge. The budget buys capability, not data volume.

🇪🇺

Sovereignty

100% on-premises possible, with a local LLM. Data and intelligence stay inside your organisation — a selling point, not just compliance.

🧠

Your own AI

Narrative triage and internally controlled agents. You do not depend on an external AI vendor and its data policy.

Evidence

Not a promise — it runs.

AEGIS monitors itself, in production, for months — dozens of servers and clusters, with active detection and automatic response. What you see is not a prototype, but the system that keeps our own infrastructure standing.

Next step

A 30-minute technical conversation.

We show you the platform live, discuss the delivery model that fits you, and — if you have requirements beyond what exists — we analyse them on the spot.

Book a demo →

Frequently asked questions

What size company is AEGIS a fit for? +
The sweet spot is organisations with 50–500 servers and 5–50k events per second. Below that, a standalone tool is often enough; above it, the platform scales with tuning alongside your team.
Do the logs leave the network? +
It depends on the delivery model. In on-premises and air-gapped, never — the LLM runs locally too. In the hybrid variant, data and model stay with the client. Only in the CAI-hosted SaaS can data optionally reach the CAI cloud.
How is this different from a classic SIEM? +
A classic SIEM collects and searches logs (the memory). AEGIS adds real-time detection and automatic response (the reflexes) on the same core, plus a local AI layer that turns an alert into a narrative with severity — without integrating two separate products.
What does “SIEM and SOC in one platform” mean? +
A single data core feeds both memory (indexing, search, audit) and reflexes (detection, triage, response). No duplicated storage and no external integration between two different tools.
How long does implementation take? +
It depends on the delivery model and scope: SaaS starts in a few days, and a turnkey on-premises implementation usually takes a few weeks. Requirements beyond the standard scope we analyse and plan together.
How does it help with NIS2 / DORA compliance? +
AEGIS maps methodically onto the recognised frameworks: log collection and retention, incident detection and response, traceability and audit reports. We do not claim certifications — we show which capability supports which requirement, with its real status.