Hostname
thegosolution.com
Last fetched
thegosolution.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
thegosolution.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:48
- Organization
- godish_com
- Contact emails
Subdomains
14 observed subdomains of thegosolution.com.
Web-graph footprint
Distinct hostnames that link to or from thegosolution.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for thegosolution.com.
| Mechanism | Target |
|---|---|
| SPF_A | thegosolution.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 12.237.18.196/32 |
| SPF_IP | 12.97.50.2/32 |
| SPF_IP | 12.97.50.3/32 |
| SPF_IP | 12.97.50.4/32 |
| SPF_IP | 12.97.50.40/32 |
| SPF_IP | 12.97.50.6/32 |
| SPF_IP | 12.97.50.8/32 |
| SPF_IP | 198.37.147.129/32 |
| SPF_IP | 72.29.120.251/32 |
| SPF_MX | thegosolution.com |
Related pages
Pivot deeper into the graph from thegosolution.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thegosolution.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.