Conversation
**Added:** - Implemented `alert_correlation.py` providing alert clustering, similarity scoring, and correlation context for investigations - Introduced `lateral_analyzer.py` for graph-based lateral movement analysis, attack path reconstruction, and pivot suggestion logic - Added new methods and tools in `investigation.py` for analyzing lateral movement, recording host connections, and retrieving correlated alerts - Created comprehensive tests for alert correlation (`test_alert_correlation.py`) and lateral analyzer (`test_lateral_analyzer.py`) **Changed:** - Investigation orchestrator now accepts and stores correlation context for enriched investigations - Investigation state (`models.py`) tracks lateral movement graph and correlation context; lateral graph auto-initializes if not provided - Investigation agent's factory and core logic updated to enable automatic IOC extraction from queries, increase query limits, and store auto-extracted evidence - `main.py` initializes alert correlator, clusters alerts, and injects correlation context into investigations - Evidence extraction logic in `evidence_validation.py` expanded to cover more pattern types (users, hosts, hashes, processes, services) and includes auto-extraction and confidence boosting functions - `query_resilience.py` now uses smaller default time ranges and chunk sizes to prevent query timeouts and improve reliability - Query templates for blue team tools updated to reduce default time window from 24 to 4 hours for faster, more focused queries - Fallback report generation in `actions.py` now produces a more comprehensive, structured attack synopsis with lateral movement and timeline summaries - Investigation workflow documentation (`system_instructions.md.jinja`) expanded with a detailed lateral analysis stage, emphasizing the new tools and workflow **Removed:** - Deprecated or replaced hardcoded query and tool usage patterns in favor of new adaptive and context-aware logic for investigation expansion
CAP-833 Enhance Blue Team with Lateral Movement Analysis
Description: Objective: Enable blue team analysts to rapidly detect, correlate, and investigate lateral movement within ARES by leveraging new analysis modules, improved evidence validation, and enhanced investigation tools. Scope of Work:
Dependencies:
Acceptance Criteria:
Additional Notes:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Key Changes:
Added:
alert_correlation.py)lateral_analyzer.py)Changed: