Hostname
gosu.cl
Last fetched
gosu.cl resolves to 2 IPv4 addresses operated by AS265839 in CL.
Nutrition Label
Resolution chain
gosu.cl 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 |
|---|---|---|---|---|
| 201.148.104.209 | 201.148.104.0/24 | AS265839 | — | CL |
| 82.29.87.218 | 82.29.80.0/21 | AS47583 | — | US |
WHOIS identity
No WHOIS records are currently associated with gosu.cl in WhisperGraph.
Subdomains
6 observed subdomains of gosu.cl.
Web-graph footprint
Distinct hostnames that link to or from gosu.cl in the public web crawl.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for gosu.cl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from gosu.cl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gosu.cl"})-[: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.