bl_check_dnsbl
Check if an IP is listed on DNS-based blocklists (DNSBL/RBL). Queries multiple lists in parallel and returns status and reason for each, helping identify spam or malicious IPs.
Instructions
Check an IP address against multiple DNS-based blocklists (DNSBL/RBL). Reverses the IP and queries each blocklist in parallel. Returns per-list result with listing status and reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IPv4 address to check against blocklists (e.g. '192.168.1.1') | |
| lists | No | Specific DNSBL list domains to check. If omitted, checks all known IP-based blocklists. |