get_ssl_info
Retrieve SSL certificate details for a specific domain to assess security configurations and identify potential vulnerabilities, leveraging the Shodan API for comprehensive cybersecurity insights.
Instructions
Get SSL certificate information for a domain
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes | Domain name to look up SSL certificates for (e.g., example.com) |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"description": "Domain name to look up SSL certificates for (e.g., example.com)",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}