Data Collection
Data collection is the foundation of every investigation. Investigate uses two complementary streams -- real-time queries from live endpoints and historical data from TDS -- to give you both the current state and the timeline leading up to the issue.
Data Flow: Live vs. Cached
6 Data Types Collected
Simulated: Process Data Collection
| PID | Process Name | CPU % | Memory | Status |
|---|---|---|---|---|
| 4821 | msedge.exe | 12.3% | 1,847 MB | Normal |
| 6104 | OUTLOOK.EXE | 8.1% | 623 MB | Normal |
| 7392 | CRMAgent.exe | 67.4% | 3,214 MB | High |
| 1204 | OneDrive.exe | 3.2% | 312 MB | Normal |
| 892 | Teams.exe | 5.7% | 489 MB | Normal |
| 2048 | csfalconservice.exe | 1.1% | 156 MB | Normal |
CRMAgent.exe immediately stands out: 67% CPU and 3.2 GB RAM -- a clear anomaly worth investigating.
Data Enrichment
Raw data alone is not actionable. Investigate enriches it by combining sources:
Cross-Source Correlation
Process using 4 GB today was using 500 MB yesterday = memory leak
Endpoint Context
Overlay hardware model, OS version, department -- spot patterns across groups
Process Lineage
Map parent-child relationships: who spawned the problem process?
Timeline Alignment
Software install at 2:30 PM + CPU spike at 2:32 PM = cause and effect
File Download Capability
File downloads are governed by RBAC and all actions are logged in the Tanium audit trail -- full accountability for who downloaded what, from where, and when.
Exercise: Match the Data Type to Its Source
For each data type, select whether it comes from a live query, cached data (TDS), or both.
A. Current list of running processes with real-time CPU usage
B. Installed software inventory (applications and versions)
C. CPU utilization trend over the past 7 days
D. Hardware specifications (model, RAM, CPU type)
E. Active network connections with remote IP addresses
✍ Knowledge Check
1. What is the primary advantage of combining real-time and historical data in Investigate?
2. Why is process-level resource consumption data valuable?
DEX Specialization Training © 2026