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
2020-03-04 22:11:37,776 [INFO] from org.thp.cortex.services.AuditActor in application-akka.actor.default-dispatcher-87 - Job AXCnmqjWXsbgdWPRkHNu has be updated (JsDefined("InProgress"))
2020-03-04 22:11:37,776 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in application-akka.actor.default-dispatcher-83 - Execute /opt/Cortex-Analyzers/analyzers/Yeti/yeti.py in /opt/Cortex-Analyzers/analyzers, timeout is 30 minutes
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: Traceback (most recent call last):
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: File "/opt/Cortex-Analyzers/analyzers/Yeti/yeti.py", line 3, in
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: import pyeti
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: ModuleNotFoundError: No module named 'pyeti'
2020-03-04 22:11:38,785 [INFO] from org.thp.cortex.services.JobSrv in application-akka.actor.default-dispatcher-87 - Job AXCnmqjWXsbgdWPRkHNu has finished with status Failure
2020-03-04 22:11:38,785 [INFO] from org.thp.cortex.services.AuditActor in application-akka.actor.default-dispatcher-87 - Job AXCnmqjWXsbgdWPRkHNu has be updated (JsDefined("Failure"))
To Reproduce
Steps to reproduce the behavior:
emable yeti analyzer
create new analysis
Expected behavior
A clear and concise description of what you expected to happen.
Return hit from yeti
Complementary information
If applicable, add screenshots and any additional information that might help explain your problem.
2020-03-04 22:11:37,776 [INFO] from org.thp.cortex.services.AuditActor in application-akka.actor.default-dispatcher-87 - Job AXCnmqjWXsbgdWPRkHNu has be updated (JsDefined("InProgress"))
2020-03-04 22:11:37,776 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in application-akka.actor.default-dispatcher-83 - Execute /opt/Cortex-Analyzers/analyzers/Yeti/yeti.py in /opt/Cortex-Analyzers/analyzers, timeout is 30 minutes
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: Traceback (most recent call last):
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: File "/opt/Cortex-Analyzers/analyzers/Yeti/yeti.py", line 3, in
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: import pyeti
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: ModuleNotFoundError: No module named 'pyeti'
2020-03-04 22:11:38,785 [INFO] from org.thp.cortex.services.JobSrv in application-akka.actor.default-dispatcher-87 - Job AXCnmqjWXsbgdWPRkHNu has finished with status Failure
2020-03-04 22:11:38,785 [INFO] from org.thp.cortex.services.AuditActor in application-akka.actor.default-dispatcher-87 - Job AXCnmqjWXsbgdWPRkHNu has be updated (JsDefined("Failure"))
Work environment
Client OS: windows
Server OS: ubuntu 18.04
Browse type and version: chrome
Cortex version: Version 80.0.3987.122 (Official Build) (64-bit)
Cortex Analyzer/Responder name: yeti
Cortex Analyzer/Responder version: latest
Possible solutions
If applicable, indicate possible solutions to the problem.
add pip install pyeti within docker.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@asucrews probably the error was that the docker was installing pyeti library for python2 while the analyzer was running python3.
Can you please check if the proposed fix resolve it?
Describe the bug
Looks like docker image pip installing pyeti
2020-03-04 22:11:37,776 [INFO] from org.thp.cortex.services.AuditActor in application-akka.actor.default-dispatcher-87 - Job AXCnmqjWXsbgdWPRkHNu has be updated (JsDefined("InProgress"))
2020-03-04 22:11:37,776 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in application-akka.actor.default-dispatcher-83 - Execute /opt/Cortex-Analyzers/analyzers/Yeti/yeti.py in /opt/Cortex-Analyzers/analyzers, timeout is 30 minutes
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: Traceback (most recent call last):
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: File "/opt/Cortex-Analyzers/analyzers/Yeti/yeti.py", line 3, in
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: import pyeti
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: ModuleNotFoundError: No module named 'pyeti'
2020-03-04 22:11:38,785 [INFO] from org.thp.cortex.services.JobSrv in application-akka.actor.default-dispatcher-87 - Job AXCnmqjWXsbgdWPRkHNu has finished with status Failure
2020-03-04 22:11:38,785 [INFO] from org.thp.cortex.services.AuditActor in application-akka.actor.default-dispatcher-87 - Job AXCnmqjWXsbgdWPRkHNu has be updated (JsDefined("Failure"))
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Return hit from yeti
Complementary information
If applicable, add screenshots and any additional information that might help explain your problem.
2020-03-04 22:11:37,776 [INFO] from org.thp.cortex.services.AuditActor in application-akka.actor.default-dispatcher-87 - Job AXCnmqjWXsbgdWPRkHNu has be updated (JsDefined("InProgress"))
2020-03-04 22:11:37,776 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in application-akka.actor.default-dispatcher-83 - Execute /opt/Cortex-Analyzers/analyzers/Yeti/yeti.py in /opt/Cortex-Analyzers/analyzers, timeout is 30 minutes
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: Traceback (most recent call last):
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: File "/opt/Cortex-Analyzers/analyzers/Yeti/yeti.py", line 3, in
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: import pyeti
2020-03-04 22:11:37,859 [INFO] from org.thp.cortex.services.ProcessJobRunnerSrv in Thread-38 - Job AXCnmqjWXsbgdWPRkHNu: ModuleNotFoundError: No module named 'pyeti'
2020-03-04 22:11:38,785 [INFO] from org.thp.cortex.services.JobSrv in application-akka.actor.default-dispatcher-87 - Job AXCnmqjWXsbgdWPRkHNu has finished with status Failure
2020-03-04 22:11:38,785 [INFO] from org.thp.cortex.services.AuditActor in application-akka.actor.default-dispatcher-87 - Job AXCnmqjWXsbgdWPRkHNu has be updated (JsDefined("Failure"))
Work environment
Possible solutions
If applicable, indicate possible solutions to the problem.
add pip install pyeti within docker.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: