Hostname
web.kidslib.org
Last fetched
web.kidslib.org resolves to 2 IPv4 addresses operated by AS9318 in KR.
Nutrition Label
Resolution chain
web.kidslib.org 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 |
|---|---|---|---|---|
| 118.219.233.119 | 118.219.0.0/16 | AS9318 | — | KR |
| 222.122.29.64 | 222.122.0.0/16 | AS4766 | — | KR |
WHOIS identity
No WHOIS records are currently associated with web.kidslib.org in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for web.kidslib.org.
| Mechanism | Target |
|---|---|
| SPF_IP | 118.219.233.119 |
Related pages
Pivot deeper into the graph from web.kidslib.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "web.kidslib.org"})-[: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.