Cybersecurity · head to head
Falco vs March Networks

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

March Networks
Cybersecurity
Banking and retail video with transaction overlay, sold by a Canadian firm that changed from Chinese to Taiwanese ownership
- From
- On request
- Rated
- -
The short version
- Only Falco has a free tier, so it costs nothing to try first.
- 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.; March Networks the ownership history is a live compliance question: Chinese-owned via Infinova from 2011, with a PRC government entity as controlling shareholder by January 2020, before the December 2021 sale to Delta Electronics of Taiwan, and any US federal or contractor buyer should expect to document that chain during a procurement review.
- They diverge on capability: Falco covers eBPF kernel instrumentation, March Networks covers Command Enterprise.
- Prices and features above were last checked on 1 September 2026.
Where they differ
Only the attributes on which Falco and March Networks actually diverge.
| Attribute | Falco | March Networks |
|---|---|---|
| Starting price | Free | On request |
| Pricing model | Open source, no licence fee | quote |
| Free tier | Yes | No |
| Platforms | Linux, Kubernetes, Self-hosted | Windows, Web, iOS, Android |
Identical on both: 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 March Networks
- Command Enterprise
- Searchlight
- Hybrid recording
- X-Series hybrid NVRs
- Health monitoring
- ATM and teller integration
- Retail loss prevention analytics
- Evidence export
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 March Networks
- A regulated business required to evidence host and container intrusion detection on Kubernetes nodes for an auditnot March Networks
- A security team wanting a vendor-neutral detection layer whose rules they can read and modify rather than a black-box agentnot March Networks
- A cluster where a compromised dependency might write to sensitive paths or open unexpected outbound connections, and only kernel-level visibility will catch itnot March Networks
March Networks
- A bank investigating a disputed ATM withdrawal who needs the clip for that transaction, not two hours of timelinenot Falco
- A credit union refreshing 200 branches in phases where analogue and IP cameras must coexist on one recordernot Falco
- A restaurant chain overlaying till exceptions on video across hundreds of locationsnot Falco
- A transit operator needing video retrieval from vehicles and stations without shipping terabytes over the networknot 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.
March Networks
- The ownership history is a live compliance question: Chinese-owned via Infinova from 2011, with a PRC government entity as controlling shareholder by January 2020, before the December 2021 sale to Delta Electronics of Taiwan, and any US federal or contractor buyer should expect to document that chain during a procurement review.
- NDAA compliance is stated at the product level and rests on American system-on-chip processors in the majority of cameras and in specific recorder lines, which means it must be confirmed per model rather than assumed across the catalogue.
- The platform is engineered around banking and retail workflows, so buyers outside those verticals pay for transaction integration they will never use and get a less developed general security experience than from a Genetec or Milestone.
- No pricing is published and everything is quoted through integrators, so a multi-hundred-site estate cannot be budgeted without a design exercise and there is no benchmark against which to test a quote.
- Hybrid recording means a recorder in every branch, which is hardware to install, monitor, service and eventually replace at every location, and that refresh cycle is a recurring capital event that cloud rivals avoid entirely.
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
March Networks
On request- Command Enterprise and Searchlight$undefined/year
- Per-recorder and per-channel licensing quoted through integrators
- Searchlight business intelligence licensed separately
- X-Series hybrid recorders purchased per site
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 March Networks if
- You need command enterprise.
- You work on Windows, Web, iOS, Android.
- You also want searchlight.
Questions people ask
- Is Falco or March Networks better?
- Neither clearly leads. Falco starts at Free and March Networks at On request, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
- Which is cheaper, Falco or March Networks?
- Falco has a free tier; the other does not. Paid plans start at Free for Falco and On request for March Networks.
- Does Falco or March Networks run on more platforms?
- Falco runs on Linux, Kubernetes, Self-hosted. March Networks runs on Windows, Web, iOS, Android.
- Can I use Falco for free?
- Yes. Falco has a free tier, so you can try it without paying. March Networks starts at On request.
- 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 March Networks is typically brought in for.
- What can Falco do that March Networks cannot?
- Falco covers eBPF kernel instrumentation, System call rules engine, Container and Kubernetes context, Default rule set. March Networks covers Command Enterprise, Searchlight, Hybrid recording, X-Series hybrid NVRs.
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.
March Networks: Who owns March Networks?
Delta Electronics of Taiwan, which acquired it in December 2021 for 114 million US dollars. Before that it was owned by Chinese manufacturer Infinova, which by January 2020 had a PRC government entity as controlling shareholder.
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.
March Networks: Is March Networks NDAA compliant?
The company states it is, citing American system-on-chip processors in the majority of its cameras and in its Command Recording Server bundles and X-Series hybrid NVRs. Verify per model, and expect the ownership history to be raised in a federal procurement review.
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.
March Networks: What is Searchlight?
The layer that overlays ATM, teller and point of sale transaction data on video so investigators search by transaction rather than by time.
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.
March Networks: Is video stored in the cloud?
No, it is hybrid. Video is recorded on a recorder at each site and only required clips move centrally, which is why it suits large branch estates on modest connections.
Related pages
More on March Networks
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 Envysion
- Falco vs Eagle Eye Networks
- Falco vs Dahua Technology
- Falco vs Genetec Security Center
- Falco vs DTiQ
- Falco vs VIVOTEK VAST Security Station
- Falco vs Salient CompleteView
- Falco vs Hanwha Vision
- Falco vs Milestone XProtect
- Falco vs Camio
- Falco vs Rhombus Systems
- Falco vs ExpressVPN
- Falco vs Fortinet FortiGate
- Falco vs HID Global
- Falco vs IBM QRadar
- Falco vs Jamf Pro
- Falco vs Keeper Password Manager
- Falco vs Keygen
- March Networks vs Snyk
- March Networks vs Teleport
- March Networks vs Darktrace
- March Networks vs LogRhythm SIEM
- March Networks vs Trend Micro Vision One
- March Networks vs Cybereason Defense Platform
- March Networks vs Splunk Enterprise Security
- March Networks vs WireGuard
- March Networks vs Bitwarden
- March Networks vs Infisical
- March Networks vs Semgrep
- March Networks vs Trivy
- March Networks vs One Identity
- March Networks vs Ory Kratos
- March Networks vs OWASP ZAP
- March Networks vs Palo Alto Networks Prisma Cloud
- March Networks vs Passbolt
- March Networks vs Ping Identity
- March Networks vs Envysion
- March Networks vs Eagle Eye Networks
- March Networks vs Dahua Technology
- March Networks vs Genetec Security Center
- March Networks vs DTiQ
- March Networks vs VIVOTEK VAST Security Station
- March Networks vs Salient CompleteView
- March Networks vs Hanwha Vision
- March Networks vs Milestone XProtect
- March Networks vs Camio
- March Networks vs Rhombus Systems
- March Networks vs ExpressVPN
- March Networks vs Fortinet FortiGate
- March Networks vs HID Global
- March Networks vs IBM QRadar
- March Networks vs Jamf Pro
- March Networks vs Keeper Password Manager
- March Networks vs Keygen
