Lookup hosted domains by IP
documentedQuery hosted domain names for a given IP via domains.ip2whois.com/domains.
GET /domainsHosted Domainno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl 'https://domains.ip2whois.com/domains?ip={{$ip}}&format={{$format}}&page={{$page}}' \
-X GET \
-H 'Authorization: Bearer {{IP2LOCATION_API_KEY}}' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json'