Skip to content

Hostname

geechs.com

Last fetched

geechs.com resolves to 5 IPv4 addresses operated by NCJ-NET NHN Cloud Japan Corporation in JP. WHOIS lists iana:49 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
133.223.67.57133.223.67.0/24AS151386NCJ-NET NHN Cloud Japan CorporationJP
18.244.179.10818.244.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
18.244.179.11218.244.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
18.244.179.3118.244.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
18.244.179.418.244.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

Registrar
iana:49
Organization
geechs
Contact emails

Subdomains

2 observed subdomains of geechs.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for geechs.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.mxhero.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEaspmx.pardot.com
SPF_INCLUDEmktomail.com
SPF_IP210.149.144.41
SPF_IP52.68.253.249
SPF_IP54.199.135.68
SPF_IP54.64.198.17
SPF_IP54.65.124.47
SPF_IP54.65.173.41
SPF_IP54.65.62.85

Related pages

Pivot deeper into the graph from geechs.com.

Cypher and MCP

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

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