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
PyMISP is based on requests which allows setting the proxies using the environment variables HTTP_PROXY and HTTPS_PROXY - they are set by the Analyzer base class, so I'm wondering where the proxy addresses are lost on the way.
Cortex-Analyzer - MISP-plugin without proxy support/recognition
Request Type
Bug / Analyzer
Work Environment
behind proxy with basic auth
Description
The MISP Analyzer in its current version does not support request via proxy even if the proxy-variable in the application.conf is set globally.
Steps to Reproduce
}
2. Configure MISP-Credentials according to docu (url, key, name)
3. Run MISP plugin via webgui
4. Result = failed because of proxy
Possible Solutions
Change
@Line69
Complementary information
I'm no python programmer, there might be other (better) solutions to implement this and exception handling is missing as well.
The text was updated successfully, but these errors were encountered: