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] OTXQuery_2_0 analyzer does not work #850

Closed
lukaszrzasik opened this issue Sep 11, 2020 · 2 comments
Closed

[Bug] OTXQuery_2_0 analyzer does not work #850

lukaszrzasik opened this issue Sep 11, 2020 · 2 comments
Labels
category:bug Issue is related to a bug
Milestone

Comments

@lukaszrzasik
Copy link
Contributor

Describe the bug
OTXQuery_2_0 analyzer does not work after switching to python3.

To Reproduce
Steps to reproduce the behavior:

  1. Configure OTXQuery_2_0 analyzer
  2. Click New Analysis
  3. Choose data type: ip
  4. Put '8.8.8.8' into Data field
  5. Mark OTXQuery_2_0 analyzer in the list of Analyzers.
  6. Click Start

Expected behavior
A successful result from the analyzer.

Actual behaviour
The analyzer fails with the following error:
{
"errorMessage": "API Error! Please verify data type is correct.",
"input": "{"dataType":"ip","tlp":2,"data":"8.8.8.8","pap":2,"config":{"max_pap":2,"jobTimeout":30,"auto_extract_artifacts":false,"key":"REMOVED","check_pap":true,"proxy_http":null,"cacerts":null,"proxy_https":null,"max_tlp":2,"check_tlp":true,"jobCache":10},"message":"","parameters":{}}",
"success": false
}

@lukaszrzasik lukaszrzasik added the category:bug Issue is related to a bug label Sep 11, 2020
@lukaszrzasik
Copy link
Contributor Author

The issue is solved by this PR: #851

@dadokkio
Copy link
Contributor

Merged in develop. Thanks for the fix!

@dadokkio dadokkio added this to the 3.0.0 milestone Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bug Issue is related to a bug
Projects
None yet
Development

No branches or pull requests

2 participants