mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-07 01:25:21 +00:00
21 lines
552 B
JSON
21 lines
552 B
JSON
{
|
|
"name": "PhishTank_CheckURL",
|
|
"version": "2.1",
|
|
"author": "Eric Capuano",
|
|
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
|
|
"license": "AGPL-V3",
|
|
"description": "Use PhishTank to check if a URL is a verified phishing site.",
|
|
"dataTypeList": ["url"],
|
|
"baseConfig": "PhishTank",
|
|
"command": "PhishTank/phishtank_checkurl.py",
|
|
"configurationItems": [
|
|
{
|
|
"name": "key",
|
|
"description": "Define the API Key",
|
|
"type": "string",
|
|
"multi": false,
|
|
"required": true
|
|
}
|
|
]
|
|
}
|