Quick reference for CrowdStrike Falcon, LogScale (CQL) detection rules, and incident response runbooks.
Standard installation procedure for enterprise endpoints across OS platforms.
Windows: WindowsSensor.exe /install /quiet /norestart CID=YOUR_CUSTOMER_ID_HERE
Host Management > Sensor Downloads.Steps to restore communications and resolve sensor connectivity status issues.
CSAgent service on Windows endpoints).443.Tuning prevention policies to suppress false positives while maintaining threat coverage.
Querying execution events across Windows, Linux, and macOS endpoints.
#event_simple_name=ProcessRollup2 ImageFileName=/*powershell.exe/i | select([@timestamp, ComputerName, UserName, CommandLine, ParentBaseFileName])
#event_simple_name=ProcessRollup2: Filters for raw process creation telemetry./i: Case-insensitive regex match on binary names.select(...): Trims output fields for rapid analyst triage.Detecting unusual outbound connections and network behavior across hosts.
#event_simple_name=NetworkConnectIP4 RemoteAddressIP4=* | groupby(RemoteAddressIP4, function=count()) | sort(cnt, order=desc)
#event_simple_name=NetworkConnectIP4: Captures IPv4 connection events.groupby(..., function=count()): Aggregates total connection counts per destination.sort(cnt, order=desc): Orders destination IPs to highlight anomaly spikes.Managing removable storage access across enterprise assets.
Configuring Role-Based Access Control (RBAC) scopes for active incident response.
Common administrative terminal commands executed during active investigation sessions.
ls: List directory contents on remote host.get <path>: Download file asset from target machine to analyst workstation.kill <pid>: Terminate executing process by PID.Staging remediation and triage scripts for enterprise-wide RTR execution.
runscript.Resolving session initialization blocks during response operations.
Collecting forensic artifacts from assets placed under network containment.
Configuring secure API credentials for external tools and automation platforms.
Forwarding detection alerts and raw event streams to external SIEM platforms.
Differentiating real-time alert streams from bulk raw telemetry replication.
Event Streams API: Streaming, near-real-time event and alert delivery via REST APIs.Falcon Data Replicator (FDR): Bulk delivery of comprehensive raw endpoint telemetry to cloud storage (AWS S3) for long-term analytics.Enforcing identity authentication standards for console access.
Establishing operational boundaries between triage and engineering teams.
Tier-1: Read-only access + triage capabilities, restricted or no RTR, no policy editing rights.Tier-3: Engineering and admin access, policy tuning, active RTR remediation, and system config access.Routing critical alerts directly to SOC communication tools.
Auditing administrative changes, token generations, and policy edits.