Hostname
kide.com
Last fetched
kide.com resolves to 2 IPv4 addresses operated by AS3262 in ES. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
kide.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 |
|---|---|---|---|---|
| 194.30.34.231 | 194.30.0.0/17 | AS3262 | — | ES |
| 34.171.60.145 | 34.171.0.0/17 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- kide, s. coop.
- Contact emails
Subdomains
8 observed subdomains of kide.com.
Web-graph footprint
Distinct hostnames that link to or from kide.com in the public web crawl.
49 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for kide.com.
| Mechanism | Target |
|---|---|
| SPF_A | mx.semantictd.com |
| SPF_A | mx1.semantic-systems.com |
| SPF_A | mx2.semantic-systems.com |
| SPF_A | mx4.semantic-systems.com |
| SPF_A | mx5.semantic-systems.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.30.35.216/29 |
Related pages
Pivot deeper into the graph from kide.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kide.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.