Add Suspicious_Verdict Responder - #1503
Open
EnzoCyberSec wants to merge 1 commit into
Open
EnzoCyberSec wants to merge 1 commit into
EnzoCyberSec wants to merge 1 commit into
Conversation
Author
|
Refer to the issue #1496 |
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 Suspicious_Verdict, a Responder that pushes the triage verdict (
SAFE/SUSPICIOUS/DANGEROUS) set on a TheHive Case or Alert to the matching investigation in Suspicious, the case management platform maintained by Thales CERT.What's included
responders/Suspicious_Verdict/suspicious_verdict.py— responder logicresponders/Suspicious_Verdict/Suspicious_Verdict.json— service interaction fileresponders/Suspicious_Verdict/requirements.txt—requests,cortexutilsresponders/Suspicious_Verdict/taxonomy/machinetag.json—suspicioustaxonomy(verdict tags: SAFE / SUSPICIOUS / DANGEROUS)
responders/Suspicious_Verdict/README.md— full documentation (behaviour,taxonomy table, configuration, manual and automatic triggering)
Verification performed
suspicious_url,suspicious_token) against a live Suspicious instance: verdict tags correctly update the investigation's classification, score and confidence.thehive:caseandthehive:alertdata types.Related contribution
A companion TheHive notification that automatically triggers this responder when a
suspicious:verdict=tag is added is submitted separately inStrangeBee/integrations(folderintegrations/vendors/Suspicious/thehive/functions), as that repository is the one scoped to TheHive notifications/integrations. Both READMEs cross-reference each other.