mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-07 01:25:21 +00:00
15 lines
424 B
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"
|
|
}
|