Hostname
geckahost.com
Last fetched
geckahost.com resolves to 2 IPv4 addresses operated by AS56055 in NC. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
geckahost.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 202.22.232.244 | 202.22.224.0/20 | AS56055 | — | NC |
| 202.22.232.245 | 202.22.224.0/20 | AS56055 | — | NC |
WHOIS identity
- Registrar
- iana:81
- Organization
- gecka
- Contact emails
Subdomains
7 observed subdomains of geckahost.com.
Web-graph footprint
Distinct hostnames that link to or from geckahost.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for geckahost.com.
| Mechanism | Target |
|---|---|
| SPF_A | geckahost.com |
| SPF_INCLUDE | _spf.geckahost.nc |
| SPF_IP | 202.22.232.244 |
| SPF_MX | geckahost.com |
Related pages
Pivot deeper into the graph from geckahost.com.
- IP · 202.22.232.244
- ASN · AS56055
- Registrar · iana:81
- Country · NC
- Email · 28c5cf59530085a14c7c378b671dbd9c-103394@contact.gandi.net
- TLD · .com
- Browse hostnames · ge…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "geckahost.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.