Hostname
klos.com
Last fetched
klos.com resolves to 2 IPv4 addresses operated by AS214716 in DE. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
klos.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 |
|---|---|---|---|---|
| 103.109.234.88 | 103.109.234.0/24 | AS214716 | — | DE |
| 103.109.234.88 | 103.109.234.0/24 | AS214716 | — | AU |
| 12.203.31.102 | 12.128.0.0/9 | AS7018 | ATT-INTERNET4 - AT&T Enterprises, LLC | US |
WHOIS identity
- Registrar
- iana:1861
- Organization
- domain admin
- Contact emails
Subdomains
9 observed subdomains of klos.com.
Web-graph footprint
Distinct hostnames that link to or from klos.com in the public web crawl.
24 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for klos.com.
| Mechanism | Target |
|---|---|
| SPF_A | klos.com |
| SPF_IP | 128.230.21.64/28 |
| SPF_IP | 173.198.243.126/32 |
| SPF_IP | 192.80.49.0/24 |
| SPF_IP | 199.233.217.200/32 |
| SPF_IP | 2001:470:a085:999::25/128 |
| SPF_IP | 216.18.205.176/29 |
| SPF_IP | 216.18.205.178 |
| SPF_IP | 2600:1700:b80:74c0::/64 |
| SPF_IP | 2604:7c00:23:5:ff71:c3ae:58d8:ecb8/128 |
| SPF_IP | 2607:f2d8:4010:4e:0:0:0:acab |
| SPF_IP | 47.51.20.208/29 |
| SPF_MX | klos.com |
Related pages
Pivot deeper into the graph from klos.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "klos.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.