Hostname
mail.sdmed.cl
Last fetched
mail.sdmed.cl resolves to 1 IPv4 address operated by TIER-NET - Tier.Net Technologies LLC in US.
Nutrition Label
Resolution chain
mail.sdmed.cl 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 |
|---|---|---|---|---|
| 38.92.48.175 | 38.92.48.0/24 | AS397423 | TIER-NET - Tier.Net Technologies LLC | US |
WHOIS identity
No WHOIS records are currently associated with mail.sdmed.cl in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for mail.sdmed.cl.
| Mechanism | Target |
|---|---|
| SPF_A | mail.sdmed.cl |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_INCLUDE | spf.servidoresph.com |
| SPF_IP | 104.238.220.40 |
| SPF_IP | 170.39.213.43 |
| SPF_IP | 198.37.123.229 |
| SPF_IP | 206.221.178.66 |
| SPF_IP | 38.92.48.175 |
| SPF_MX | mail.sdmed.cl |
Related pages
Pivot deeper into the graph from mail.sdmed.cl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.sdmed.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.