Skip to content

Hostname

api-dev.mintfly.io

Last fetched

api-dev.mintfly.io resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE.

Nutrition Label

WHISPER CANON · api-dev.mintfly.ioRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api-dev.mintfly.io

Resolution chain

api-dev.mintfly.io resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.157.229.29108.157.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
108.157.229.63108.157.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
108.157.229.70108.157.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
108.157.229.89108.157.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
3.162.66.123.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.66.303.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.66.513.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.66.813.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
54.230.62.2454.230.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
54.230.62.4454.230.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
54.230.62.6954.230.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
54.230.62.9354.230.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

No WHOIS records are currently associated with api-dev.mintfly.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-dev.mintfly.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api-dev.mintfly.io"})-[: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.