Skip to content

Hostname

sso-auth.bluetesting.io

Last fetched

sso-auth.bluetesting.io resolves to 11 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · sso-auth.bluetesting.ioRouting diversity5.2/10Peering density7.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/sso-auth.bluetesting.io

Resolution chain

sso-auth.bluetesting.io resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.30.3.42100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.49.232.163100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
18.204.54.8518.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
34.192.176.23034.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.199.125.12234.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.217.243.1944.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.205.42.19152.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.44.125.7052.44.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.71.242.10952.70.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.87.77.13252.86.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
98.88.139.17398.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with sso-auth.bluetesting.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from sso-auth.bluetesting.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "sso-auth.bluetesting.io"})-[: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.