Hostname
gbpi.net
Last fetched
gbpi.net resolves to 1 IPv4 address operated by AS13213 in US. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
gbpi.net resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 173.255.131.119 | 174.0.40.0/22 | AS13213 | — | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- gbpi it
- Contact emails
Subdomains
52 observed subdomains of gbpi.net.
Showing 25 of 52. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gbpi.net in the public web crawl.
13 sites link to this hostname.
35 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for gbpi.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.snwlhosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 152.4.111.17 |
| SPF_IP | 173.255.131.119 |
| SPF_IP | 208.105.186.180 |
| SPF_IP | 216.227.89.130 |
| SPF_IP | 216.227.89.132 |
| SPF_IP | 216.58.235.38 |
| SPF_IP | 24.103.197.122 |
| SPF_IP | 40.143.93.84 |
| SPF_IP | 98.142.82.20 |
Related pages
Pivot deeper into the graph from gbpi.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gbpi.net"})-[: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.