Hostname
sofchile.com
Last fetched
sofchile.com resolves to 1 IPv4 address operated by AS22860 - SERVICIOS INTERNET LTDA in CL. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
sofchile.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 |
|---|---|---|---|---|
| 190.113.0.190 | 190.113.0.0/22 | AS22860 | AS22860 - SERVICIOS INTERNET LTDA | CL |
WHOIS identity
- Registrar
- iana:303
- Organization
- julio ovalle schulz
- Contact emails
Subdomains
8 observed subdomains of sofchile.com.
Web-graph footprint
Distinct hostnames that link to or from sofchile.com in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- sofchile.com
SPF policy
4 SPF mechanisms authorising senders for sofchile.com.
| Mechanism | Target |
|---|---|
| SPF_A | sofchile.com |
| SPF_IP | 190.113.0.190 |
| SPF_IP | 190.113.0.191 |
| SPF_MX | sofchile.com |
Related pages
Pivot deeper into the graph from sofchile.com.
- IP · 190.113.0.190
- ASN · AS22860AS22860 - SERVICIOS INTERNET LTDA
- Registrar · iana:303
- Country · CL
- Email · jl@softchile.cl
- TLD · .com
- Browse hostnames · so…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sofchile.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.