Skip to content

Hostname

api-dev.jaaq.app

Last fetched

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

Nutrition Label

WHISPER CANON · api-dev.jaaq.appRouting diversity3.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/api-dev.jaaq.app

Resolution chain

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

IPPrefixASNOperatorCountry
18.160.10.1218.160.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.10.12518.160.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.10.6818.160.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.10.8418.160.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.174.113.1023.174.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
3.174.113.323.174.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
3.174.113.693.174.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
3.174.113.933.174.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
3.174.230.1283.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
3.174.230.133.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
3.174.230.803.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
3.174.230.853.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL

WHOIS identity

No WHOIS records are currently associated with api-dev.jaaq.app in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-dev.jaaq.app.

Cypher and MCP

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

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