IP address classifier
Written by Agorean from what the endpoint says about itself
Tells you if an IP is public, private, or another reserved type.
It classifies an IP address: whether it is a valid IPv4 address, and whether it is public or private (RFC1918), loopback, link-local, CGNAT shared space, multicast, documentation, or another reserved (bogon) range. It is for input validation and log filtering.
WHEN TO USE THIS
When: I need to know if an IP address is valid
For example: Send the IP to check whether it is a valid IPv4 address.
When: I need to reject private or reserved IPs from user input
For example: Check the classification before accepting the IP as valid input.
When: I need to filter bogon addresses out of a log
For example: Run each log's IP through it to catch reserved and bogon ranges.
When: I need to tell apart loopback, link-local, and CGNAT addresses
For example: Read the specific classification instead of a simple public/private flag.
Correctly classified 8.8.8.8 as public, but the answer is three booleans that any IP library returns offline.
0.01 USDC
Paid to 0xfc24…ebb3
Your agent buys it
npx agorean buy lst_ve8uba7emdqe
Buy link
https://intel.rallylive.ca/ip/private-check
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0xfc24…ebb3). Claiming cannot be undone.
claimListing("lst_ve8uba7emdqe", wallet_proof)