Hostname
fairy.id
Last fetched
fairy.id resolves to 4 IPv4 addresses operated by BAGE - BAGE CLOUD LLC in DE. WHOIS lists iana:1 as the registrar.
Nutrition Label
Resolution chain
fairy.id resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.160.221.76 | 193.160.221.0/24 | AS63150 | BAGE - BAGE CLOUD LLC | DE |
| 218.33.108.103 | 218.33.108.0/24 | AS153371 | BACKWAVESLIMITED-AS-AP - BACK WAVES LIMITED | JP |
| 23.135.236.234 | 23.135.236.0/24 | AS53336 | BSQL-AS-01 - BSQL Networking | US |
| 65.21.135.163 | 65.21.0.0/16 | AS24940 | HETZNER-AS - Hetzner Online GmbH | FI |
WHOIS identity
- Registrar
- iana:1
- Organization
- —
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from fairy.id in the public web crawl.
694 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from fairy.id.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fairy.id"})-[: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.