CheckPhish AI
Version: 2.0.0
CheckPhish uses deep learning, computer vision, and NLP to mimic how a person would look at, understand, and draw a verdict on a suspicious website.
Connect CheckPhish AI with LogicHub
- Navigate to Automations > Integrations.
- Search for CheckPhish AI.
- Click Details, then the + icon. Enter the required information in the following fields.
- Label: Enter a 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.
- Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).
- Remote Agent: Run this integration using the LogicHub Remote Agent.
- API Token: Token required for authentication with CheckPhish AI APIs.
- After you've entered all the details, click Connect.
Actions for CheckPhish AI
Submit URL for Scan
Use this action to submit the URL for the scan.
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
Input Name | Description | Required |
---|---|---|
URL | Jinja-template text containing URL. Example: {{url_column}}. | Required |
Output
A JSON object containing multiple rows of result:
{
"jobID":"fcd10412-4ea2-4fe0-9e6b-2c5380d1d3c0",
"timestamp":1627994223039,
"error":null,
"has_error":false
}
Check Scan Status
Use this action to check the scan status.
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
Input Name | Description | Required |
---|---|---|
Job ID | Jinja-templated text containing Job ID. Example: {{job_id_column}}. | Required |
Insights | Please select insights. (Default value is True). | Required |
Output
A JSON object containing multiple rows of result:
{
"screenshot_path":"https://bst-prod-screenshots.s3-us-west-2.amazonaws.com/20210803/7636050a132a770ebb1407a64f7476617a185b442a19cb82915474ff977ff1a9.png",
"url":"http://https/",
"disposition":"clean",
"insights":"https://checkphish.ai/insights/url/1627972283169/7636050a132a770ebb1407a64f7476617a185b442a19cb82915474ff977ff1a9",
"job_id":"b3f39327-9fc9-436f-a6e9-62bff35881e7",
"brand":"unknown",
"has_error":false,
"error":null,
"resolved":false,
"status":"DONE",
"url_sha256":"7636050a132a770ebb1407a64f7476617a185b442a19cb82915474ff977ff1a9"
}
Release Notes
v2.0.0
- Updated architecture to support IO via filesystem
Updated about 1 year ago