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
OpenCTI analyser is not working if any observable found is related to a report
Steps to reproduce the behavior:
Informations about this observable
Traceback (most recent call last): File "/worker/OpenCTI/opencti.py", line 111, in <module> OpenCTIAnalyzer().run() File "/worker/OpenCTI/opencti.py", line 97, in run del(report["x_opencti_graph_data"]) KeyError: 'x_opencti_graph_data' Killed
/
OpenCTI removed the "x_opencti" field 2 yers ago in this commit d008b33. You only need to remove line 97 from opencti.py :
del(report["x_opencti_graph_data"])
Then, please release a new dockerhub opencti_searchexactobservables and opencti_searchobservables version Thank you !
The text was updated successfully, but these errors were encountered:
Editing bug related to https://github.com TheHive-Project#1182
1a8a097
TheHive-Project#1182
Merge pull request #1183 from FormindMPO/master
c56af7a
Editing bug related to https://github.com #1182
jeromeleonard
Successfully merging a pull request may close this issue.
Describe the bug
OpenCTI analyser is not working if any observable found is related to a report
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Informations about this observable
Error
Complementary information
/
Work environment
Possible solutions
OpenCTI removed the "x_opencti" field 2 yers ago in this commit d008b33.
You only need to remove line 97 from opencti.py :
Then, please release a new dockerhub opencti_searchexactobservables and opencti_searchobservables version
Thank you !
Additional context
/
The text was updated successfully, but these errors were encountered: