Skip to content

Hostname

test-api-v2.orkasystems.com

Last fetched

test-api-v2.orkasystems.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · test-api-v2.orkasystems.comRouting diversity5.0/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/test-api-v2.orkasystems.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.26.172.107100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.50.105.113100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
100.52.153.29100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
107.22.84.99107.22.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
18.233.216.1818.232.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.215.93.1203.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.223.165.703.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.198.188.20134.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
54.144.30.4854.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.146.231.19454.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.162.248.10954.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.210.93.19354.210.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with test-api-v2.orkasystems.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from test-api-v2.orkasystems.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "test-api-v2.orkasystems.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.