-
Notifications
You must be signed in to change notification settings - Fork 385
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
Autofocus analyzer v1 #473
Autofocus analyzer v1 #473
Conversation
Hello @amr-cossi Thanks for the PR, we are reviewing it. Is it possible to add a PR for https://github.com/TheHive-Project/CortexDocs/blob/master/analyzer_requirements.md |
Yes I'll do it. |
Hello @amr-cossi, Do you have any idea about this issue pls (#612 (comment)) ? Made some tests with the lib on my side (without valid api key). I received the same error message
Sounds like the value of the key is never read by the library. |
Hi, import os
os.environ["AUTOFOCUS_APIKEY"] = "blah"
from autofocus import AFSample, AFConnectionActivity, AFUserAgentFragment, AFRelatedMacro, AutoFocusAPI
AFSample.get("9040e9fda52931c9472c90ecad5b74295cdb9cf7b68e2b89219700f6a8bff5ac") The environment variable has to be set before the import. |
thanks for your quick reply. ok :( It looks tricky to pass the configuration of the analyzer from Cortex to the program in this case. |
#472