Skip to content

Hostname

ghttanzania.com

Last fetched

ghttanzania.com resolves to 2 IPv4 addresses operated by AKAMAI-LINODE-AP - Akamai Connected Cloud in DE. WHOIS lists iana:4326 as the registrar.

Nutrition Label

WHISPER CANON · ghttanzania.comRouting diversity2.4/10Peering density5.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint9.0/10canon.whisper.security/host/ghttanzania.com

Resolution chain

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

IPPrefixASNOperatorCountry
172.236.205.188172.242.12.0/24AS63949AKAMAI-LINODE-AP - Akamai Connected CloudDE
34.42.100.7134.65.32.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS

WHOIS identity

Registrar
iana:4326
Organization
domain admin
Contact emails

Threat posture

History

Mail and authentication

MX records

SPF policy

1 SPF mechanism authorising senders for ghttanzania.com.

MechanismTarget
SPF_MXghttanzania.com

Related pages

Pivot deeper into the graph from ghttanzania.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "ghttanzania.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.