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 wasn't able to run the analyzer. After looking at logs, I found:
2019-01-09 10:38:16,558 [INFO] from org.thp.cortex.services.JobSrv in application-analyzer-11 - Execute HIBP_Query/hibpquery_analyzer.py in /opt/Cortex-Analyzers/analyzers
2019-01-09 10:38:17,542 [INFO] from org.thp.cortex.services.JobSrv in application-akka.actor.default-dispatcher-12 - Job AWgxwxn21R5Fokoi3urL has finished with status Failure
2019-01-09 10:38:17,543 [INFO] from org.thp.cortex.services.AuditActor in application-akka.actor.default-dispatcher-8 - Job AWgxwxn21R5Fokoi3urL has be updated (JsDefined("Failure"))
A line with Execute HIBP_Query/hibpquery_analyzer.py point to wrong directory HIBP_Query.
Possible Solutions
Rename dir HIBP to HIBP_Query, or change "command": "HIBP_Query/hibpquery_analyzer.py" to "command": "HIBP/hibpquery_analyzer.py"
Thanks for this nice and helpful analyzer!
The text was updated successfully, but these errors were encountered:
Hi all!
I found an error while testing HIBP analyzer.
Request Type
Bug
Work Environment
N/A
Description
I wasn't able to run the analyzer. After looking at logs, I found:
A line with
Execute HIBP_Query/hibpquery_analyzer.py
point to wrong directory HIBP_Query.Possible Solutions
Rename dir HIBP to HIBP_Query, or change
"command": "HIBP_Query/hibpquery_analyzer.py"
to"command": "HIBP/hibpquery_analyzer.py"
Thanks for this nice and helpful analyzer!
The text was updated successfully, but these errors were encountered: