Hostname
i80gold.com
Last fetched
i80gold.com resolves to 1 IPv4 address operated by AS16276 in CA. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
i80gold.com 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 |
|---|---|---|---|---|
| 148.113.214.136 | 148.129.4.0/24 | AS16276 | — | CA |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
1 observed subdomain of i80gold.com.
| Subdomain |
|---|
| www.i80gold.com |
Web-graph footprint
Distinct hostnames that link to or from i80gold.com in the public web crawl.
82 sites link to this hostname.
24 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for i80gold.com.
| Mechanism | Target |
|---|---|
| SPF_A | i80gold.com |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.ess.ca.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 207.67.44.189/32 |
| SPF_IP | 216.211.29.39/32 |
| SPF_IP | 3.145.232.16/32 |
| SPF_IP | 64.132.201.93/32 |
| SPF_IP | 74.203.211.13/32 |
| SPF_MX | i80gold.com |
Related pages
Pivot deeper into the graph from i80gold.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "i80gold.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.