MCP tool · Diagnostics
check_ip_blocked
Check whether one specific IP address is blocked by the node's firewalls — CSF, Imunify360, or the DirectAdmin brute-force blacklist — and why.
check_ip_blocked
Read-onlyIdempotent
Description
Check whether one specific IP address is blocked by the node's firewalls — CSF, Imunify360, or the DirectAdmin brute-force blacklist — and why. It reports only the IP you pass and never lists or enumerates the blocklist. To unblock an address afterwards use whitelist_ip. Imunify360 is not installed on every node; when it is absent the answer is CSF and DirectAdmin only, noted in the response rather than reported as an error.
Input
| Name | Type | Description |
|---|---|---|
ip
required
|
string | The single IPv4 or IPv6 address to check. Only this address is reported on; the blocklist is never enumerated. |
input
|
string |
A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.
|