Skip to content

Hostname

gesta.cc

Last fetched

gesta.cc resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:303 as the registrar.

Nutrition Label

WHISPER CANON · gesta.ccRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/gesta.cc

Resolution chain

gesta.cc resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.89.242104.21.80.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.192.27172.67.192.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
86.107.32.18986.107.32.0/21AS52030IT

WHOIS identity

Registrar
iana:303
Organization
domain admin
Contact emails

Subdomains

20 observed subdomains of gesta.cc.

Web-graph footprint

Distinct hostnames that link to or from gesta.cc in the public web crawl.

7 sites link to this hostname.

25 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for gesta.cc.

MechanismTarget
SPF_Agesta.cc
SPF_IP46.28.5.137
SPF_IP86.107.32.189
SPF_IP93.95.216.122/24
SPF_MXgesta.cc

Related pages

Pivot deeper into the graph from gesta.cc.

Cypher and MCP

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

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