Cortex-Analyzers/analyzers/File_Info/File_Info.json

15 lines
424 B
JSON

{
"name": "File_Info",
"version": "1.0",
"config": {
"check_tlp": false,
"max_tlp": 3,
"service": ""
},
"description": "Parse files in several formats such as OLE and OpenXML to detect VBA macros, extract their source code, generate useful information on PE, PDF files and much more.",
"dataTypeList": [
"file"
],
"command": "File_Info/fileinfo_analyzer.py"
}