Skip to content

Hostname

dinova.com

Last fetched

dinova.com resolves to 2 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · dinova.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/dinova.com

Resolution chain

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

IPPrefixASNOperatorCountry
54.146.221.9054.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.225.132.5554.224.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:2
Organization
dinova,
Contact emails

Subdomains

28 observed subdomains of dinova.com.

Web-graph footprint

Distinct hostnames that link to or from dinova.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for dinova.com.

MechanismTarget
SPF_Adinova.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP198.170.241.241
SPF_IP198.247.84.34/32
SPF_IP198.247.84.94/32
SPF_IP204.202.242.153/32
SPF_IP204.202.242.176/32
SPF_MXdinova.com

Related pages

Pivot deeper into the graph from dinova.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dinova.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.