Cortex-Analyzers/analyzers/GoogleSafebrowsing/GoogleSafebrowsing.json
2017-05-12 07:32:59 +02:00

13 lines
427 B
JSON

{
"name": "GoogleSafebrowsing",
"author": "Nils Kuhnert, CERT-Bund",
"license": "AGPL-V3",
"url": "https://github.com/BSI-CERT-Bund/cortex-analyzers",
"version": "0.1",
"baseConfig": "GoogleSafebrowsing",
"config": {},
"description": "Check URLs and domain names against Google Safebrowsing",
"dataTypeList": ["url", "domain"],
"command": "GoogleSafebrowsing/safebrowsing_analyzer.py"
}