Hostname
guam.net
Last fetched
guam.net resolves to 1 IPv4 address operated by AS3605 in GU. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
guam.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 |
|---|---|---|---|---|
| 202.128.30.2 | 202.128.16.0/20 | AS3605 | — | GU |
WHOIS identity
- Registrar
- iana:2
- Organization
- kuentos communications,
- Contact emails
Subdomains
82,118 observed subdomains of guam.net.
Showing 25 of 82,118. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from guam.net in the public web crawl.
63 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for guam.net.
| Mechanism | Target |
|---|---|
| SPF_IP | 101.99.128.0/17 |
| SPF_IP | 116.68.0.0/19 |
| SPF_IP | 121.55.192.0/18 |
| SPF_IP | 172.17.0.0/24 |
| SPF_IP | 182.173.192.0 |
| SPF_IP | 202.128.0.0/19 |
| SPF_IP | 202.128.5.240/30 |
| SPF_IP | 202.128.64.0/19 |
| SPF_IP | 202.128.72.0/24 |
| SPF_IP | 202.128.81.30 |
| SPF_IP | 202.128.81.31 |
| SPF_IP | 202.128.81.32 |
| SPF_IP | 202.131.160.0/19 |
| SPF_IP | 202.47.144.0/20 |
| SPF_IP | 202.47.154.0/24 |
| SPF_IP | 204.44.188.0/22 |
Related pages
Pivot deeper into the graph from guam.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "guam.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.