Hostname
lind.fairuse.org
Last fetched
lind.fairuse.org resolves to 2 IPv4 addresses operated by AS49455 in NO.
Nutrition Label
Resolution chain
lind.fairuse.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 |
|---|---|---|---|---|
| 109.108.210.135 | 109.108.192.0/19 | AS49455 | — | NO |
| 78.156.14.238 | 78.156.0.0/19 | AS25400 | — | NO |
WHOIS identity
No WHOIS records are currently associated with lind.fairuse.org in WhisperGraph.
Subdomains
4 observed subdomains of lind.fairuse.org.
Threat posture
History
Mail and authentication
MX records
- lind.fairuse.org
Related pages
Pivot deeper into the graph from lind.fairuse.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lind.fairuse.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.