Hostname
medcorp.cl
Last fetched
medcorp.cl resolves to 2 IPv4 addresses operated by IHNET - IHNetworks, LLC in US. WHOIS lists registrar:nic chile as the registrar.
Nutrition Label
Resolution chain
medcorp.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 |
|---|---|---|---|---|
| 162.219.248.151 | 162.219.248.0/22 | AS33494 | IHNET - IHNetworks, LLC | US |
| 162.249.169.18 | 162.249.168.0/23 | AS26548 | PUREVOLTAGE-INC - PureVoltage Hosting Inc. | US |
WHOIS identity
- Registrar
- registrar:nic chile
- Organization
- medcorp
- Contact emails
- —
Subdomains
13 observed subdomains of medcorp.cl.
Web-graph footprint
Distinct hostnames that link to or from medcorp.cl in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for medcorp.cl.
| Mechanism | Target |
|---|---|
| SPF_A | medcorp.cl |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.servidoresph.com |
| SPF_IP | 148.163.113.26 |
| SPF_IP | 162.249.169.18 |
| SPF_IP | 209.222.97.71 |
| SPF_MX | medcorp.cl |
Related pages
Pivot deeper into the graph from medcorp.cl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "medcorp.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.