Skip to content

Hostname

fin.dagoexpress.com

Last fetched

fin.dagoexpress.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.245.143.1118.245.140.0/22AS16509AMAZON-02 - Amazon.com, Inc.GB
18.245.143.3418.245.140.0/22AS16509AMAZON-02 - Amazon.com, Inc.GB
18.245.143.5818.245.140.0/22AS16509AMAZON-02 - Amazon.com, Inc.GB
18.245.143.6718.245.140.0/22AS16509AMAZON-02 - Amazon.com, Inc.GB
54.240.184.1154.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.2954.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.4054.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.9854.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with fin.dagoexpress.com in WhisperGraph.

Subdomains

1 observed subdomain of fin.dagoexpress.com.

Threat posture

History

Related pages

Pivot deeper into the graph from fin.dagoexpress.com.

Cypher and MCP

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

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