-
Notifications
You must be signed in to change notification settings - Fork 246
Closed
Labels
Description
Request Type
Bug
Work Environment
Question | Answer |
---|---|
OS version (server) | RedHat 6.9 |
OS version (client) | N/A |
Cortex version / git hash | 1.1.4 |
Package Type | RPM |
Browser type & version | N/A |
Problem Description
Analyzer File_Info erroring out processing a file
Steps to Reproduce
1.Opened up file_info analyzer on the cortex
2. Selected TLP:White Data Type:File then put a file with a sample trojan inside.
3.{
"errorMessage": "Unexpected Error: 'module' object has no attribute 'hash_file'",
"input": {
"tlp": 0,
"dataType": "file",
"content-type": "application/pdf",
"filename": "secured document.pdf",
"file": "/tmp/cortex-4878520860249705835-datafile",
"config": {
"max_tlp": 3,
"check_tlp": false,
"service": ""
}
},
"success": false
}