Skip to content

Hostname

public-api.james.boxem.dev

Last fetched

public-api.james.boxem.dev resolves to 7 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · public-api.james.boxem.devRouting diversity3.9/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/public-api.james.boxem.dev

Resolution chain

public-api.james.boxem.dev resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.26.78.219100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.207.2.14118.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
18.207.9.19518.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
44.208.91.344.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.201.79.5552.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.202.12.22052.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.73.220.7152.72.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with public-api.james.boxem.dev in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from public-api.james.boxem.dev.

Cypher and MCP

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

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