Malware & Phishing Check
security.threatintel.malwareCheck if a domain is associated with malware, phishing, or other threats. Returns a safe score (0-100) and detailed warnings for URL safety verification.
Instructions
Check if a domain is associated with malware, phishing, or other threats. Returns safe score (0-100) and detailed warning descriptions. Use for URL safety verification before agent navigation (Threat Intelligence Platform)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name to check for malware and phishing (e.g. "example.com"). Returns safe score 0-100 and warning details |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |