mirror of https://github.com/MISP/misp-modules
* Fix for @chrisr3d - [joesandbox_query] Changed the import_pe param to `import_executable`
parent
9779a30337
commit
f73b961330
|
@ -21,7 +21,7 @@ def handler(q=False):
|
|||
apiurl = request['config'].get('apiurl') or 'https://jbxcloud.joesecurity.org/api'
|
||||
apikey = request['config'].get('apikey')
|
||||
parser_config = {
|
||||
"import_pe": request["config"].get('import_executable', "false") == "true",
|
||||
"import_executable": request["config"].get('import_executable', "false") == "true",
|
||||
"mitre_attack": request["config"].get('import_mitre_attack', "false") == "true",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue