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
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.245.143.11 | 18.245.140.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.143.34 | 18.245.140.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.143.58 | 18.245.140.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.143.67 | 18.245.140.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 54.240.184.11 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.29 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.40 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.98 | 54.240.184.0/24 | AS16509 | AMAZON-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.
| Subdomain |
|---|
| beta.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.