check_ip
Check an IP address's abuse history and reputation. Get a confidence score (0-100), ISP, country, usage type, and report count from AbuseIPDB.
Instructions
Check if an IP address has been reported for abusive behavior. Returns abuse confidence score (0-100), ISP, country, usage type, and report count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IPv4 or IPv6 address to check | |
| verbose | No | Include the last 10 individual abuse reports (default: false) | |
| max_age_in_days | No | Only include reports from the last N days (1-365, default: 90) |