search_domain
Analyze web domains for security threats using Kaspersky's threat intelligence data to identify potential risks and malicious activity.
Instructions
Get threat intelligence data about a web domain
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "Domain",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}