License & Deployment Mix: 22 tools – 6 OSS, 12 SaaS. (OSS and SaaS counts can overlap when an open-source tool also offers a vendor-hosted edition.)
What Is EDR / XDR?
Endpoint Detection and Response (EDR) is a security technology that continuously monitors endpoints (workstations, servers, laptops, mobile devices) using lightweight agents to detect, investigate, and respond to threats. EDR agents collect telemetry (process execution, file changes, network connections, registry modifications) and apply behavioral analytics to identify malicious activity that signature-based antivirus misses.
Extended Detection and Response (XDR) extends EDR by correlating telemetry across multiple security domains – endpoint, network, cloud, email, and identity – into a unified detection and response platform. Where EDR sees only the endpoint, XDR connects the dots across the entire attack surface to detect sophisticated multi-stage attacks.
Enterprise EDR/XDR platforms provide:
- Agent deployment – lightweight agents installed on endpoints that collect telemetry and enforce response actions; support for Windows, macOS, and Linux; centralized agent management and updates
- Behavioral detection – rule-based and ML-driven analysis of endpoint telemetry to detect known attack techniques (MITRE ATT&CK mapping), anomalous behavior, and living-off-the-land attacks that evade signature-based tools
- Automated response – quarantine files, isolate endpoints from the network, kill processes, block IPs, and roll back changes – automatically or with one-click analyst actions
- Threat hunting – query and search across telemetry data to proactively find threats; query languages (KQL, Lucene, SQL-like) for ad-hoc investigation; saved hunts and scheduled queries
- Forensics and investigation – timeline reconstruction of incidents; process trees; file and registry change history; network connection logs; evidence collection for post-incident analysis
- Managed Detection and Response (MDR) – vendor or third-party SOC analysts monitor, triage, and respond on behalf of the customer; critical for organizations without in-house security teams
- Multi-tenant management – centralized console for managing multiple customers or business units; tenant isolation; per-tenant policies and reporting; essential for MSPs
- SIEM integration – forward alerts and telemetry to SIEM platforms for correlation with other security data sources; syslog, CEF, and API-based integrations
EDR/XDR is foundational to modern endpoint security. Without EDR, organizations rely on signature-based antivirus that cannot detect zero-day exploits, fileless malware, or advanced persistent threats. EDR provides the visibility and response capabilities needed to detect and contain breaches before they cause significant damage.
The information on these pages was researched by a combination of human review and large language models. To suggest an addition or correction, please contact us. Prepared by Rhodium Systems Inc., author of the ResorsIT platform — a unified IT operations management platform for IT teams and MSPs that integrates a curated suite of open-source, commercial, and SaaS applications into a single system with shared identity, single sign-on, access control, and a common audit trail. Use this catalogue only as a starting point for your own research, and review any tool carefully against your own requirements before relying on it. Catalogue data version 2026.197.
Comparison
SSO / OIDC Comparison
OIDC is the preferred SSO protocol.
| Tool | OIDC | SAML | SCIM | Authentik Notes |
|---|---|---|---|---|
| Wazuh | Yes* | Yes* | No | Via OpenSearch Dashboards OIDC/SAML backend; Authentik as IdP; requires manual security config |
| Elastic Security | Yes | Yes | No | Native OIDC and SAML via Elasticsearch security; Kibana SSO; Authentik as IdP |
| Velociraptor | Yes | No | No | Native OIDC support; configurable provider; Authentik as OIDC IdP |
| LimaCharlie | Yes | Yes | No | Native OIDC and SAML; Authentik as IdP; multi-org SSO |
| OSSEC | No | No | No | No web UI in base OSSEC; relies on external dashboards (Kibana/Wazuh) for SSO |
| osquery + Fleet | Yes | No | Yes | Fleet supports OIDC natively; SCIM via API; Authentik as OIDC IdP |
| TheHive + Cortex | Yes | No | No | TheHive supports OIDC natively (v5+); Cortex via reverse proxy; Authentik as IdP |
| Carbon Black | No | Yes | Yes | SAML SSO via VMware Workspace ONE / Broadcom IdP; SCIM provisioning; no native OIDC |
| Sophos Intercept X | No | Yes | No | SAML SSO via Sophos Central; federated login; no OIDC |
| ESET PROTECT | No | Yes | No | SAML SSO in ESET PROTECT Hub; no OIDC; LDAP/AD integration |
| Trellix | No | Yes | Yes | SAML SSO via Trellix ePO; SCIM provisioning (cloud); no OIDC |
| Cybereason | No | Yes | No | SAML SSO via management console; no OIDC; LDAP integration |
| Kaspersky | No | No | No | No SSO in Kaspersky Security Center; LDAP/AD integration only |
| CrowdStrike Falcon | Yes | Yes | Yes | Native OIDC and SAML; SCIM directory sync; Authentik as IdP |
| SentinelOne | No | Yes | Yes | SAML SSO; SCIM provisioning; no native OIDC; Authentik as SAML IdP |
| Microsoft Defender | Yes | Yes | Yes | Native Entra ID (Azure AD) SSO; OIDC/SAML; SCIM via Entra; Authentik federation possible |
| Cortex XDR | No | Yes | Yes | SAML SSO via Palo Alto Cortex hub; SCIM provisioning; no OIDC |
| Trend Micro Vision One | No | Yes | Yes | SAML SSO; SCIM directory sync; no native OIDC |
| Huntress | No | Yes | No | SAML SSO (available on select plans); no OIDC; no SCIM |
| Bitdefender GravityZone | No | Yes | No | SAML SSO via GravityZone Cloud; no OIDC; LDAP/AD integration |
| Arctic Wolf | No | Yes | No | SAML SSO via Arctic Wolf portal; no OIDC; managed service model |
| Cynet | No | Yes | No | SAML SSO; no OIDC; LDAP integration; API-based user management |
* = requires extension, plugin, or specific configuration
Best SSO support: CrowdStrike Falcon (OIDC, SAML, SCIM), Microsoft Defender (OIDC, SAML, SCIM), osquery+Fleet (OIDC, SCIM)
No SSO: OSSEC (no web UI), Kaspersky (LDAP/AD only)
API Comparison
| Tool | API Type | Auth | Webhooks | SDKs |
|---|---|---|---|---|
| Wazuh | REST | Token, Basic | No (use Wazuh rules + active response) | Python (official), Go (community) |
| Elastic Security | REST | API key, Bearer, Basic | Yes (Watcher alerts) | Python, Go, Java, JS, Ruby, .NET (official) |
| Velociraptor | REST + gRPC | API key, mTLS | No (server-side event monitoring) | Python (pyvelociraptor), Go (native) |
| LimaCharlie | REST | API key, JWT | Yes (outputs/webhooks) | Python (official), JS (community) |
| OSSEC | None (CLI) | N/A | No | None (file-based config) |
| osquery + Fleet | REST | API token | Yes (webhooks) | Go (official), Python (community) |
| TheHive + Cortex | REST | API key, Bearer | Yes (webhooks) | Python (thehive4py), Go (community) |
| Carbon Black | REST | API key + connector ID | Yes (webhooks) | Python (official), Go (community) |
| Sophos Intercept X | REST | OAuth2 client credentials | Yes (webhooks) | Python (community) |
| ESET PROTECT | REST | Bearer token | No | None official |
| Trellix | REST | API key, OAuth2 | Yes (webhooks) | Python (official) |
| Cybereason | REST | Session cookie, API key | Yes (SYSLOG forwarding) | Python (community) |
| Kaspersky | REST (limited) | Token | No | None official |
| CrowdStrike Falcon | REST | OAuth2 client credentials | Yes (streaming API) | Python (FalconPy official), Go (gofalcon official), Ruby |
| SentinelOne | REST | API token | Yes (webhooks, Syslog) | Python (official), PowerShell |
| Microsoft Defender | REST (Graph API) | OAuth2, Bearer | Yes (webhooks) | .NET, Python, Go, JS (Microsoft Graph SDKs) |
| Cortex XDR | REST | API key + key ID | No (use XSOAR for webhooks) | Python (community) |
| Trend Micro Vision One | REST | Bearer token | Yes (webhooks) | Python (official) |
| Huntress | REST | API key + secret | Yes (webhooks) | None official (REST-based) |
| Bitdefender GravityZone | REST | API key | Yes (push notifications) | None official |
| Arctic Wolf | REST (limited) | API key | No (managed service) | None official |
| Cynet | REST | API token | Yes (webhooks) | None official |
Agent Deployment
| Tool | Windows | macOS | Linux | Agent Footprint | Deployment Methods |
|---|---|---|---|---|---|
| Wazuh | Yes | Yes | Yes | ~60 MB RAM, lightweight | MSI/GPO, pkg, DEB/RPM, Docker, Ansible, Puppet |
| Elastic Security | Yes | Yes | Yes | ~200 MB RAM (Elastic Agent) | MSI/GPO, pkg, DEB/RPM, Fleet-managed, Ansible |
| Velociraptor | Yes | Yes | Yes | ~30 MB RAM, very lightweight | MSI, pkg, DEB/RPM, self-contained binary, GPO |
| LimaCharlie | Yes | Yes | Yes | ~20 MB RAM, ultra-lightweight | MSI, pkg, DEB/RPM, Docker, script install |
| OSSEC | Yes | Yes | Yes | ~40 MB RAM, lightweight | MSI, source compile, DEB/RPM, manual |
| osquery + Fleet | Yes | Yes | Yes | ~50 MB RAM (osquery) | MSI/GPO, pkg, DEB/RPM, Fleet orbit, MDM |
| TheHive + Cortex | N/A (server) | N/A (server) | N/A (server) | N/A – agentless IR platform | Docker, DEB/RPM (server only) |
| Carbon Black | Yes | Yes | Yes | ~100 MB RAM | MSI/GPO, pkg, DEB/RPM, SCCM, MDM |
| Sophos Intercept X | Yes | Yes | Yes | ~150 MB RAM | MSI/GPO, pkg, DEB/RPM, Sophos Central, MDM |
| ESET PROTECT | Yes | Yes | Yes | ~120 MB RAM | MSI/GPO, pkg, DEB/RPM, ESET console, MDM |
| Trellix | Yes | Yes | Yes | ~200 MB RAM | MSI/GPO, DEB/RPM, ePO managed, SCCM |
| Cybereason | Yes | Yes | Yes | ~150 MB RAM | MSI/GPO, pkg, DEB/RPM, console deploy |
| Kaspersky | Yes | Yes | Yes | ~150 MB RAM | MSI/GPO, DEB/RPM, KSC managed, MDM |
| CrowdStrike Falcon | Yes | Yes | Yes | ~50 MB RAM, lightweight kernel sensor | MSI/GPO, pkg, DEB/RPM, API deploy, MDM, Intune |
| SentinelOne | Yes | Yes | Yes | ~70 MB RAM | MSI/GPO, pkg, DEB/RPM, console deploy, MDM |
| Microsoft Defender | Yes | Yes | Yes | ~100 MB RAM (built-in on Windows) | Built-in (Win10+), pkg, DEB/RPM, Intune, GPO |
| Cortex XDR | Yes | Yes | Yes | ~100 MB RAM | MSI/GPO, pkg, DEB/RPM, Cortex console, SCCM |
| Trend Micro Vision One | Yes | Yes | Yes | ~120 MB RAM | MSI/GPO, pkg, DEB/RPM, TMC console, MDM |
| Huntress | Yes | Yes | No | ~30 MB RAM, lightweight | MSI/GPO, RMM deploy, script install |
| Bitdefender GravityZone | Yes | Yes | Yes | ~120 MB RAM | MSI/GPO, DEB/RPM, GZ console, MDM |
| Arctic Wolf | Yes | Yes | Yes | ~80 MB RAM (sensor) | MSI/GPO, pkg, DEB/RPM, managed deploy |
| Cynet | Yes | Yes | Yes | ~80 MB RAM | MSI/GPO, pkg, DEB/RPM, Cynet console |
Lightest agents: LimaCharlie (~20 MB), Velociraptor (~30 MB), Huntress (~30 MB), OSSEC (~40 MB)
Agentless: TheHive+Cortex (server-only IR platform, no endpoint agent)
Built-in: Microsoft Defender is pre-installed on Windows 10+ (no separate agent needed)
Detection Capabilities
| Tool | Behavioral | Signature | ML/AI | FIM | Memory Analysis | Exploit Prevention |
|---|---|---|---|---|---|---|
| Wazuh | Yes (rules) | Yes (Yara, CDB) | No | Yes (syscheck) | No | No (detection only) |
| Elastic Security | Yes (EQL rules) | Yes (Yara, IoC) | Yes (anomaly detection) | Yes (Auditbeat) | No | No (detection only) |
| Velociraptor | Yes (VQL artifacts) | Yes (Yara, Sigma) | No | Yes (VQL monitoring) | Yes (memory hunting) | No (forensics focus) |
| LimaCharlie | Yes (D&R rules) | Yes (Yara) | No | Yes (FIM sensor) | Yes (memory dump) | No (detection only) |
| OSSEC | Yes (rules) | Yes (rootcheck) | No | Yes (syscheck) | No | No (detection only) |
| osquery + Fleet | Yes (queries) | No | No | Yes (FIM tables) | No | No (visibility only) |
| TheHive + Cortex | N/A (IR) | Yes (analyzers) | No | N/A | Yes (via analyzers) | N/A (response platform) |
| Carbon Black | Yes | Yes (reputation) | Yes | Yes | Yes | Yes (agent-based) |
| Sophos Intercept X | Yes | Yes | Yes (deep learning) | Yes | Yes (exploit analysis) | Yes (CryptoGuard, anti-exploit) |
| ESET PROTECT | Yes (HIPS) | Yes | Yes (ML engine) | Yes | Yes (UEFI scanner) | Yes (exploit blocker) |
| Trellix | Yes | Yes | Yes (ML, real-time) | Yes | Yes (sandbox) | Yes (exploit prevention) |
| Cybereason | Yes (MalOp) | Yes | Yes (ML engine) | Yes | Yes | Yes |
| Kaspersky | Yes | Yes | Yes (ML, cloud-assist) | Yes | Yes (exploit analysis) | Yes (exploit prevention) |
| CrowdStrike Falcon | Yes (IoA) | Yes (IoC, ML) | Yes (cloud ML) | Yes | Yes (memory scanning) | Yes (exploit blocking) |
| SentinelOne | Yes (behavioral AI) | Yes | Yes (static + behavioral AI) | Yes | Yes | Yes |
| Microsoft Defender | Yes | Yes | Yes (cloud ML) | Yes | Yes (memory scanning) | Yes (ASR rules, exploit guard) |
| Cortex XDR | Yes (analytics) | Yes (WildFire IoC) | Yes (ML, behavioral) | Yes | Yes | Yes (exploit protection) |
| Trend Micro Vision One | Yes | Yes | Yes (ML, sandbox) | Yes | Yes | Yes (virtual patching) |
| Huntress | Yes (managed) | Yes (IoC) | No | No | Yes (process analysis) | No (detection + managed) |
| Bitdefender GravityZone | Yes | Yes | Yes (HyperDetect ML) | Yes | Yes | Yes (exploit defense) |
| Arctic Wolf | Yes (managed) | Yes | Yes (ML-assisted) | Yes (via agent) | No | No (managed detection) |
| Cynet | Yes | Yes | Yes (ML engine) | Yes | Yes | Yes (exploit protection) |
Strongest detection: CrowdStrike, SentinelOne, Microsoft Defender, Cortex XDR (all six capabilities)
OSS detection leaders: Wazuh (broadest OSS rule set), Velociraptor (VQL + Yara + memory)
Automated Response
| Tool | Isolation | Process Kill | File Remediation | Playbooks |
|---|---|---|---|---|
| Wazuh | No (manual via firewall) | Yes (active response) | Yes (active response scripts) | Yes (custom active response) |
| Elastic Security | Yes (via Elastic Agent) | Yes (response actions) | Yes (file operations) | No (use external SOAR) |
| Velociraptor | No (forensics focus) | Yes (VQL kill) | Yes (VQL remediation) | Yes (VQL notebooks) |
| LimaCharlie | Yes (network isolation) | Yes (D&R response) | Yes (file delete/quarantine) | Yes (D&R rules) |
| OSSEC | No | Yes (active response) | Yes (active response) | No (scripted only) |
| osquery + Fleet | No | No (visibility only) | No (visibility only) | No (query only) |
| TheHive + Cortex | No (IR platform) | No (via responders) | Yes (via responders) | Yes (case playbooks) |
| Carbon Black | Yes | Yes | Yes (quarantine) | Yes (watchlist actions) |
| Sophos Intercept X | Yes | Yes | Yes (auto-cleanup) | Yes (Sophos MDR playbooks) |
| ESET PROTECT | Yes | Yes | Yes (quarantine) | No (manual response) |
| Trellix | Yes | Yes | Yes (quarantine) | Yes (ePO automated response) |
| Cybereason | Yes | Yes | Yes (remediate MalOp) | Yes (automated remediation) |
| Kaspersky | Yes | Yes | Yes (quarantine) | No (manual + scripted) |
| CrowdStrike Falcon | Yes (RTR) | Yes | Yes (quarantine) | Yes (Falcon Fusion SOAR) |
| SentinelOne | Yes | Yes | Yes (rollback + quarantine) | Yes (Storyline Active Response) |
| Microsoft Defender | Yes | Yes | Yes (quarantine) | Yes (automated investigation) |
| Cortex XDR | Yes | Yes | Yes (quarantine) | Yes (via XSOAR integration) |
| Trend Micro Vision One | Yes | Yes | Yes (quarantine) | Yes (playbooks) |
| Huntress | Yes (managed) | Yes (managed) | Yes (managed remediation) | Yes (managed response) |
| Bitdefender GravityZone | Yes | Yes | Yes (quarantine) | Yes (policy-based) |
| Arctic Wolf | Yes (managed) | Yes (managed) | Yes (managed) | Yes (managed response) |
| Cynet | Yes | Yes | Yes (quarantine) | Yes (automated playbooks) |
Best automated response: CrowdStrike (Falcon Fusion SOAR), SentinelOne (rollback + STAR), Microsoft Defender (auto-investigation)
OSS response leaders: LimaCharlie (full isolation + D&R), Wazuh (active response scripts)
Multi-Tenant / MSP Features
| Tool | Tenant Isolation | Unified Dashboard | Per-Customer Alerting |
|---|---|---|---|
| Wazuh | Yes (multi-cluster, groups) | Yes (single dashboard, filtered) | Yes (group-based rules) |
| Elastic Security | Yes (Spaces, RBAC) | Yes (cross-space views) | Yes (per-space alerting) |
| Velociraptor | Yes (multi-org) | Yes (org switcher) | Yes (per-org artifacts) |
| LimaCharlie | Yes (organizations) | Yes (multi-org console) | Yes (per-org D&R rules) |
| OSSEC | No (single instance) | No | No |
| osquery + Fleet | Yes (teams) | Yes (team-filtered views) | Yes (per-team queries) |
| TheHive + Cortex | Yes (organizations) | Yes (multi-org) | Yes (per-org notifications) |
| Carbon Black | Yes (orgs/PSC) | Yes (multi-org console) | Yes (per-org policies) |
| Sophos Intercept X | Yes (Sophos Partner) | Yes (Partner Dashboard) | Yes (per-customer alerts) |
| ESET PROTECT | Yes (MSP Administrator) | Yes (unified MSP console) | Yes (per-company alerts) |
| Trellix | Yes (multi-tenant ePO) | Yes (multi-tenant views) | Yes (per-tenant policies) |
| Cybereason | Yes (multi-tenant) | Yes (MSP portal) | Yes (per-tenant MalOps) |
| Kaspersky | Yes (virtual servers) | Yes (KSC multi-tenant) | Yes (per-tenant policies) |
| CrowdStrike Falcon | Yes (Flight Control) | Yes (multi-CID dashboard) | Yes (per-CID alerting) |
| SentinelOne | Yes (multi-site/account) | Yes (global console) | Yes (per-site alerting) |
| Microsoft Defender | Yes (multi-tenant mgmt) | Yes (M365 Lighthouse) | Yes (per-tenant alerts) |
| Cortex XDR | Yes (multi-tenant) | Yes (Cortex hub) | Yes (per-tenant rules) |
| Trend Micro Vision One | Yes (multi-tenant) | Yes (MSP console) | Yes (per-tenant alerts) |
| Huntress | Yes (MSP-native) | Yes (partner dashboard) | Yes (per-org reports) |
| Bitdefender GravityZone | Yes (MSP console) | Yes (multi-company view) | Yes (per-company alerts) |
| Arctic Wolf | Yes (managed per-customer) | Yes (partner portal) | Yes (per-customer SOC) |
| Cynet | Yes (multi-tenant) | Yes (MSP console) | Yes (per-tenant alerts) |
Best MSP support: Huntress (purpose-built for MSPs), SentinelOne (global console), CrowdStrike (Flight Control), Sophos (Partner Dashboard)
No multi-tenant: OSSEC (single instance only)
Threat Hunting & Forensics
| Tool | Timeline | Memory Forensics | Hunt Queries | Live Response |
|---|---|---|---|---|
| Wazuh | Yes (OpenSearch timeline) | No | Yes (Wazuh rules, CDB lists) | No (active response only) |
| Elastic Security | Yes (Kibana timeline) | No | Yes (EQL, KQL, Lucene) | Yes (response actions shell) |
| Velociraptor | Yes (timeline artifacts) | Yes (memory dumps, Yara) | Yes (VQL – powerful custom queries) | Yes (VQL interactive shell) |
| LimaCharlie | Yes (event timeline) | Yes (memory dumps) | Yes (D&R rules, YARA) | Yes (remote shell) |
| OSSEC | No (log-based only) | No | No (rule matching only) | No |
| osquery + Fleet | No (point-in-time queries) | No | Yes (SQL queries, packs) | Yes (live query) |
| TheHive + Cortex | Yes (case timeline) | Yes (Cortex analyzers) | No (IR-focused, not hunt) | No (case management) |
| Carbon Black | Yes (process timeline) | Yes | Yes (CB query language) | Yes (Live Response shell) |
| Sophos Intercept X | Yes (threat graph) | Yes (exploit analysis) | Yes (Live Discover SQL) | Yes (Live Response) |
| ESET PROTECT | Yes (event timeline) | Yes (UEFI scanner) | No (limited query) | No (remote management) |
| Trellix | Yes (investigation timeline) | Yes (sandbox) | Yes (Trellix QL) | Yes (Real-Time Search) |
| Cybereason | Yes (MalOp timeline) | Yes | Yes (hunting queries) | Yes (remote shell) |
| Kaspersky | Yes (event chain) | Yes | Yes (IoC scanning) | No (limited remote) |
| CrowdStrike Falcon | Yes (process tree) | Yes (memory scanning) | Yes (Falcon Query Language, Raptor) | Yes (Real Time Response) |
| SentinelOne | Yes (Storyline) | Yes | Yes (Deep Visibility queries) | Yes (remote shell) |
| Microsoft Defender | Yes (incident graph) | Yes | Yes (KQL – Advanced Hunting) | Yes (Live Response) |
| Cortex XDR | Yes (causality chain) | Yes | Yes (XQL queries) | Yes (Live Terminal) |
| Trend Micro Vision One | Yes (root cause analysis) | Yes | Yes (search queries) | Yes (remote shell) |
| Huntress | Yes (managed timeline) | Yes (process analysis) | No (managed hunting) | Yes (managed response) |
| Bitdefender GravityZone | Yes (incident timeline) | Yes | Yes (Live Search queries) | Yes (remote shell) |
| Arctic Wolf | Yes (managed investigation) | No | No (managed hunting) | No (managed service) |
| Cynet | Yes (incident timeline) | Yes | Yes (search queries) | Yes (remote shell) |
Best hunting: CrowdStrike (FQL + Raptor), Microsoft Defender (KQL Advanced Hunting), Velociraptor (VQL), Cortex XDR (XQL)
Best forensics: Velociraptor (VQL + memory + timeline – purpose-built for DFIR)
Deployment and Licensing
| Tool | License | Self-Hosted | Language | Database | Docker | Cloud Console |
|---|---|---|---|---|---|---|
| Wazuh | GPL-2.0 | Yes | C, Python | OpenSearch (Indexer) | Yes | Wazuh Cloud (optional) |
| Elastic Security | Elastic License 2.0 | Yes | Java, Go | Elasticsearch | Yes | Elastic Cloud (optional) |
| Velociraptor | AGPL-3.0 | Yes | Go | Embedded (file-based) | Yes | Velociraptor Cloud (Rapid7) |
| LimaCharlie | Apache-2.0 (agent) | Partial (sensor OSS) | C, Go | Cloud-native | No (SaaS) | Yes (primary) |
| OSSEC | GPL-2.0 | Yes | C | None (flat files) | Yes (community) | No |
| osquery + Fleet | Apache-2.0 / MIT | Yes | C++ (osquery), Go (Fleet) | MySQL (Fleet) | Yes | Fleet Cloud (optional) |
| TheHive + Cortex | Proprietary (Cortex AGPL-3.0) | Yes | Scala, Python | Elasticsearch, Cassandra | Partial | StrangeBee Cloud |
| Carbon Black | Proprietary | Yes (on-prem server) | – | PostgreSQL | No | Yes (CBC Cloud) |
| Sophos Intercept X | Proprietary | No (cloud-managed) | – | – | No | Yes (Sophos Central) |
| ESET PROTECT | Proprietary | Yes | – | MySQL, MSSQL | Yes (agent) | Yes (ESET Cloud) |
| Trellix | Proprietary | Yes (ePO on-prem) | – | MSSQL | No | Yes (Trellix Cloud) |
| Cybereason | Proprietary | Yes (on-prem option) | – | – | No | Yes (Cybereason Cloud) |
| Kaspersky | Proprietary | Yes (KSC on-prem) | – | MySQL, MSSQL | No | Yes (Kaspersky Cloud) |
| CrowdStrike Falcon | Proprietary | No (SaaS only) | – | – | – | Yes (Falcon Console) |
| SentinelOne | Proprietary | No (SaaS only) | – | – | – | Yes (Singularity Console) |
| Microsoft Defender | Proprietary | No (SaaS only) | – | – | – | Yes (M365 Security) |
| Cortex XDR | Proprietary | No (SaaS only) | – | – | – | Yes (Cortex Console) |
| Trend Micro Vision One | Proprietary | No (SaaS only) | – | – | – | Yes (Vision One Console) |
| Huntress | Proprietary | No (SaaS only) | – | – | – | Yes (Huntress Dashboard) |
| Bitdefender GravityZone | Proprietary | Yes (on-prem option) | – | MongoDB | Yes (VA) | Yes (GZ Cloud) |
| Arctic Wolf | Proprietary | No (managed service) | – | – | – | Yes (Arctic Wolf Portal) |
| Cynet | Proprietary | No (SaaS only) | – | – | – | Yes (Cynet Console) |
Self-hosted OSS: Wazuh (GPL-2.0), OSSEC (GPL-2.0), Velociraptor (AGPL-3.0), osquery+Fleet (Apache-2.0/MIT), Cortex (AGPL-3.0) – note TheHive 5 itself is now proprietary (only Cortex stays OSS)
License caution: Elastic License 2.0 is not open source (restricts SaaS offering); LimaCharlie agent is Apache-2.0 but the platform is cloud SaaS
Tools
22 tools.
Arctic Wolf
Arctic Wolf is a managed security operations provider, not a traditional endpoint detection and response product.
License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none
Bitdefender GravityZone
Bitdefender GravityZone is an endpoint security platform with consistently top-ranked malware detection capabilities across independent testing organizations including AV-TEST, AV-Comparatives, and MITRE ATT&CK Evaluations.
License: Proprietary (proprietary) · Kind: web · Deploy: native, saas · SSO: none
Carbon Black (Broadcom)
Carbon Black is an endpoint detection and response platform originally developed by Bit9 (founded 2002), later renamed Carbon Black, acquired by VMware in 2019, and subsequently transferred to Broadcom as part of the VMware acquisition in 2…
License: Proprietary (proprietary) · Kind: web · Deploy: native · SSO: none
Cortex XDR (Palo Alto Networks)
Cortex XDR from Palo Alto Networks is the first purpose-built extended detection and response platform, and the product that coined the term “XDR.” Unlike EDR solutions that focus primarily on endpoint telemetry, Cortex XDR was designed fro…
License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none
CrowdStrike Falcon
CrowdStrike Falcon is a cloud-native endpoint protection platform delivering next- gen antivirus, EDR, XDR, and managed threat hunting through a single lightweight agent and modular cloud architecture.
License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC
Cybereason
Cybereason is an endpoint detection and response platform founded in 2012 by former members of the Israeli Defense Forces’ Unit 8200 intelligence unit.
License: Proprietary (proprietary) · Kind: web · Deploy: native, saas · SSO: none
Cynet
Cynet 360 AutoXDR is an all-in-one extended detection and response platform that consolidates endpoint detection (EDR), network detection (NDR), user behavior analytics (UEBA), deception technology, and automated response (SOAR) into a sing…
License: Proprietary (proprietary) · Kind: web · Deploy: native, saas · SSO: none
Elastic Security
Elastic Security is the security solution built on top of the Elastic Stack (formerly ELK), combining SIEM capabilities with endpoint detection and response (EDR) through the Elastic Agent’s Endpoint Security integration.
License: LicenseRef-Elastic-2.0 (source-available) · Kind: web · Deploy: native · SSO: none
ESET PROTECT
ESET PROTECT (formerly ESET Remote Administrator) is the unified management platform for ESET endpoint security products.
License: Proprietary (proprietary) · Kind: web · Deploy: native · SSO: none
Huntress
Huntress is a managed detection and response (MDR) platform purpose-built for managed service providers (MSPs) and small-to-medium businesses (SMBs).
License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none
Kaspersky Endpoint Security
Kaspersky Endpoint Security (KES) is the enterprise endpoint protection platform from Kaspersky Lab, a Russian cybersecurity company founded in 1997.
License: Proprietary (proprietary) · Kind: web · Deploy: native · SSO: none
LimaCharlie
LimaCharlie is a SecOps cloud platform that provides endpoint detection and response through a lightweight sensor deployed on endpoints and a cloud-based detection and response engine.
License: Apache-2.0 (OSS) · Kind: web · Deploy: saas · SSO: none
Microsoft Defender for Endpoint
Microsoft Defender for Endpoint (MDE) is Microsoft’s enterprise endpoint detection and response solution, deeply integrated into the Windows operating system and the broader Microsoft 365 security ecosystem.
License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none
osquery + Fleet
osquery is an endpoint visibility framework originally developed at Facebook (Meta) that exposes operating system state as a relational database queryable via SQL.
License: Apache-2.0 (OSS) · Kind: web · Deploy: native · SSO: OIDC
OSSEC
OSSEC (Open Source Security Event Correlator) is the original open-source host-based intrusion detection system (HIDS) that pioneered many of the concepts found in modern EDR platforms.
License: GPL-2.0-only (OSS) · Kind: web · Deploy: native · SSO: none
SentinelOne Singularity
SentinelOne Singularity is an autonomous AI-driven endpoint protection platform that provides prevention, detection, response, and remediation through a single agent.
License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC
Sophos Intercept X
Sophos Intercept X is an advanced endpoint protection platform that combines traditional anti-malware with deep learning-based threat detection, anti-ransomware (CryptoGuard), anti-exploit technology, and EDR/XDR capabilities.
License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none
TheHive + Cortex
TheHive is a SOC incident-response platform (SIRP). TheHive 5 is proprietary freemium (ex-AGPL); the companion Cortex engine stays AGPL-3.0.
License: Proprietary (proprietary) · Kind: web · Deploy: native, saas · SSO: none
Trellix (McAfee + FireEye)
Trellix was formed in January 2022 from the merger of McAfee Enterprise and FireEye, combining McAfee’s endpoint security and ePolicy Orchestrator (ePO) management platform with FireEye’s advanced threat detection and multi-vector virtual e…
License: Proprietary (proprietary) · Kind: web · Deploy: native · SSO: none
Trend Micro Vision One
Trend Micro Vision One is a broad XDR platform that unifies security across endpoints, email, network, cloud workloads, and IoT/OT environments.
License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none
Velociraptor
Velociraptor is a premier open-source digital forensics and incident response (DFIR) tool designed for large-scale endpoint visibility, threat hunting, and forensic investigation.
License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native · SSO: OIDC
Wazuh
Wazuh is the strongest open-source XDR and SIEM platform available, providing comprehensive endpoint detection, threat intelligence, log analysis, file integrity monitoring, vulnerability detection, security configuration assessment, incide…
License: GPL-2.0-only (OSS) · Kind: web · Deploy: native · SSO: OIDC