Hostname
medifind.com
Last fetched
medifind.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
medifind.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.224.125.121 | 13.224.125.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.224.125.21 | 13.224.125.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.224.125.37 | 13.224.125.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.224.125.96 | 13.224.125.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.154.126 | 18.164.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.154.28 | 18.164.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.154.69 | 18.164.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.154.76 | 18.164.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.172.112.28 | 18.172.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.172.112.40 | 18.172.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.172.112.62 | 18.172.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.172.112.75 | 18.172.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from medifind.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for medifind.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | 7tmlts0s._spf._d.mim.ec |
Related pages
Pivot deeper into the graph from medifind.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "medifind.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.