Hostname
os9forever.com
Last fetched
os9forever.com resolves to 1 IPv4 address operated by OWC-NET - Other World Computing - OWC in US. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
os9forever.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 69.64.140.150 | 69.64.140.0/24 | AS12166 | OWC-NET - Other World Computing - OWC | US |
WHOIS identity
- Registrar
- iana:440
- Organization
- lawrence o'connor
- Contact emails
Subdomains
1 observed subdomain of os9forever.com.
| Subdomain |
|---|
| www.os9forever.com |
Web-graph footprint
Distinct hostnames that link to or from os9forever.com in the public web crawl.
13 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from os9forever.com.
- IP · 69.64.140.150
- ASN · AS12166OWC-NET - Other World Computing - OWC
- Registrar · iana:440
- Country · US
- Email · domains@owc.net
- TLD · .com
- Browse hostnames · os…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "os9forever.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.