Skip to content

Hostname

gecka.com

Last fetched

gecka.com resolves to 1 IPv4 address operated by AS56055 in NC. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · gecka.comRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint8.2/10canon.whisper.security/host/gecka.com

Resolution chain

gecka.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
202.22.232.244202.22.224.0/20AS56055NC

WHOIS identity

Registrar
iana:81
Organization
gecka
Contact emails

Subdomains

2 observed subdomains of gecka.com.

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for gecka.com.

MechanismTarget
SPF_Agecka.com
SPF_INCLUDE_spf.geckahost.nc
SPF_IP202.22.232.244
SPF_MXgecka.com

Related pages

Pivot deeper into the graph from gecka.com.

Cypher and MCP

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

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