mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-08 01:48:53 +00:00
13 lines
427 B
JSON
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": "2.0",
|
|
"baseConfig": "GoogleSafebrowsing",
|
|
"config": {},
|
|
"description": "Check URLs and domain names against Google Safebrowsing",
|
|
"dataTypeList": ["url", "domain"],
|
|
"command": "GoogleSafebrowsing/safebrowsing_analyzer.py"
|
|
}
|