Skip to content

Hostname

thekitchen.io

Last fetched

thekitchen.io resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in NL. WHOIS lists iana:269 as the registrar.

Nutrition Label

WHISPER CANON · thekitchen.ioRouting diversity2.4/10Peering density6.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/thekitchen.io

Resolution chain

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

IPPrefixASNOperatorCountry
178.62.194.200178.62.192.0/18AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCNL
94.231.103.10094.231.96.0/20AS48854DK

WHOIS identity

Registrar
iana:269
Organization
Contact emails

Subdomains

1 observed subdomain of thekitchen.io.

Web-graph footprint

Distinct hostnames that link to or from thekitchen.io in the public web crawl.

63 sites link to this hostname.

75 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from thekitchen.io.

Cypher and MCP

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

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