Skip to content

Hostname

protect-api.usepredict.com

Last fetched

protect-api.usepredict.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

protect-api.usepredict.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.21.214.134100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
16.148.157.23316.148.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
34.210.93.20434.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
34.213.66.22234.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
44.231.132.13444.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.239.22.5944.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.240.40.5644.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.249.211.4244.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with protect-api.usepredict.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from protect-api.usepredict.com.

Cypher and MCP

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

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