Skip to content

Hostname

files-api.dispatch.me

Last fetched

files-api.dispatch.me resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · files-api.dispatch.meRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/files-api.dispatch.me

Resolution chain

files-api.dispatch.me resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.51.67.151100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.87.181.563.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.229.49.8834.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.208.81.25444.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.22.186.9452.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.227.42.16754.226.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with files-api.dispatch.me in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from files-api.dispatch.me.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "files-api.dispatch.me"})-[: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.