Lightweight EDR · Built for SOC teams

37 MB on the endpoint. Zero Trust on every connection. £5 per endpoint, per month.

webhook payload · POST to your endpoint when a rule fires
{
  "rule":                "Mimikatz Execution",
  "severity":            "critical",
  "mitre_technique_ids": ["T1003"],
  "host":                "acme-dc-02",
  "detected_at":         "2026-08-30T14:07:41Z"
}
FLEET-01
Endpoint Detection Contained
Capabilities

Everything a SOC needs. Nothing it doesn't.

LightEDR is three tightly-integrated capabilities - detection, response, and telemetry - delivered through a single lightweight agent and a multi-tenant console.

Detection & investigation

A curated ruleset mapped to the MITRE ATT&CK techniques that matter, extended with your own Sigma rules and no DSL to learn. Every alert walks back to root cause in one process-tree view, with process, network, file and auth events deduplicated at the agent and queryable for 90 days.

Response & multi-tenancy

Isolate a host, kill a process or quarantine a file in under 500ms, from the console or the API. Every tenant runs on its own data plane - no shared indices, no noisy-neighbour risk - so an MSSP gets the isolation it needs without an enterprise price tag.

The lightweight agent

Under 40 MB on disk, under 1% CPU at steady state, no kernel module on Linux. The agent stays clear of your events-per-second budget instead of eating into it.

The only EDR with Zero Trust built in.

Every competitor trusts an agent once at enrolment. LightEDR scores every active connection continuously - five signals, four trust levels, instant revocation via Redis pub/sub. NIST SP 800-207 PDP/PEP architecture. Private key never leaves the endpoint.

AI-native from day one. Bring your own model.

The MCP server (pip install ledr-mcp) gives Claude, Cursor, or any MCP client 9 named tools for triage and response, and webhook channels wake your own agent when a rule fires - no polling. See how the AI integration works

Zero Trust

Authentication that never stops.

Other EDRs issue a token at enrolment and trust the agent forever. LightEDR scores every active connection across five independent signals. Drop below threshold and the session degrades automatically - no manual intervention, no grace window.

What is Zero Trust EDR?
trust engine · endpoint-a48f · live
Certificate- CA-verified · not revoked · 87d to expiry35%
Behaviour- deviation from 500-event learned baseline30%
Network- source IP consistent with prior sessions15%
Session- heartbeat chain valid · challenge passed10%
Posture- TPM attestation (neutral until Phase 7)10%
Composite trust score0.93 · FULL
FULL ≥ 0.80REDUCED ≥ 0.50QUARANTINE ≥ 0.25DENIED < 0.25
  • Private key never leaves the endpoint.

    Enrolment uses a certificate signing request. The triage engine signs and returns only the cert - the private key is generated locally and stays there, chmod 600.

  • Mutual TLS on every connection.

    Every WebSocket is mTLS. Every auth frame carries a unique nonce checked against Redis to block replay attacks.

  • Crypto challenge-response every 5 minutes.

    The triage engine challenges each active agent with a random nonce. The agent must sign it with its private key - proving the key is still on that specific disk, not stolen.

  • Instant revocation via pub/sub.

    Revoking a cert closes the agent's WebSocket immediately through Redis pub/sub. No reconnect wait. No polling window.

  • Tamper-evident audit log.

    Every auth event is hash-chained - each record stores a SHA-256 of the previous record. A chain-walk job detects any gap or modification.

AI & Agents

AI agents get the same tools your analysts do.

LightEDR exposes everything an AI agent needs to detect, investigate, and respond - through the Model Context Protocol and a battle-tested REST API. You bring the model. We provide the platform.

Connect in two config lines

The LightEDR MCP server gives your AI assistant named, described tools for querying alerts, investigating context, hunting events across the fleet, and taking response actions - no prompt engineering required.

pip install ledr-mcp

Bring the model you trust

We don't ship a bundled AI agent. You bring the model you trust - Claude, GPT, or your own. LightEDR provides webhook triggers, scoped service account keys, and an API that gives the agent everything it needs. Swap models any time without touching your security stack.

Event-driven, not latency-bound

Autonomous agents that poll for alerts waste tokens and introduce latency. LightEDR calls your agent when a rule fires - POST to your endpoint, the agent investigates and responds, then goes back to sleep. HMAC request verification and exponential backoff included.

Alert fires, agent wakes, threat resolved

Alert fires

A detection rule matches. LightEDR enriches the alert with threat intelligence, runs AI triage analysis, and POSTs the payload to your registered webhook endpoint.

Agent investigates

Your agent calls get_alert_context for the full picture - surrounding events, trust score, TI enrichment, similar past alerts. It calls investigate_alert to trigger LLM-assisted triage if needed.

Agent acts

Acknowledge with a note, escalate to a case, or isolate the host - all through the same MCP tools or REST API. Every action is written to the immutable audit log. The analyst sees everything.

Full AI & Agents docs
Product tour

Built around the analyst workflow.

Detections that actually fire

A curated ruleset, maintained weekly, mapped to MITRE ATT&CK. Bring your own Sigma rules without a DSL tax.

alerts.lightedr · last 15 min
HIGHSuspicious LSASS memory access from non-standard parentacme-dc-0200:00:42
MEDUnsigned binary executed from %TEMP%eu-west-app-1400:02:11
MEDScheduled task created with obfuscated payloadacme-fin-0900:04:37
LOWOutbound DNS to newly-registered domainjenkins-build-0300:07:12
LOWPowerShell with encoded command flagacme-hr-2100:09:48
Positioning

A leaner alternative, by design.

We don't try to out-feature the incumbents. We pick the features SOC teams actually use, do them well, and leave the rest out.

  • Zero Trust, and no competitor ships it.

    Every other EDR authenticates the agent once at enrolment and trusts it indefinitely. LightEDR scores every active connection across five signals and revokes mid-session - a NIST SP 800-207 PDP/PEP architecture the incumbents don't have.

  • The price is on the website.

    £5 per endpoint per month, published. Incumbent A and Incumbent B both quote by seat count and contract term behind a sales call.

  • Your AI agent connects natively.

    pip install ledr-mcp gives Claude, Cursor or Zed 9 named tools for triage and response. Neither incumbent exposes an MCP server.

Full feature comparison

LightEDRIncumbent AIncumbent B
Zero Trust architecture (NIST SP 800-207)Supported NativeNot supportedNot supported
CSR enrolment - private key never transitsSupportedNot supportedNot supported
Continuous in-session trust scoring (5 signals)SupportedNot supportedNot supported
Instant mid-session cert revocationSupportedon reconnecton reconnect
Tamper-evident hash-chained audit logSupportedNot supportedNot supported
Behavioural detection (MITRE-mapped)Supported CuratedSupportedpartial
Bring-your-own Sigma rulesSupported Nativevia DSLSupported
ML-based anomaly scoringopt-inSupportedSupported
Host isolation < 500msSupportedSupportedseconds
Scripted response playbooksSupportedSupported (add-on)limited
Agent footprint< 40 MB~240 MB~180 MB
Steady-state CPU< 1%2-5%1-3%
No kernel module (Linux)eBPF onlykmodeBPF
Multi-tenant from day oneSupported Nativeenterprise SKUseparate deploy
MSSP partner programLicensed¹Supportedlimited
Transparent per-endpoint pricingSupported Publicquote-onlyquote-only
AI-assisted alert triage (explain + suggest)Supported Built inadd-onNot supported
Natural language threat huntSupportedNot supportedNot supported
Automatic incident clusteringSupportedNot supportedNot supported
Self-hostable LLM (Ollama / air-gapped)SupportedNot supportedNot supported
MCP server (Claude, Cursor, Zed)Supported NativeNot supportedNot supported
Webhook-driven autonomous agentsSupportedNot supportedNot supported
Scoped service account keys for agent accessSupportedNot supportedNot supported
Full audit trail of all agent actionsSupportedNot supportedNot supported

Scroll the table sideways for all three columns

Figures based on public docs as of Q1 2026. Vendor names anonymized - compared in good faith.
¹ MSSP managed-service use (managing endpoints for third-party clients) requires a commercial partner agreement. See FAQ

The overhead, measured.

37MB
Agent footprint
0.6%
Steady-state CPU
< 500ms
Containment latency
90d
Hot telemetry retention

See LightEDR on your fleet.

A 30-minute call with the people building it, tuned to your stack. We'll set up a sandbox tenant you keep for 14 days - no credit card, no sales deck.