SYSTEM ONLINE · DETECTION FORGE V2

Forge production
detection logic
at machine speed.

Sentrix turns plain-English attack descriptions into production-ready Sigma, KQL, SPL, and EQL rules — mapped to MITRE ATT&CK, ready to deploy.

INITIALIZE FREE WORKSPACEView API docs →
sentrix — bash
$ sentrix generate \
--platform "Microsoft Sentinel (KQL)" \
--prompt "|"
[OK] Mapped MITRE ATT&CK: T1003.001 (OS Credential Dumping)
[OK] Generated KQL rule · quality score: 94/100
[OK] Exported to Sentinel workspace
0+
Rules generated
0+
Community rules
0+
MITRE techniques
0%
Detection accuracy
Platform Features

Built for detection engineers

Every feature designed to take you from raw threat intel to deployed detection in minutes, not days.

AI

AI Rule Generation

Describe any attack in plain English. Sentrix maps it to MITRE ATT&CK and generates production-ready Sigma, KQL, SPL, or EQL in seconds.

MX

MITRE ATT&CK Matrix

Interactive coverage heatmap across all 14 tactics. One-click generation for uncovered techniques. See exactly where your detection gaps are.

LOG

AI Log Analyser

Paste Windows Events, Sysmon, or Splunk results. Get instant threat detection, IOC extraction, attack timeline, and a ready-to-deploy detection rule.

SOC

SOC Alert Queue

Triage, investigate, and close SOC alerts with full context. Timeline, MITRE mapping, and AI-generated playbooks for every alert.

LIB

Community Library

Browse 3,000+ community-contributed detection rules. Download, fork, and adapt with one click. Contribute your own rules back to the community.

API

REST API

Full REST API for CI/CD integration. Generate rules in your pipeline, push to Sentinel or Splunk automatically. Complete Swagger documentation.

Generates detection rules for every major SIEM platform
Microsoft Sentinel (KQL)
Microsoft Defender XDR
Splunk (SPL)
Elastic (EQL)
CrowdStrike Falcon
AWS CloudWatch
Google Chronicle
Palo Alto Cortex XSIAM
IBM QRadar
Wazuh (XML)
How it works

From threat to detection in 3 steps

01
INPUT

Describe the threat

Write a plain-English description of any attack technique, threat actor TTP, or use a pre-built template from the library.

02
FORGE

AI generates the rule

Sentrix maps your description to MITRE ATT&CK, selects the optimal detection logic, and writes a production-ready rule with quality scoring.

03
SHIP

Deploy to your SIEM

Export as Sigma, KQL, SPL, EQL, or push directly to GitHub. One-click deployment to Sentinel, Splunk, or your own pipeline.

Pricing

Simple, transparent pricing

Start for free. Scale as your security team grows.

Free
$0

For solo detection engineers and hobbyists.

50 rule generations / month
All 10 SIEM platforms
MITRE ATT&CK matrix
Community library access
API access (100 req/day)
Start for free
Most Popular
Pro
$29/mo

For professional detection engineers and SOC analysts.

Unlimited rule generations
AI Log Analyser
SOC Alert Queue
GitHub Gist export
Priority AI model
Email digest reports
API access (10,000 req/day)
Start 14-day trial
Enterprise
Custom

For security teams that need SLAs, SSO, and dedicated support.

Everything in Pro
SSO / SAML
Custom AI model fine-tuning
Dedicated Slack support
On-premise deployment option
SLA guarantees
Unlimited team seats
Contact sales
For Developers

Integrate detection generation into your pipeline

Full REST API with Swagger docs. Generate rules in your CI/CD pipeline, push to your SIEM automatically, or build detection-as-code workflows.

REST API with full Swagger documentation
Webhook support for rule deployment
GitHub Actions workflow templates
Python & Node.js SDK (coming soon)
View API docs →
curl
curl -X POST \
  https://sentrix.amanpreetmatharu.com/api/generate \
  -H "Authorization: Bearer ${API_KEY}" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Detect LSASS credential dump",
    "platform": "Microsoft Sentinel (KQL)",
    "severity": "Critical"
  }'

{
  "rule": "SecurityEvent | where ...",
  "mitre_id": "T1003.001",
  "quality_score": 94
}

Frequently asked questions

Stop writing detection rules by hand.

Join 500+ detection engineers using Sentrix to ship better detections, faster.

Get started — it's freeSee a demo →