Recent RTR Sessions
List of the recent Real Time Response sessions that were started.
CQL · Falcon Next-Gen SIEMCopy query
// Get RTR Start events
#repo=detections #event_simpleName=Event_RemoteResponseSessionStartEvent
// Rename Agent ID value
| rename(field="AgentIdString", as="aid")
// Display results in table
| table([StartTimestamp, UserName, aid], limit=20000)
// Bring in data from AID Master lookup file
| aid=~match(file="aid_master_main.csv", column=[aid], strict=false)
// Convert timestamp to human-readable value
| formatTime(format="%F %T %Z", as=StartTimestamp, field=StartTimestamp)recent_rtr_sessions.yml
CrowdStrike
Monitoring
Endpoint
Insight
2025-09-01
2025-10-29
