feat: add retrohunt and alert search tools to security rules MCP#229
Open
mihirvala08 wants to merge 3 commits intomainfrom
Open
feat: add retrohunt and alert search tools to security rules MCP#229mihirvala08 wants to merge 3 commits intomainfrom
mihirvala08 wants to merge 3 commits intomainfrom
Conversation
docs: update retrohunt and alert search tools documentation and API
Collaborator
dandye
reviewed
Feb 6, 2026
| The group continues to evolve tactics and primarily targets financial institutions, cryptocurrency exchanges, and organizations in sectors of strategic interest to North Korea. | ||
| ``` | ||
|
|
||
| <<<<<<< HEAD |
Collaborator
There was a problem hiding this comment.
@mihirvala08 There is a stray merge conflict marker here and on line 700. Please delete these before merging.
dandye
approved these changes
Feb 6, 2026
Collaborator
dandye
left a comment
There was a problem hiding this comment.
I left integration test evidence in the comments. 100% works as intended. Thank you, @mihirvala08 !
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.




Advanced Security Rules Tools for Chronicle SIEM
Summary
Added Advanced Security Rules Management tools to SecOps MCP for Chronicle SIEM, enabling AI-assisted retrohunts, rule alert searches, and historical threat hunting operations.
What
Added 3 Chronicle SIEM Advanced Security Rules tools:
create_retrohunt- Create retrohunt operations to run detection rules against historical data for threat hunting campaignsget_retrohunt- Retrieve status and results of retrohunt operations with progress trackingsearch_rule_alerts- Search alerts generated by detection rules across time ranges with pagination supportChangelog
server/secops/secops_mcp/tools/security_rules.py: Addedcreate_retrohunt,get_retrohunt, andsearch_rule_alertstools with comprehensive documentation and error handling.server/secops/tests/test_adv_rules_mcp.py: Integration tests with end-to-end retrohunt workflow and alert search tests with pagination support