mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-08 01:48:53 +00:00
13 lines
344 B
JSON
13 lines
344 B
JSON
{
|
|
"name": "Yara",
|
|
"author": "Nils Kuhnert, CERT-Bund",
|
|
"license": "AGPL-V3",
|
|
"url": "https://github.com/BSI-CERT-Bund/cortex-analyzers",
|
|
"version": "2.0",
|
|
"baseConfig": "Yara",
|
|
"config": {},
|
|
"description": "Check files against YARA rules.",
|
|
"dataTypeList": ["file"],
|
|
"command": "Yara/yara_analyzer.py"
|
|
}
|