Skip to content

Hostname

staging-api.precisionweight.com

Last fetched

staging-api.precisionweight.com resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · staging-api.precisionweight.comRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/staging-api.precisionweight.com

Resolution chain

staging-api.precisionweight.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.22.195.61100.42.48.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
100.23.200.69100.42.48.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
16.146.203.8016.153.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
44.226.52.12245.2.204.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
44.228.45.7145.2.204.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
44.240.130.12845.2.204.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.39.105.10452.46.15.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.40.26.20352.46.16.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.69.224.20354.87.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with staging-api.precisionweight.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from staging-api.precisionweight.com.

Cypher and MCP

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

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