get_abuse_contact
Look up abuse contact information for any IP address to report malicious activity. Returns email, phone, and address details for responsible parties.
Instructions
Get abuse contact information for an IP address.
Args: ip: IP address to lookup
Returns: Abuse contact details including email, phone, and address.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ip | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ip": {
"title": "Ip",
"type": "string"
}
},
"required": [
"ip"
],
"type": "object"
}