Skip to content

Hostname

microsites.dev.xlabtools.io

Last fetched

microsites.dev.xlabtools.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR.

Nutrition Label

WHISPER CANON · microsites.dev.xlabtools.ioRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/microsites.dev.xlabtools.io

Resolution chain

microsites.dev.xlabtools.io resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.244.60.10618.244.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
18.244.60.2118.244.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
18.244.60.3318.244.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
18.244.60.9518.244.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
3.160.170.1073.160.168.0/22AS16509AMAZON-02 - Amazon.com, Inc.ZA
3.160.170.493.160.168.0/22AS16509AMAZON-02 - Amazon.com, Inc.ZA
3.160.170.503.160.168.0/22AS16509AMAZON-02 - Amazon.com, Inc.ZA
3.160.170.733.160.168.0/22AS16509AMAZON-02 - Amazon.com, Inc.ZA

WHOIS identity

No WHOIS records are currently associated with microsites.dev.xlabtools.io in WhisperGraph.

Subdomains

2 observed subdomains of microsites.dev.xlabtools.io.

Threat posture

History

Related pages

Pivot deeper into the graph from microsites.dev.xlabtools.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "microsites.dev.xlabtools.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.