Skip to content

Hostname

addr.tools

Last fetched

addr.tools resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1861 as the registrar.

Nutrition Label

WHISPER CANON · addr.toolsRouting diversity2.4/10Peering density8.9/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency6.7/10Resolver footprint3.2/10canon.whisper.security/host/addr.tools

Resolution chain

addr.tools resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
116.203.95.251116.203.0.0/16AS24940DE
129.213.149.53129.213.144.0/21AS31898ORACLE-BMC-31898 - Oracle CorporationUS

WHOIS identity

Registrar
iana:1861
Organization
contact privacy inc. customer 7151571251
Contact emails

Subdomains

68 observed subdomains of addr.tools.

Web-graph footprint

Distinct hostnames that link to or from addr.tools in the public web crawl.

18 sites link to this hostname.

10 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for addr.tools.

MechanismTarget
SPF_INCLUDE_spf.mx.cloudflare.net

Related pages

Pivot deeper into the graph from addr.tools.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "addr.tools"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.