Skip to content

Hostname

labs.k.io

Last fetched

labs.k.io resolves to 3 IPv4 addresses operated by KRYSTAL - Krystal Hosting Ltd in GB.

Nutrition Label

WHISPER CANON · labs.k.ioRouting diversity3.0/10Peering density3.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/labs.k.io

Resolution chain

labs.k.io resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
151.252.1.100151.252.1.0/24AS12488KRYSTAL - Krystal Hosting LtdGB
151.252.2.100151.252.2.0/24AS12488KRYSTAL - Krystal Hosting LtdGB
185.22.211.109185.22.208.0/22AS12488KRYSTAL - Krystal Hosting LtdGB

WHOIS identity

No WHOIS records are currently associated with labs.k.io in WhisperGraph.

Subdomains

100 observed subdomains of labs.k.io.

Web-graph footprint

Distinct hostnames that link to or from labs.k.io in the public web crawl.

9 sites linked to from this hostname.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from labs.k.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "labs.k.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.