Most engineers think…
Most people picture endpoint security as 'a heavy antivirus suite installed on every laptop that scans files and phones nothing home'. That mental model is exactly backwards for Falcon.
Falcon is cloud-native by design: a single lightweight sensor on the endpoint that does on-box prevention and streams smart-filtered telemetry to the Security Cloud, where a purpose-built graph database — Threat Graph — correlates trillions of events across every customer to catch attacks in real time. The endpoint stays light because the heavy correlation lives in the cloud. Understanding that split is what lets you explain why one agent plus one cloud graph beats a pile of fat local engines.
① The single lightweight agent — one sensor, not a suite
The first idea to fix in your head: Falcon installs one sensor per endpoint, not a stack of separate products. That single sensor is a kernel-mode driver plus a user-mode service working together.
The kernel driver sits low in the operating system so it can see activity early (it loads during boot via the Early Launch Anti-Malware path on Windows), resist tampering by an attacker, and observe events that a user-mode-only tool would miss. The user-mode service processes what the driver sees, applies policy, and handles the secure connection to the cloud.
It is called lightweight for a real reason: the sensor is designed to be small and low-overhead, because the expensive correlation work is pushed to the cloud rather than run on your laptop. There is no on-prem management server to build and no daily signature download to schedule.
The Falcon sensor is best described as…
② The cloud brain — a cloud-native SaaS model
Falcon is cloud-native SaaS: CrowdStrike runs the management plane, the console and the analytics as a service. You do not stand up your own servers — you log into the Security Cloud and your sensors phone home to it.
Why push the heavy work to the cloud
Keeping the brain in the cloud means three things at once. The endpoint stays light because it is not running giant analytics locally. Detection improves for everyone because the cloud sees patterns across all customers, not just yours — what hits one tenant can protect the rest. And upgrades are continuous: new logic and intelligence ship from the cloud, with no fleet-wide reinstall.
The interview line: the sensor senses, the cloud thinks. The agent does fast local prevention; the Security Cloud does the deep, cross-customer correlation.
One lightweight agent per endpoint — a kernel-mode driver plus a user-mode service. Does on-box prevention and streams telemetry to the cloud.
The CrowdStrike-hosted, cloud-native SaaS platform: it ingests telemetry, runs analytics, stores data and serves the console. No on-prem server.
A purpose-built cloud graph database that correlates trillions of events per day across all customers as nodes and relationships.
A safe, limited state the sensor enters when the OS/kernel is unsupported or misconfigured — it runs reduced until compatibility is restored.
In an interview, separate the two halves cleanly: the lightweight sensor does fast on-box prevention and streams telemetry, while the cloud-native Security Cloud does the deep, cross-customer correlation in Threat Graph. That one sentence shows you understand why the agent can stay so light.
Why is the heavy analysis pushed to the cloud-native Security Cloud?
③ Threat Graph — streaming telemetry into one giant graph
Telemetry does not just sit in a log. The sensor streams events — process starts, file writes, network connections, registry changes — up to the cloud over a secure channel, and they land in Threat Graph: a purpose-built, cloud-native graph database.
Threat Graph correlates trillions of events per day across endpoints, identities, cloud workloads and more — modelling them as nodes and the relationships between them — so an attack can be spotted by how events connect, not just by a single bad file. Because the graph spans every customer, an indicator seen anywhere can defend everyone.
Smart filtering keeps it cheap
The sensor does not blindly fire-hose raw data. It applies smart filtering on the endpoint — sending the security-relevant signal and suppressing noise — which keeps both the network cost and the endpoint overhead low while still feeding the graph what it needs.
Falcon's power is not the local engine — it is the cloud graph. Treating it as a standalone on-box AV misses the whole point: Threat Graph correlates trillions of events across every customer, so an attack seen anywhere helps defend everyone. Always name the cloud brain, not just the agent.
▶ Watch one suspicious process get caught end-to-end
How a single endpoint event becomes a cloud-correlated detection. Press Play for the healthy path, then Break it to see the classic failure.
Your network team worries the sensor will flood the link with raw events. What actually limits that?
④ One agent, many modules — regions, tenancy and offline
The payoff of one sensor: one agent unlocks many modules. From a single console you license capabilities — EDR, next-gen antivirus, identity, cloud, and more — and the same deployed sensor lights them up. No new agent to roll out per feature.
The platform runs in regional clouds (for example US-1, US-2, EU-1 and government clouds, with in-country regions being added for data sovereignty). Each customer is a tenant with logically isolated data, so multi-tenancy gives shared intelligence without mixing one customer's records into another's.
What happens offline
If an endpoint loses the cloud, the sensor keeps doing local, on-box prevention using its cached logic and queues telemetry to sync later. A related safety state is Reduced Functionality Mode (RFM), which the sensor enters when the OS/kernel is unsupported or misconfigured — it runs in a limited, safe capacity until compatibility is restored, then resumes full function.
Vikram, a SOC lead in Pune, faces this
After a Linux kernel upgrade across a server fleet, those hosts stop raising detections in the Falcon console even though the sensor is still installed.
The new kernel version is not yet supported by the installed sensor, so those Linux sensors dropped into Reduced Functionality Mode (RFM).
Check host status in the console — the affected hosts show RFM; on Linux, RFM sensors still send heartbeats but do not process events or register detections.
Falcon console ▸ Host setup & management ▸ Host management (filter: RFM)Update the sensor to a build that supports the new kernel (or pin to a supported kernel), so the sensor exits RFM and resumes full functionality.
Re-check the hosts: RFM clears, detections and telemetry resume, and the heartbeat-only gap closes in the timeline.
Never assume a quiet host is a safe host. The Falcon console shows each sensor's status — online, offline or RFM. If detections go silent after an OS update, check for RFM before assuming there is no threat; the answer is usually a sensor that needs a supported build.
An endpoint loses internet for several hours. What happens?
🤖 Ask the AI Tutor
Tap any question — instant, scoped to this lesson. No login, no waiting.
Pre-curated from vendor docs + community Q&A, scoped to this lesson. For a live prod issue, paste your export into chat.techclick.in.
📝 Wrap-up assessment — six more
You've answered 4 inline. Six left. 70% (7 of 10) marks the lesson complete on your profile. Tap Submit all answers at the end.
🧠 In your own words
Type one line: why is CrowdStrike Falcon described as 'one lightweight agent plus a cloud graph' rather than 'antivirus on every laptop'? Then compare with the expert version.
🗣 Teach a friend
Best way to lock it in — explain it in one line to a teammate. Tap to generate a paste-ready summary.
📖 Glossary
- Falcon sensor
- The single lightweight agent on each endpoint — a kernel-mode driver plus a user-mode service that does on-box prevention and streams telemetry to the cloud.
- Kernel-mode driver
- The low-level part of the sensor that loads early, sees system activity a user-mode tool would miss, and resists tampering.
- User-mode service
- The part of the sensor that applies policy, runs prevention and maintains the secure connection to the Security Cloud.
- Security Cloud
- CrowdStrike's cloud-native SaaS platform that ingests telemetry, runs analytics, stores data and serves the admin console.
- Threat Graph
- A purpose-built, cloud-native graph database that correlates trillions of events per day across all customers as nodes and relationships.
- Graph database
- A database that stores data as nodes and the relationships (edges) between them, so you can query how things connect, not just list rows.
- Smart filtering
- On-endpoint filtering that streams the security-relevant signal and suppresses noise, keeping network and endpoint overhead low.
- Module
- A licensed capability (e.g. EDR, next-gen AV, identity, cloud) that the same single deployed sensor unlocks from one console.
- Multi-tenancy
- Each customer is a logically isolated tenant in a shared regional cloud, giving shared intelligence without mixing customer data.
- Reduced Functionality Mode (RFM)
- A safe, limited sensor state entered when the OS/kernel is unsupported or misconfigured, until a supported build restores full function.
📚 Sources
- CrowdStrike — The CrowdStrike Falcon Platform: single lightweight-agent, cloud-native architecture. crowdstrike.com/platform
- CrowdStrike Blog — Tech Analysis: CrowdStrike's Kernel Access and Security Architecture. crowdstrike.com/blog/tech-analysis-kernel-access-security-architecture
- CrowdStrike — Threat Graph: cloud-powered graph analytics correlating trillions of events. crowdstrike.com/platform/threat-graph
- CrowdStrike Blog — How Log-Structured Merge Trees Enable CrowdStrike to Process Trillions of Events per Day. crowdstrike.com/blog
- CrowdStrike — New Regional Clouds & Global Data Sovereignty (US-1/US-2/EU-1, GovCloud, in-country regions). crowdstrike.com/press-releases
- Duke OIT / CrowdStrike docs — Reduced Functionality Mode (RFM) and sensor offline behaviour. oit.duke.edu / falcon.crowdstrike.com
What's next?
Got the architecture? Next, go deep on the detection engine — how Falcon's NGAV and EDR actually decide what is malicious using machine learning, indicators of attack (IOAs) and behavioural analytics.