Skip to content

Hostname

kito.com

Last fetched

kito.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1485 as the registrar.

Nutrition Label

WHISPER CANON · kito.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/kito.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.33.130104.21.32.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.145.49172.67.144.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:1485
Organization
kito corporation
Contact emails

Subdomains

13 observed subdomains of kito.com.

Web-graph footprint

Distinct hostnames that link to or from kito.com in the public web crawl.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for kito.com.

MechanismTarget
SPF_INCLUDE_spf.attovas.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEaspmx.pardot.com
SPF_INCLUDEspf-00a6c801.pphosted.com
SPF_INCLUDEspf.baremetal.jp
SPF_INCLUDEspf.protection.outlook.com
SPF_IP18.177.38.172
SPF_IP54.238.58.93

Related pages

Pivot deeper into the graph from kito.com.

Cypher and MCP

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

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