Skip to content

Hostname

api-dev.instamed.fr

Last fetched

api-dev.instamed.fr resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api-dev.instamed.frRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api-dev.instamed.fr

Resolution chain

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

IPPrefixASNOperatorCountry
18.160.249.10318.160.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.249.4118.160.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.249.7018.160.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.249.9818.160.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.50.11152.84.50.0/24AS16509AMAZON-02 - Amazon.com, Inc.NO
52.84.50.12652.84.50.0/24AS16509AMAZON-02 - Amazon.com, Inc.NO
52.84.50.4552.84.50.0/24AS16509AMAZON-02 - Amazon.com, Inc.NO
52.84.50.6652.84.50.0/24AS16509AMAZON-02 - Amazon.com, Inc.NO
99.84.237.10699.84.237.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.237.12299.84.237.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.237.8999.84.237.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.237.9199.84.237.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-dev.instamed.fr in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-dev.instamed.fr.

Cypher and MCP

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

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