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
It's analyzing documents well but when I try .exe (tht will go to manalyze - i pull dokcerised version not localy)
TheHive output
"errorMessage": "Invalid output\nTraceback (most recent call last):\n File \"FileInfo/fileinfo_analyzer.py\", line 76, in <module>\n FileInfoAnalyzer().run()\n File \"FileInfo/fileinfo_analyzer.py\", line 64, in run\n module_results = module.analyze_file(self.filepath)\n File \"/opt/cortex/analyzers/FileInfo/submodules/submodule_manalyze.py\", line 137, in analyze_file\n results = self.run_docker_manalyze(path)\n File \"/opt/cortex/analyzers/FileInfo/submodules/submodule_manalyze.py\", line 60, in run_docker_manalyze\n ], stdout=subprocess.PIPE)\n File \"/usr/lib/python3.6/subprocess.py\", line 403, in run\n with Popen(*popenargs, **kwargs) as process:\n File \"/usr/lib/python3.6/subprocess.py\", line 709, in __init__\n restore_signals, start_new_session)\n File \"/usr/lib/python3.6/subprocess.py\", line 1344, in _execute_child\n raise child_exception_type(errno_num, err_msg, err_filename)\nFileNotFoundError: [Errno 2] No such file or directory: 'docker': 'docker'\n",
"input": null,
"success": false,
"artifacts": []
}
Cortex job error
Invalid output
Traceback (most recent call last):
File "FileInfo/fileinfo_analyzer.py", line 76, in <module>
FileInfoAnalyzer().run()
File "FileInfo/fileinfo_analyzer.py", line 64, in run
module_results = module.analyze_file(self.filepath)
File "/opt/cortex/analyzers/FileInfo/submodules/submodule_manalyze.py", line 137, in analyze_file
results = self.run_docker_manalyze(path)
File "/opt/cortex/analyzers/FileInfo/submodules/submodule_manalyze.py", line 60, in run_docker_manalyze
], stdout=subprocess.PIPE)
File "/usr/lib/python3.6/subprocess.py", line 403, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.6/subprocess.py", line 709, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.6/subprocess.py", line 1344, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'docker': 'docker'
The text was updated successfully, but these errors were encountered:
I'll close this as it'll not work.
It'll not work as Cortex is already in docker so "docker run" cannot work. I'll install manalyze inside docker container through Dockerfile.
Hi,
Anyone else have issues with FileInfo 5.0
It's analyzing documents well but when I try .exe (tht will go to manalyze - i pull dokcerised version not localy)
TheHive output
Cortex job error
The text was updated successfully, but these errors were encountered: