Hostname
gbsbf.com
Last fetched
gbsbf.com resolves to 6 IPv4 addresses operated by AS-HOSTINGER in MY. WHOIS lists iana:1636 as the registrar.
Nutrition Label
Resolution chain
gbsbf.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 145.79.24.32 | 145.79.24.0/21 | AS47583 | AS-HOSTINGER | MY |
| 145.79.29.56 | 145.79.24.0/21 | AS47583 | AS-HOSTINGER | MY |
| 179.61.189.189 | 179.61.189.0/24 | AS47583 | AS-HOSTINGER | SG |
| 185.170.199.179 | 185.170.198.0/23 | AS47583 | AS-HOSTINGER | LT |
| 77.37.48.115 | 77.37.48.0/24 | AS47583 | AS-HOSTINGER | SG |
| 77.37.55.171 | 77.37.54.0/23 | AS47583 | AS-HOSTINGER | LT |
WHOIS identity
- Registrar
- iana:1636
- Organization
- domain admin
- Contact emails
Subdomains
2 observed subdomains of gbsbf.com.
| Subdomain |
|---|
| mit.gbsbf.com |
| www.gbsbf.com |
Web-graph footprint
Distinct hostnames that link to or from gbsbf.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for gbsbf.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.flockmail.com |
| SPF_INCLUDE | spf.mx.hostinger.com |
Related pages
Pivot deeper into the graph from gbsbf.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gbsbf.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.