Hostname
dyn.com
Last fetched
dyn.com resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in KR. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
dyn.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.35.218.25 | 23.35.218.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 23.35.218.26 | 23.35.218.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 23.73.207.10 | 23.73.207.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.73.207.12 | 23.73.207.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 86.51.81.25 | 86.51.81.0/24 | AS35819 | WEBFACTOR-AS | SA |
| 86.51.81.137 | 86.51.81.0/24 | AS35819 | WEBFACTOR-AS | SA |
| 86.51.94.210 | 86.51.94.0/24 | AS35819 | WEBFACTOR-AS | SA |
| 86.51.94.235 | 86.51.94.0/24 | AS35819 | WEBFACTOR-AS | SA |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain administrator
- Contact emails
Subdomains
67 observed subdomains of dyn.com.
Showing 25 of 67. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dyn.com in the public web crawl.
1,515 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
29 SPF mechanisms authorising senders for dyn.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | rp.oracleemaildelivery.com |
| SPF_INCLUDE | spf.dynect.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_c.oraclecloud.com |
| SPF_INCLUDE | stspg-customer.com |
| SPF_IP | 104.209.130.35 |
| SPF_IP | 104.209.130.71/32 |
| SPF_IP | 104.209.132.14 |
| SPF_IP | 104.209.133.195 |
| SPF_IP | 104.209.133.54 |
| SPF_IP | 104.209.134.151 |
| SPF_IP | 111.221.94.91 |
| SPF_IP | 13.68.100.116 |
| SPF_IP | 138.1.126.40 |
| SPF_IP | 138.91.37.12 |
| SPF_IP | 182.50.76.0/22 |
| SPF_IP | 195.160.236.246/32 |
| SPF_IP | 195.160.237.248/32 |
| SPF_IP | 204.14.232.0/21 |
| SPF_IP | 216.146.45.0/24 |
| SPF_IP | 216.6.202.0/24 |
| SPF_IP | 23.101.16.102 |
| SPF_IP | 23.101.17.118 |
| SPF_IP | 23.101.18.6 |
| SPF_IP | 23.98.64.25 |
| SPF_IP | 40.123.47.107 |
| SPF_IP | 52.38.191.241/32 |
| SPF_IP | 96.43.144.0/20 |
Related pages
Pivot deeper into the graph from dyn.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dyn.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.