We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question/Feature Request
Is it possible to run an Cortex analyzer with an given observableID from a python script?
The text was updated successfully, but these errors were encountered:
Hello @alexgoedeke
What's the idea? do you want just to run analyzers on a given observable and just get it's report or, you want to have the report on TheHive?
Cortex has it own python library which is Cortex4Py but this will not add any data to TheHive.
That said, we can add the capability to run a job on a given observable, from TheHive.
Sorry, something went wrong.
@nadouani Yes I need the results in TheHive
Se we have to add some methods to make that possible. Good feature request.
Here is doc for how TheHive launches Cortex analyzers: https://github.com/CERT-BDF/TheHiveDocs/tree/master/api/connectors/cortex
Thanks to @srilumpa
@nadouani I have added the functionality to the API
nadouani
No branches or pull requests
Request Type
Question/Feature Request
Problem Description
Is it possible to run an Cortex analyzer with an given observableID from a python script?
The text was updated successfully, but these errors were encountered: