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] #552

Closed
syloktools opened this issue Oct 22, 2019 · 3 comments
Closed

[Bug] #552

syloktools opened this issue Oct 22, 2019 · 3 comments
Assignees
Labels
category:bug Issue is related to a bug scope:analyzer Issue is analyzer related
Milestone

Comments

@syloktools
Copy link
Contributor

Describe the bug
ProofPoint analyzer is not found when called.

To Reproduce
Steps to reproduce the behavior:

  1. Configure the ProofPoint Analyzer in Cortex
  2. Run a URL or other IOC against it
  3. then I get this:
[INFO] from org.thp.cortex.services.ErrorHandler in application-akka.actor.default-dispatcher-16 - GET /api/analyzer/ProofPoint_Lookup_1_0 returned 404

Expected behavior
Return results after successfully running the analyzer.

Complementary information
If applicable, add screenshots and any additional information that might help explain your problem.

@syloktools syloktools added the category:bug Issue is related to a bug label Oct 22, 2019
@syloktools
Copy link
Contributor Author

image

@syloktools
Copy link
Contributor Author

It is there and enabled. But when you pull all the analyzers if is not in the list.

curl --noproxy "*" -H 'Authorization: Bearer ****************************' 'https://*****************:9000/api/analyzer/ProofPoint_Lookup_1_0'
{"type":"NotFoundError","message":"worker ProofPoint_Lookup_1_0 not found"}

@jeromeleonard jeromeleonard self-assigned this Nov 15, 2019
@jeromeleonard jeromeleonard added the scope:analyzer Issue is analyzer related label Nov 15, 2019
@jeromeleonard jeromeleonard added this to the 2.2.1 milestone Nov 15, 2019
@jeromeleonard
Copy link
Contributor

Hi @robertnixon2003, this is due to the missing 'x' permissions on proofpoint_lookup.pyfile. Add it and refresh analyzers in the UI. I fix it.

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 scope:analyzer Issue is analyzer related
Projects
None yet
Development

No branches or pull requests

2 participants