Hostname
oftc.net
Last fetched
oftc.net resolves to 1 IPv4 address operated by UBC - University of British Columbia in US. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
oftc.net 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 |
|---|---|---|---|---|
| 209.87.16.246 | 209.87.16.0/24 | AS393249 | UBC - University of British Columbia | US |
WHOIS identity
- Registrar
- iana:81
- Organization
- contact privacy inc. customer 015129244
- Contact emails
Subdomains
77 observed subdomains of oftc.net.
Showing 25 of 77. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from oftc.net in the public web crawl.
334 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for oftc.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailbox.org |
| SPF_IP | 195.201.238.154 |
| SPF_IP | 198.58.111.38 |
| SPF_IP | 209.87.16.246 |
| SPF_IP | 2600:3c00:0:0:f03c:91ff:fe96:1889 |
| SPF_IP | 2607:f8f0:614:1:0:0:1274:246 |
| SPF_IP | 2a01:4f8:c012:201f:0:0:0:1 |
| SPF_MX | ganneff.de |
Related pages
Pivot deeper into the graph from oftc.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oftc.net"})-[: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.