Get-FalconOverWatchEvent
Retrieve the total number of Falcon OverWatch events across all customers. Required Permission:OverWatch Dashboard: Read
Syntax
Parameters
Falcon Query Language (FQL) expression to limit results.Must be a valid FQL statement.
Examples
Notes
- This cmdlet returns aggregate counts of OverWatch events
- Results represent global event data across all customers
- Use precise FQL filters to narrow down results to relevant time periods or customer identifiers
Related Links
Get-FalconOverWatchDetection
Retrieve the total number of Falcon OverWatch detections across all customers. Required Permission:OverWatch Dashboard: Read
Syntax
Parameters
Falcon Query Language (FQL) expression to limit results.Must be a valid FQL statement.
Examples
Notes
- This cmdlet returns aggregate counts of OverWatch detections
- Results represent global detection data across all customers
- OverWatch detections indicate potential threats identified by CrowdStrike’s human threat hunters
Related Links
Get-FalconOverWatchIncident
Retrieve the total number of Falcon OverWatch incidents across all customers. Required Permission:OverWatch Dashboard: Read
Syntax
Parameters
Falcon Query Language (FQL) expression to limit results.Must be a valid FQL statement.
Examples
Notes
- This cmdlet returns aggregate counts of OverWatch incidents
- Results represent global incident data across all customers
- OverWatch incidents represent confirmed security threats identified by CrowdStrike’s threat hunting team
Related Links
About Falcon OverWatch
Falcon OverWatch is CrowdStrike’s managed threat hunting service that proactively searches for threats in your environment 24/7/365. The OverWatch dashboard cmdlets provide aggregate metrics to help you understand the global threat landscape.Key Concepts
Events
Raw telemetry data collected and analyzed by OverWatch threat hunters
Detections
Potential threats identified through OverWatch hunting activities
Incidents
Confirmed security threats requiring immediate attention
Common Use Cases
Monitor threat landscape
Monitor threat landscape
Use these cmdlets to track the volume of security events, detections, and incidents over time to understand your organization’s threat exposure.
Generate compliance reports
Generate compliance reports
Retrieve aggregate metrics for specific time periods to demonstrate security monitoring coverage and threat detection capabilities.
Trend analysis
Trend analysis
Compare event, detection, and incident counts across different time periods to identify trends and patterns in threat activity.
Best Practices
All OverWatch dashboard cmdlets require a
Filter parameter with valid FQL syntax. Always specify a time range to ensure relevant results.