Skip to content

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

WHISPER CANON · dynedge.comRouting diversity2.4/10Peering density8.5/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/dynedge.com

Resolution chain

dynedge.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
173.255.199.89173.255.192.0/20AS63949US
192.185.139.113192.185.136.0/21AS31898ORACLE-BMC-31898 - Oracle CorporationUS

WHOIS identity

Registrar
iana:320
Organization
dynamic edge,
Contact emails

Subdomains

44 observed subdomains of dynedge.com.

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

SPF policy

7 SPF mechanisms authorising senders for dynedge.com.

MechanismTarget
SPF_INCLUDEclientspf.dynedge.com
SPF_INCLUDEe2ma.net
SPF_INCLUDEgateway.encrypttitan.io
SPF_INCLUDEinfusionmail.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP198.102.70.0/24
SPF_IP50.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.