Hostname
gea-tech.com
Last fetched
gea-tech.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
gea-tech.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:69
- Organization
- elena lospinoso
- Contact emails
Subdomains
16 observed subdomains of gea-tech.com.
Web-graph footprint
Distinct hostnames that link to or from gea-tech.com in the public web crawl.
21 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for gea-tech.com.
| Mechanism | Target |
|---|---|
| SPF_A | gea-tech.com |
| SPF_IP | 109.233.127.32/32 |
| SPF_IP | 149.202.168.198/32 |
| SPF_IP | 158.69.71.133/32 |
| SPF_IP | 167.114.252.136 |
| SPF_IP | 2001:41d0:2:d891:0:0:0:1 |
| SPF_IP | 46.105.100.57 |
| SPF_IP | 5.135.136.160 |
| SPF_IP | 51.75.145.167/32 |
| SPF_MX | gea-tech.com |
Related pages
Pivot deeper into the graph from gea-tech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gea-tech.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.