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

DomainTools Analyzer Risk is broken. Gives authentication errors #338

Closed
syloktools opened this issue Sep 5, 2018 · 1 comment
Closed

Comments

@syloktools
Copy link
Contributor

From Cortex I receive this error: Researching onln[.]us:

{
  "errorMessage": "An authorization error occurred",
  "input": <redacted>
  "success": false
}

From command line I get:

domaintools risk onln.us
{
    "response": {
        "domain": "onln.us",
        "components": [
            {
                "risk_score": 53,
                "name": "proximity"
            },
            {
                "risk_score": 87,
                "name": "threat_profile"
            },
            {
                "risk_score": 87,
                "name": "threat_profile_phishing"
            },
            {
                "risk_score": 86,
                "name": "threat_profile_malware"
            },
            {
                "risk_score": 0,
                "name": "threat_profile_spam"
            }
        ],
        "risk_score": 87
    }
}
@syloktools
Copy link
Contributor Author

This was an issue on the DomainTools side. They fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant