You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to authenticate with Censys analyzer but it shows that I don't provide a proper credentials.
I did provide a proper credential which is both uid and secret_key collected from Censys-My Account but when I run analyzer within Thehive, it shows:
I did change the version of Censys to 2.x.x and the credential is working well but it shows another error:
"Traceback (most recent call last): File "/opt/Cortex-Analyzers/analyzers/Censys/censys_analyzer.py", line 5, in from censys.ipv4 import CensysIPv4ModuleNotFoundError: No module named 'censys.ipv4''"
I think the problem is that censys.ipv4 is deprecate so we need to make some changes on the analyzer code.
What I do to
Steps to Reproduce
Enable Cencys analyzer on Cortex with uid-key corresponding to Censys Account
Go to Thehive and create an Observable
Fill out the requirement field with Type is IP and choose Create observable.
Choose the Observable and run analyzer Censys.
The text was updated successfully, but these errors were encountered:
Cortex Censys Analyzer failed to authenticate
Work Environment
Problem Description
I try to authenticate with Censys analyzer but it shows that I don't provide a proper credentials.
I did provide a proper credential which is both uid and secret_key collected from Censys-My Account but when I run analyzer within Thehive, it shows:
{
"errorMessage": "Censys raised NotAuthorizedException. Please check your credentials.",
"success": false
}
I did change the version of Censys to 2.x.x and the credential is working well but it shows another error:
"Traceback (most recent call last): File "/opt/Cortex-Analyzers/analyzers/Censys/censys_analyzer.py", line 5, in from censys.ipv4 import CensysIPv4ModuleNotFoundError: No module named 'censys.ipv4''"
I think the problem is that censys.ipv4 is deprecate so we need to make some changes on the analyzer code.
What I do to
Steps to Reproduce
The text was updated successfully, but these errors were encountered: