Hostname
gesa.com
Last fetched
gesa.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
gesa.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:146
- Organization
- ******** ******** (see notes section below on how to view unmasked data)
- Contact emails
Subdomains
65 observed subdomains of gesa.com.
Showing 25 of 65. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gesa.com in the public web crawl.
311 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for gesa.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _forwarders.gesa.com |
| SPF_INCLUDE | _thirdparty.gesa.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfhost.messageprovider.com |
| SPF_IP | 139.138.35.171 |
| SPF_IP | 139.138.39.164 |
| SPF_IP | 216.182.86.17/32 |
| SPF_IP | 216.229.177.253 |
| SPF_IP | 216.229.177.254 |
| SPF_IP | 75.141.8.131 |
| SPF_IP | 75.141.8.132 |
| SPF_IP | 75.141.8.33 |
| SPF_IP | 75.141.8.34 |
Related pages
Pivot deeper into the graph from gesa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gesa.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.