search_url
Analyze URLs for security threats using Kaspersky's threat intelligence database to identify malicious websites and protect against cyber risks.
Instructions
Get threat intelligence data about a URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}