Skip to content
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

Closed
CyberAbwehr opened this issue Feb 8, 2024 · 3 comments
Closed

Bug Yeti Connector is not working #2120

CyberAbwehr opened this issue Feb 8, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@CyberAbwehr
Copy link

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

  1. OS: Ubuntu 22.04 LTS
  2. IntelOwl version: v5.2.3
  3. YETI: 2.1.3

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/"

@CyberAbwehr CyberAbwehr added the bug Something isn't working label Feb 8, 2024
@mlodic
Copy link
Member

mlodic commented Feb 8, 2024

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 . I think that maybe just few little things are required to be changed. I don't see many information in their official docs here though

@CyberAbwehr
Copy link
Author

CyberAbwehr commented Feb 8, 2024 via email

@mlodic
Copy link
Member

mlodic commented May 14, 2024

superseded by #2309

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants