Skip to content

Hostname

identity-api.flickr.com

Last fetched

identity-api.flickr.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · identity-api.flickr.comRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/identity-api.flickr.com

Resolution chain

identity-api.flickr.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.138.128.117108.138.128.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.128.32108.138.128.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.128.67108.138.128.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.128.79108.138.128.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
13.225.158.11613.225.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
13.225.158.12513.225.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
13.225.158.3513.225.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
13.225.158.4913.225.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
13.226.52.1040.0.0.0/0AS64073US
13.226.52.110.0.0.0/0AS64073US
13.226.52.140.0.0.0/0AS64073US
13.226.52.780.0.0.0/0AS64073US

WHOIS identity

No WHOIS records are currently associated with identity-api.flickr.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from identity-api.flickr.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "identity-api.flickr.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.