Hostname
sugg.cl
Last fetched
sugg.cl resolves to 2 IPv4 addresses operated by IS-AS-1 - Interserver, Inc in US.
Nutrition Label
Resolution chain
sugg.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 |
|---|---|---|---|---|
| 204.13.239.170 | 204.13.232.0/21 | AS19318 | IS-AS-1 - Interserver, Inc | US |
| 34.174.243.84 | 34.174.128.0/17 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with sugg.cl in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for sugg.cl.
| Mechanism | Target |
|---|---|
| SPF_A | sugg.cl |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_INCLUDE | sugg.cl.spf.auto.dnssmarthost.net |
| SPF_IP | 204.13.239.170 |
| SPF_MX | sugg.cl |
Related pages
Pivot deeper into the graph from sugg.cl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sugg.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.