Cortex-Analyzers/analyzers/PhishTank/PhishTank_CheckURL.json
2018-03-02 11:18:54 +01:00

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
}
]
}