correlate_with_deeptempo_finding
Correlate DeepTempo AI-detected anomalies with Splunk logs to reveal full attack context. Get enriched evidence, similar incidents, and recommended actions.
Instructions
Correlate DeepTempo finding with Splunk evidence for cross-platform analysis.
This is the key tool for AI-native investigation - it bridges DeepTempo's AI-detected anomalies with Splunk's comprehensive log data to provide complete attack context.
Args: finding_id: DeepTempo finding ID deeptempo_data: Finding data from DeepTempo MCP server containing: - src_ip: Source IP address - dest_ip: Destination IP address - timestamp: Finding timestamp - confidence: Detection confidence score - mitre_techniques: List of MITRE ATT&CK techniques timeframe_padding: Time padding around finding (default: "1h")
Returns: Dictionary containing: - finding_id: DeepTempo finding ID - deeptempo_confidence: Original confidence score - splunk_evidence: Related events from Splunk - enriched_context: Historical and related activity - similar_incidents: Other related findings - recommended_actions: Analyst recommendations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| finding_id | Yes | ||
| deeptempo_data | Yes | ||
| timeframe_padding | No | 1h |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |