Hostname
kando.eco
Last fetched
kando.eco resolves to 2 IPv4 addresses operated by AS16276 in DE. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
kando.eco 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 |
|---|---|---|---|---|
| 141.95.18.199 | 141.95.0.0/17 | AS16276 | — | DE |
| 181.215.68.18 | 181.215.68.0/23 | AS47583 | — | NL |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
17 observed subdomains of kando.eco.
Web-graph footprint
Distinct hostnames that link to or from kando.eco in the public web crawl.
69 sites link to this hostname.
127 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for kando.eco.
| Mechanism | Target |
|---|---|
| SPF_A | spf.exsile.net |
| SPF_INCLUDE | 8317963.spf06.hubspotemail.net |
| SPF_INCLUDE | one.zoho.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | zcsend.net |
Related pages
Pivot deeper into the graph from kando.eco.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kando.eco"})-[: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.