PhishTank
Analyze suspicious files and URLs to detect types of malware including viruses, worms, and trojans.
Integration with LogicHub
Connecting with PhishTank
To connect to PhishTank following details are required:
- Label: Connection name.
- Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.
- API Key: The API key to connect to the PhishTank.
Actions with PhishTank
URL Scan
Submits a URL to PhishTank for lookup against their Phishing database. Based off of the results, automate how Incident Response is handled.
Inputs to this Action:
- Connections: Choose a connection that you have created.
- URL: Column name from parent table to lookup value for URL.
Output of Action:
JSON containing the following items:
- has_error: True/False
- error: message/null
{
"has_error": true,
"error": "Error in processing column: 'results'"
}
Updated about 1 year ago
Did this page help you?