Cybersecurity · head to head
Falco vs Milestone XProtect

Falco
Cybersecurity
CNCF-graduated runtime threat detection for Linux and Kubernetes using eBPF
- From
- Free
- Rated
- -

Milestone XProtect
Cybersecurity
Open platform video management software with perpetual per-device licences
- From
- Free
- Rated
- -
The short version
- Each has a real cost: Falco falco detects and alerts but does not block; stopping an attack requires wiring up Falco Talon or your own response tooling, so out of the box a confirmed detection still means a human intervening after the fact.; Milestone XProtect care Plus is presented as optional but is not in practice: without it, perpetual licences stop receiving version upgrades and eventually you cannot add a current camera because your frozen version does not support it.
- They diverge on capability: Falco covers eBPF kernel instrumentation, Milestone XProtect covers Open device support.
- Prices and features above were last checked on 1 September 2026.
Where they differ
Only the attributes on which Falco and Milestone XProtect actually diverge.
| Attribute | Falco | Milestone XProtect |
|---|---|---|
| Pricing model | Open source, no licence fee | One-time purchase per device licence, plus annual Care Plus |
| Platforms | Linux, Kubernetes, Self-hosted | Windows, Web, iOS, Android |
Identical on both: starting price (Free), free tier (Yes), user rating (Not yet rated), category (Cybersecurity).
What each one covers
Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.
Only in Falco
- eBPF kernel instrumentation
- System call rules engine
- Container and Kubernetes context
- Default rule set
- Falcosidekick
- Falco Talon
- Plugins framework
- DaemonSet deployment
Only in Milestone XProtect
- Open device support
- Perpetual device licences
- Federated architecture
- Failover recording
- Evidence export
- Smart Map
- Integration platform
- Video summarisation
What people use each for
The jobs each tool is most often brought in to do.
Falco
- A platform team that needs to know when a shell is opened inside a production container, which image scanning cannot detect because it happens at runtimenot Milestone XProtect
- A regulated business required to evidence host and container intrusion detection on Kubernetes nodes for an auditnot Milestone XProtect
- A security team wanting a vendor-neutral detection layer whose rules they can read and modify rather than a black-box agentnot Milestone XProtect
- A cluster where a compromised dependency might write to sensitive paths or open unexpected outbound connections, and only kernel-level visibility will catch itnot Milestone XProtect
Milestone XProtect
- A city or transport operator running tens of thousands of cameras across federated sitesnot Falco
- An enterprise with mixed legacy camera brands that refuses to standardise on one manufacturernot Falco
- A critical infrastructure site needing failover recording servers and tamper-evident evidence exportnot Falco
- An integrator building a bespoke security application on top of an open VMS platformnot Falco
Where each one falls short
Documented limitations, not opinions. Every one is a constraint you would hit in normal use.
Falco
- Falco detects and alerts but does not block; stopping an attack requires wiring up Falco Talon or your own response tooling, so out of the box a confirmed detection still means a human intervening after the fact.
- The default rule set is noisy in real clusters and generates a large volume of benign matches from normal operational activity; without weeks of tuning, alert fatigue sets in and the team stops reading the feed, which is the usual failure mode.
- There is no storage, console, search or case management in the project, so a working detection capability means also running Falcosidekick, an event store, a dashboard and alert routing, all of which you build, host and maintain.
- The modern eBPF driver requires kernel 5.8 or later; older hosts fall back to the legacy probe or the kernel module, which brings driver-building against kernel headers and the operational fragility that comes with it on every kernel upgrade.
- Per-node syscall instrumentation carries measurable CPU overhead on busy hosts, and the cost scales with syscall volume rather than with cluster size, so the noisiest and most performance-sensitive workloads are exactly the ones that feel it most.
Milestone XProtect
- Care Plus is presented as optional but is not in practice: without it, perpetual licences stop receiving version upgrades and eventually you cannot add a current camera because your frozen version does not support it.
- Per-device licensing means multi-sensor and multi-imager cameras consume several licences each, so a headline camera count badly understates the true licence cost of a modern design.
- It is Windows only for servers and needs a properly designed server and storage architecture, so the software price is a fraction of a project that also needs recording servers, storage and an integrator.
- Complexity requires trained staff or a certified integrator; organisations that install it without either end up running a large deployment on default settings and never using the features they paid for.
- Milestone retired Kite from its portfolio in favour of Arcules from January 2025, which stranded buyers who had standardised on Kite and is a reminder that the cloud side of the portfolio has changed direction more than once.
Pricing, plan by plan
Falco
Free- Falco (open source)Free
- Apache 2.0 licence, CNCF graduated project
- eBPF and kernel module drivers
- Full rules engine and default rule set
Milestone XProtect
Free- XProtect Essential+Free
- Free for up to 8 cameras
- No recording time limit
- No vendor support included
- XProtect Express+$109/one-time
- Perpetual device licence, distributor list price
- Single site, single server
- Care Plus purchased separately per device per year
- XProtect Professional+$177/one-time
- Perpetual device licence, distributor list price
- Multiple recording servers
- Edge storage retrieval
- XProtect Expert$282/one-time
- Perpetual device licence, distributor list price
- Failover recording servers
- Advanced video wall and evidence handling
Which should you pick?
Choose Falco if
- You need ebpf kernel instrumentation.
- You want to start without paying.
- You work on Linux, Kubernetes, Self-hosted.
- You also want system call rules engine.
Choose Milestone XProtect if
- You need open device support.
- You want to start without paying.
- You work on Windows, Web, iOS, Android.
- You also want perpetual device licences.
Questions people ask
- Is Falco or Milestone XProtect better?
- Neither clearly leads. Falco starts at Free and Milestone XProtect at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
- Which is cheaper, Falco or Milestone XProtect?
- Falco starts at Free and Milestone XProtect at Free.
- Does Falco or Milestone XProtect run on more platforms?
- Falco runs on Linux, Kubernetes, Self-hosted. Milestone XProtect runs on Windows, Web, iOS, Android.
- Can I use Falco for free?
- Both have a free tier, so you can try either at no cost before committing.
- What is Falco best used for?
- Falco is most often used for a platform team that needs to know when a shell is opened inside a production container, which image scanning cannot detect because it happens at runtime, a regulated business required to evidence host and container intrusion detection on kubernetes nodes for an audit, a security team wanting a vendor-neutral detection layer whose rules they can read and modify rather than a black-box agent, a cluster where a compromised dependency might write to sensitive paths or open unexpected outbound connections, and only kernel-level visibility will catch it. Of those, a platform team that needs to know when a shell is opened inside a production container, which image scanning cannot detect because it happens at runtime and a regulated business required to evidence host and container intrusion detection on kubernetes nodes for an audit are not what Milestone XProtect is typically brought in for.
- What can Falco do that Milestone XProtect cannot?
- Falco covers eBPF kernel instrumentation, System call rules engine, Container and Kubernetes context, Default rule set. Milestone XProtect covers Open device support, Perpetual device licences, Federated architecture, Failover recording.
Answered from the vendors’ own pages
Falco: Does Falco block attacks?
No. It detects and emits events. Response requires Falco Talon or your own automation on top.
Milestone XProtect: Is XProtect really free for small sites?
Essential+ is free for up to eight cameras with no recording time limit, but it comes with no vendor support and no multi-server capability.
Falco: Is Falco owned by Sysdig?
Sysdig created and open sourced it, but it graduated within the CNCF in February 2024, so governance sits with the foundation rather than the vendor.
Milestone XProtect: Are licences perpetual or annual?
Device licences are perpetual. The annual cost is Care Plus, the support and software update contract, which you need to stay on current versions.
Falco: What does it cost?
The project is Apache 2.0 with no licence fee. The cost is the storage, routing, tuning and staff time needed to make its output useful.
Milestone XProtect: What happens if I do not renew Care Plus?
The system keeps recording, but you stop getting version upgrades, and over a few years that blocks you from adding newer cameras.
Falco: What kernel version do I need?
Kernel 5.8 or later for the default modern eBPF driver. Older hosts need the legacy eBPF probe or the kernel module.
Milestone XProtect: Who owns Milestone?
Canon. The portfolio also includes BriefCam analytics and Arcules cloud video, with Arcules replacing Milestone Kite from January 2025.
Related pages
More on Milestone XProtect
Other head to heads
- Falco vs Snyk
- Falco vs Teleport
- Falco vs Darktrace
- Falco vs LogRhythm SIEM
- Falco vs Trend Micro Vision One
- Falco vs Cybereason Defense Platform
- Falco vs Splunk Enterprise Security
- Falco vs WireGuard
- Falco vs Bitwarden
- Falco vs Infisical
- Falco vs Semgrep
- Falco vs Trivy
- Falco vs One Identity
- Falco vs Ory Kratos
- Falco vs OWASP ZAP
- Falco vs Palo Alto Networks Prisma Cloud
- Falco vs Passbolt
- Falco vs Ping Identity
- Falco vs VIVOTEK VAST Security Station
- Falco vs Salient CompleteView
- Falco vs Rhombus Systems
- Falco vs Spot AI
- Falco vs Motorola Vigilant
- Falco vs Genetec Security Center
- Falco vs Hanwha Vision
- Falco vs Eagle Eye Networks
- Falco vs Dahua Technology
- Falco vs March Networks
- Falco vs Camio
- Falco vs Varonis Data Security Platform
- Falco vs Ory
- Falco vs ProtonVPN
- Falco vs Resolver
- Falco vs Saviynt
- Falco vs Securiti
- Falco vs Sigstore
- Milestone XProtect vs Snyk
- Milestone XProtect vs Teleport
- Milestone XProtect vs Darktrace
- Milestone XProtect vs LogRhythm SIEM
- Milestone XProtect vs Trend Micro Vision One
- Milestone XProtect vs Cybereason Defense Platform
- Milestone XProtect vs Splunk Enterprise Security
- Milestone XProtect vs WireGuard
- Milestone XProtect vs Bitwarden
- Milestone XProtect vs Infisical
- Milestone XProtect vs Semgrep
- Milestone XProtect vs Trivy
- Milestone XProtect vs One Identity
- Milestone XProtect vs Ory Kratos
- Milestone XProtect vs OWASP ZAP
- Milestone XProtect vs Palo Alto Networks Prisma Cloud
- Milestone XProtect vs Passbolt
- Milestone XProtect vs Ping Identity
- Milestone XProtect vs VIVOTEK VAST Security Station
- Milestone XProtect vs Salient CompleteView
- Milestone XProtect vs Rhombus Systems
- Milestone XProtect vs Spot AI
- Milestone XProtect vs Motorola Vigilant
- Milestone XProtect vs Genetec Security Center
- Milestone XProtect vs Hanwha Vision
- Milestone XProtect vs Eagle Eye Networks
- Milestone XProtect vs Dahua Technology
- Milestone XProtect vs March Networks
- Milestone XProtect vs Camio
- Milestone XProtect vs Varonis Data Security Platform
- Milestone XProtect vs Ory
- Milestone XProtect vs ProtonVPN
- Milestone XProtect vs Resolver
- Milestone XProtect vs Saviynt
- Milestone XProtect vs Securiti
- Milestone XProtect vs Sigstore
