Added Run Suspicious_Verdict Responder notification - #6
Open
EnzoCyberSec wants to merge 1 commit into
Open
Conversation
Author
|
Refer to the issue #5 |
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.
Summary
Adds a TheHive notification that automatically runs the Suspicious_Verdict Responder (submitted in
TheHive-Project/Cortex-Analyzers, see PR #1503) whenever asuspicious:verdict=tag is added to a Case or an Alert. This automates the synchronization between TheHive triage and Suspicious, Thales CERT's case management platform.What's included
integrations/vendors/Suspicious/thehive/notifications/run_suspicious_verdict_responder.json— thefilteredEventnotification definitionintegrations/vendors/Suspicious/thehive/notifications/README.md— documentation: how the filter works, prerequisites, import steps in TheHive, and a link back to the responderVerification performed
Case/Alertobjects with an addedsuspicious:verdict=tag (no false trigger on tag removal or unrelated tags).Related contribution
This notification is an optional companion to the Suspicious_Verdict responder submitted in
TheHive-Project/Cortex-Analyzers(Issue #1496).