Hostname
medium.com
Last fetched
medium.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
medium.com 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.159.152.4 | 162.159.128.0/19 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 162.159.153.4 | 162.159.128.0/19 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of medium.com owner
- Contact emails
- domain-admin@medium.com
- 2cb01dc1-d2d2-4de5-8843-50d7a7ec047b@identity-protect.org
- 2d44cb49-48a5-4fd8-a0f3-0d3a04c244ca@identity-protect.org
- 3c61a9eb-211b-4fec-9288-252d24575b9a@identity-protect.org
- 589754d9-355e-4c6d-b8f6-3b6caea524ec@identity-protect.org
- e21a9e56-5a30-40f3-8881-743a5e9f0ad8@identity-protect.org
- e374c402-3cec-49b2-a4b5-354b9b2cdca4@identity-protect.org
- owner-10050213@medium.com.whoisprivacyservice.org
- owner-1011675@medium.com.whoisprivacyservice.org
- owner-10143099@medium.com.whoisprivacyservice.org
- owner-10175176@medium.com.whoisprivacyservice.org
- owner-10247743@medium.com.whoisprivacyservice.org
- owner-10340481@medium.com.whoisprivacyservice.org
- owner-10413048@medium.com.whoisprivacyservice.org
- owner-10445125@medium.com.whoisprivacyservice.org
- owner-10517544@medium.com.whoisprivacyservice.org
- owner-10517692@medium.com.whoisprivacyservice.org
- owner-10610430@medium.com.whoisprivacyservice.org
- owner-10682997@medium.com.whoisprivacyservice.org
- owner-10715074@medium.com.whoisprivacyservice.org
- and 112 more
Subdomains
369,994 observed subdomains of medium.com.
Showing 25 of 369,994. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from medium.com in the public web crawl.
499,910 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for medium.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.tipalti.com |
Related pages
Pivot deeper into the graph from medium.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "medium.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.