Skip to content

Hostname

toothly.ai

Last fetched

toothly.ai resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in OM. WHOIS lists registrar:namecheap as the registrar.

Nutrition Label

WHISPER CANON · toothly.aiRouting diversity2.4/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/toothly.ai

Resolution chain

toothly.ai resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.161.104.1143.161.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.OM
3.161.104.1253.161.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.OM
3.161.104.463.161.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.OM
3.161.104.953.161.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.OM
52.85.65.11452.85.64.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
52.85.65.12552.85.64.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
52.85.65.352.85.64.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
52.85.65.3252.85.64.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
registrar:namecheap
Organization
privacy service provided by withheld for privacy ehf
Contact emails

Web-graph footprint

Distinct hostnames that link to or from toothly.ai in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for toothly.ai.

MechanismTarget
SPF_INCLUDEspf.privateemail.com

Related pages

Pivot deeper into the graph from toothly.ai.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "toothly.ai"})-[: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.