Hostname
klab.com
Last fetched
klab.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:474 as the registrar.
Nutrition Label
Resolution chain
klab.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 75.2.76.213 | 75.2.64.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.83.175.92 | 99.83.160.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:474
- Organization
- asato iijima
- Contact emails
Subdomains
42 observed subdomains of klab.com.
Web-graph footprint
Distinct hostnames that link to or from klab.com in the public web crawl.
510 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for klab.com.
| Mechanism | Target |
|---|---|
| SPF_A | mdacruxmx.maildealer.jp |
| SPF_A | mdsheepmx.maildealer.jp |
| SPF_A | mdshisomx.maildealer.jp |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | service-now.com |
| SPF_INCLUDE | smp.ne.jp |
| SPF_INCLUDE | spf.maildealer.jp |
| SPF_INCLUDE | spf.mptx.jp |
| SPF_IP | 118.238.203.169 |
| SPF_IP | 124.35.83.178/31 |
| SPF_IP | 210.128.90.161 |
| SPF_IP | 58.5.224.106/31 |
Related pages
Pivot deeper into the graph from klab.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "klab.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.