-
-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
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
Bug Yeti Connector is not working #2120
Comments
hey, thanks for reporting. The YETI connector hasn't been touched since 2021 and I know that this year YETI has just released a new major release. This could mean that our connector could not support this new major version. If you have both IntelOwl and YETI in place in your environment, you could help us fixing this problem with some lines of python code. |
Yes I cloud help you. ;-)
Best regards
Matteo Lodi ***@***.***> schrieb am Do. 8. Feb. 2024 um 17:38:
… hey, thanks for reporting. The YETI connector hasn't been touched since
2021 and I know that this year YETI has just released a new major release.
This could mean that our connector could not support this new major version.
If you have both IntelOwl and YETI in place in your environment, you could
help us fixing this problem with some lines of python code.
This is where you can touch the integration
<https://github.com/intelowlproject/IntelOwl/blob/master/api_app/connectors_manager/connectors/yeti.py>.
I think that maybe just few little things are required to be changed. I
don't see many information in their official docs here
<https://yeti-platform.io/docs/api/> though
—
Reply to this email directly, view it on GitHub
<#2120 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMG3C3MOML7TK7XVBWRR6X3YST5PFAVCNFSM6AAAAABDABFCH2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZUGUYTAOBZGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
superseded by #2309 |
What happened
IntelOWL: v5.2.3
YETI: 2.1.3
Cant send observable to yeti
Error: "404 Client Error: Not Found for url: http://192.168.1.45/api/v2/observable/"
YETI API:
http://192.168.1.45/api/v2/observables/
###!!! observable[s] !!!###
Hardcoded in IntelOWL:
yeti.py
url = f"{self._url_key_name}/observable/"
Environment
What did you expect to happen
Write IOCs to Yeti
How to reproduce your issue
Error messages and logs
Error: "404 Client Error: Not Found for url: http://192.168.1.45/api/v2/observable/"
The text was updated successfully, but these errors were encountered: