Hostname
dynedge.com
Last fetched
dynedge.com resolves to 2 IPv4 addresses operated by AS63949 in US. WHOIS lists iana:320 as the registrar.
Nutrition Label
Resolution chain
dynedge.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 |
|---|---|---|---|---|
| 173.255.199.89 | 173.255.192.0/20 | AS63949 | — | US |
| 192.185.139.113 | 192.185.136.0/21 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
WHOIS identity
- Registrar
- iana:320
- Organization
- dynamic edge,
- Contact emails
Subdomains
44 observed subdomains of dynedge.com.
Showing 25 of 44. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dynedge.com in the public web crawl.
66 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for dynedge.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | clientspf.dynedge.com |
| SPF_INCLUDE | e2ma.net |
| SPF_INCLUDE | gateway.encrypttitan.io |
| SPF_INCLUDE | infusionmail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 198.102.70.0/24 |
| SPF_IP | 50.230.35.190 |
Related pages
Pivot deeper into the graph from dynedge.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dynedge.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.