Hostname
golisbon.com
Last fetched
golisbon.com resolves to 2 IPv4 addresses operated by GOOGLE-2 - Google LLC in NL. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
golisbon.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 |
|---|---|---|---|---|
| 35.214.130.155 | 35.214.128.0/17 | AS19527 | GOOGLE-2 - Google LLC | NL |
| 35.214.245.82 | 35.214.128.0/17 | AS19527 | GOOGLE-2 - Google LLC | NL |
WHOIS identity
- Registrar
- iana:146
- Organization
- ******** ******** (see notes section below on how to view unmasked data)
- Contact emails
Subdomains
1 observed subdomain of golisbon.com.
| Subdomain |
|---|
| www.golisbon.com |
Web-graph footprint
Distinct hostnames that link to or from golisbon.com in the public web crawl.
558 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for golisbon.com.
| Mechanism | Target |
|---|---|
| SPF_A | golisbon.com |
| SPF_INCLUDE | golisbon.com.spf.auto.dnssmarthost.net |
| SPF_MX | golisbon.com |
Related pages
Pivot deeper into the graph from golisbon.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "golisbon.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.