Qualys SSL
Verify the reputation of a URL's SSL certificates.
Integration with LogicHub
Connecting with Qualys SSL
To connect to Qualys SSL 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.
Actions with Qualys SSL
URL Scan
Submits a URL to Qualys for lookup reputation of SSL certificates. 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: 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": "No response from Qualys SSL for: https://"
}
Updated about 1 year ago
Did this page help you?