Cybersecurity · head to head
Delinea vs Falco

Delinea
Cybersecurity
Privileged access management from the merged Thycotic and Centrify
- From
- On request
- Rated
- -

Falco
Cybersecurity
CNCF-graduated runtime threat detection for Linux and Kubernetes using eBPF
- From
- Free
- Rated
- -
The short version
- Only Falco has a free tier, so it costs nothing to try first.
- Each has a real cost: Delinea the Thycotic and Centrify lineages are integrated unevenly, so buying the full portfolio means running consoles and agents that do not share one administrative model as cleanly as the marketing suggests.; 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.
- They diverge on capability: Delinea covers Secret Server, Falco covers eBPF kernel instrumentation.
- Prices and features above were last checked on 1 September 2026.
Where they differ
Only the attributes on which Delinea and Falco actually diverge.
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 Delinea
- Secret Server
- Privileged session recording
- Privilege Manager
- Server PAM
- Discovery
- DevOps secrets
- Behaviour analytics
Only in Falco
- eBPF kernel instrumentation
- System call rules engine
- Container and Kubernetes context
- Default rule set
- Falcosidekick
- Falco Talon
- Plugins framework
- DaemonSet deployment
What people use each for
The jobs each tool is most often brought in to do.
Delinea
- An organisation whose cyber insurer now requires privileged credentials to be vaulted and rotatednot Falco
- A mid-market IT team that abandoned a heavier PAM rollout and needs a vault that can be in production in weeksnot Falco
- A company removing local administrator rights from every workstation after a ransomware incidentnot Falco
- An audit finding that shared service account passwords are stored in a spreadsheet and used by contractorsnot Falco
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 Delinea
- A regulated business required to evidence host and container intrusion detection on Kubernetes nodes for an auditnot Delinea
- A security team wanting a vendor-neutral detection layer whose rules they can read and modify rather than a black-box agentnot Delinea
- A cluster where a compromised dependency might write to sensitive paths or open unexpected outbound connections, and only kernel-level visibility will catch itnot Delinea
Where each one falls short
Documented limitations, not opinions. Every one is a constraint you would hit in normal use.
Delinea
- The Thycotic and Centrify lineages are integrated unevenly, so buying the full portfolio means running consoles and agents that do not share one administrative model as cleanly as the marketing suggests.
- Modules are licensed separately by different units, per privileged user for the vault and per endpoint for privilege management, which makes total cost hard to model and easy to underestimate at scale.
- Delinea does not publish rates, so buyers benchmark against third party and public sector listings; expect list prices to be negotiable by a wide margin, which means the first quote is not the price.
- Thoma Bravo ownership since 2021 has coincided with firmer renewal pricing, and buyers with a single-vendor PAM estate have little leverage once credentials are inside the vault.
- Migrating out of a privileged access vault is a genuinely hard project because every automated process that fetches a secret has to be repointed, so the switching cost is real and the vendor knows it.
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.
Pricing, plan by plan
Delinea
On request- Secret Server$undefined/year
- Priced per privileged user, tiered by edition
- Cloud or on premises deployment
- Session recording in higher editions
- Privilege Manager$undefined/year
- Priced per endpoint
- Local admin rights removal and application elevation
- Licensed separately from Secret Server
- Server PAM$undefined/year
- Priced per managed server or per privileged user
- Just-in-time server access
- Licensed separately
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
Which should you pick?
Choose Delinea if
- You need secret server.
- You work on Web, Windows, Linux, macOS.
- You also want privileged session recording.
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.
Questions people ask
- Is Delinea or Falco better?
- Neither clearly leads. Delinea starts at On request and Falco at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
- Which is cheaper, Delinea or Falco?
- Falco has a free tier; the other does not. Paid plans start at On request for Delinea and Free for Falco.
- Does Delinea or Falco run on more platforms?
- Delinea runs on Web, Windows, Linux, macOS. Falco runs on Linux, Kubernetes, Self-hosted.
- Can I use Falco for free?
- Yes. Falco has a free tier, so you can try it without paying. Delinea starts at On request.
- What is Delinea best used for?
- Delinea is most often used for an organisation whose cyber insurer now requires privileged credentials to be vaulted and rotated, a mid-market it team that abandoned a heavier pam rollout and needs a vault that can be in production in weeks, a company removing local administrator rights from every workstation after a ransomware incident, an audit finding that shared service account passwords are stored in a spreadsheet and used by contractors. Of those, an organisation whose cyber insurer now requires privileged credentials to be vaulted and rotated and a mid-market it team that abandoned a heavier pam rollout and needs a vault that can be in production in weeks are not what Falco is typically brought in for.
- What can Delinea do that Falco cannot?
- Delinea covers Secret Server, Privileged session recording, Privilege Manager, Server PAM. Falco covers eBPF kernel instrumentation, System call rules engine, Container and Kubernetes context, Default rule set.
Answered from the vendors’ own pages
Delinea: Is Delinea the same as Thycotic?
Delinea is the merged company formed from Thycotic and Centrify in 2021. Secret Server is the former Thycotic product; the server access products come from Centrify.
Falco: Does Falco block attacks?
No. It detects and emits events. Response requires Falco Talon or your own automation on top.
Delinea: Is pricing published?
Not by Delinea. Public sector frameworks have listed Secret Server Cloud around 348 GBP per user per year, which is a reference point, not a quote.
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.
Delinea: Does one licence cover endpoints and servers?
No. Secret Server, Privilege Manager and Server PAM are separately licensed on different units. Scope all three if your requirement spans them.
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.
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.
Related pages
Other head to heads
- Delinea vs One Identity
- Delinea vs Saviynt
- Delinea vs HashiCorp Vault
- Delinea vs 1Password
- Delinea vs BeyondTrust
- Delinea vs Infisical
- Delinea vs HashiCorp Boundary
- Delinea vs Akeyless
- Delinea vs Keeper Password Manager
- Delinea vs Legit Security
- Delinea vs Teleport
- Delinea vs Doppler
- Delinea vs ProtonVPN
- Delinea vs Resolver
- Delinea vs Securiti
- Delinea vs Sigstore
- Delinea vs Speakeasy
- Delinea vs Snyk
- Delinea vs Darktrace
- Delinea vs LogRhythm SIEM
- Delinea vs Trend Micro Vision One
- Delinea vs Cybereason Defense Platform
- Delinea vs Splunk Enterprise Security
- Delinea vs WireGuard
- Delinea vs Bitwarden
- Delinea vs Semgrep
- Delinea vs Trivy
- Delinea vs Ory Kratos
- Delinea vs OWASP ZAP
- Delinea vs Palo Alto Networks Prisma Cloud
- Delinea vs Passbolt
- Delinea vs Ping Identity
- Falco vs One Identity
- Falco vs Saviynt
- Falco vs HashiCorp Vault
- Falco vs 1Password
- Falco vs BeyondTrust
- Falco vs Infisical
- Falco vs HashiCorp Boundary
- Falco vs Akeyless
- Falco vs Keeper Password Manager
- Falco vs Legit Security
- Falco vs Teleport
- Falco vs Doppler
- Falco vs ProtonVPN
- Falco vs Resolver
- Falco vs Securiti
- Falco vs Sigstore
- Falco vs Speakeasy
- Falco vs Snyk
- 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 Semgrep
- Falco vs Trivy
- Falco vs Ory Kratos
- Falco vs OWASP ZAP
- Falco vs Palo Alto Networks Prisma Cloud
- Falco vs Passbolt
- Falco vs Ping Identity
