Skip to main content

QRadar AI Copilot

A Docker gateway on an existing IBM QRadar 7.5: plain-language Ariel queries, a live Offense feed with batch triage, Offense investigation, Rule Wizard rule designs.

What it is

QRadar AI Copilot is an AI gateway that runs inside the network and does not ship QRadar: it connects to an existing Console with one authorized-service SEC token, reads events, flows, offenses, rules and log sources from there, turns an analyst's natural language into AQL and the results into conclusions.

System architecture

QRadar is read-only to the gateway. The only exceptions are three actions an analyst triggers by hand: add a note to an offense, close it, assign it or flag it for follow-up. Rules, reference data and configuration are never written. The gateway's own state (sessions, offense copies, audit, notification config) lives in one SQLite file on a Docker volume.

It is the sibling of Elastic AI Copilot: same shell, same pages, same licensing and delivery. Only the domain layer differs: ES DSL becomes AQL, Kibana alerts become Offenses, detection rules become Rule Wizard designs.

What it does

CapabilityWhatPaid?
Ask AINatural language → AQL, SELECT only, preflight repair, follow-up turns, Console deep linkFree
OffensesPolls /api/siem/offenses, one-line AI summary per offense, live SSE feed, dispositions, close / note / assign written back to QRadarFree
Posture, reports, audit log, platform healthOperational data summarised and archived; audit forwarded to syslog / webhookFree
Log-source whitelist, field maskingWhitelist enforced before every Ariel search; masking applied before content reaches the modelFree
Offense batch triageCluster by rule + source, model severity and false-positive verdictsPaid
Offense investigationMulti-round evidence over INOFFENSE() events, timeline, MITRE ATT&CK, recommended actionPaid
Rule copilotNatural language → Rule Wizard test conditions, rule response, backtest AQL, ATT&CK mapping, duplicate check against live rulesPaid
Platform-ops copilotAI reading of the 7 deployment checksPaid

Unactivated, the free capabilities keep working under a daily quota; the paid engines need an activated licence. A trial licence is the Standard tier for 14 days.

Where to start

On this page