CrowdStrike University IT Fundamentals to Triage Track
These four complimentary modules provide the knowledge required for frontline IT support to verify endpoint sensor health, assess Falcon detection alerts, review process trees, and respond to security events.
FALCON 101: Falcon Platform Essentials
Master the layout of the Falcon console, understand agent communication back to the cloud, and locate hosts using host management.
- Sensor communication architecture over outbound TCP port 443
- How to identify hosts in Reduced Functionality Mode (RFM)
- Navigating the Activity App vs Host Management App
Log into your live Falcon tenant, navigate to Host Setup > Host Management, and filter by "RFM: Yes" to audit unprotectable machines.
FALCON 185: Falcon for IT Fundamentals
Understand how IT operations teams use Falcon for asset visibility, managing sensor update channels, and day-to-day endpoint troubleshooting.
- Inventory discovery and identifying rogue unmanaged devices
- Managing static vs dynamic host sensor groups
- Staging sensor update policies across pilot and production tiers
Review your organisation's current Sensor Update Policy to check whether devices are pinned to an older version or tracking the latest builds.
FALCON 109: MITRE ATT&CK & Detection Methods
Understand why Falcon triggers alerts. Learn to distinguish between static file indicators (IOCs) and adversary behaviours (IOAs).
- IOCs (Signatures/Hashes) vs IOAs (Indicators of Attack/Behaviours)
- How to interpret MITRE tactics: Initial Access, Execution, Persistence, Lateral Movement
- Distinguishing between Machine Learning pre-execution blocks and runtime IOA blocks
Open any alert in Activity > Endpoint Detections and click the "MITRE ATT&CK" badge to see the mapped adversary technique.
CCFR: Falcon Responder Practice Exam
Test alert triage capabilities with real-world scenarios. Covers process tree analysis, command-line arguments, and containment actions.
- Reading parent-child process execution trees (e.g. Outlook spawning PowerShell)
- De-obfuscating Base64 encoded CLI parameters and download cradles
- Decision threshold: When to apply Network Containment vs when to mark as False Positive
Complete all scenario questions, record the rationale behind missed answers, and discuss them during team catch-ups.
IT Fast-Triage Playbook: What to do when an alert fires
Follow this 3-step investigation process whenever a notification appears in Falcon Activity.
Did Falcon Block It?
Check the alert badge header:
Who is the Parent Process?
Look above the red flagged process in the Execution Tree:
- Abnormal:
outlook.exeorchrome.exespawning PowerShell or CMD. - Legitimate IT: RMM tools, ConfigMgr (
ccmexec.exe), or scheduled IT backup scripts.
Inspect Execution Arguments
Click the process node and inspect the full command line string:
- Look for
-enc(Base64 payload) - Look for
DownloadStringorcertutil -urlcache - Look for
-ExecutionPolicy Bypass
Triage Action Decision Matrix
Standard Alert Closing Template
Copy this standard note into the Falcon detection comment box before closing any incident.
Interactive Triage Scenario Drills
Put your CCFR practice into action with these common operational situations.
Suspicious PowerShell Download Cradle
What is the immediate priority action for an IT team member?
IT Systems Management Script Alert
How should the IT team handle this detection?