Hostname
thefutureinthepresent.com
Last fetched
thefutureinthepresent.com resolves to 1 IPv4 address operated by BROWNRICE-INTERNET-1 - Brownrice Internet, Inc. in US. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
thefutureinthepresent.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 |
|---|---|---|---|---|
| 172.97.103.125 | 172.97.100.0/22 | AS17098 | BROWNRICE-INTERNET-1 - Brownrice Internet, Inc. | US |
WHOIS identity
- Registrar
- iana:1861
- Organization
- private by design,
- Contact emails
- —
Subdomains
3 observed subdomains of thefutureinthepresent.com.
Web-graph footprint
Distinct hostnames that link to or from thefutureinthepresent.com in the public web crawl.
121 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for thefutureinthepresent.com.
| Mechanism | Target |
|---|---|
| SPF_A | thefutureinthepresent.com |
| SPF_INCLUDE | spf.brownrice.com |
| SPF_INCLUDE | spf.greengeeks.net |
| SPF_IP | 108.178.43.106 |
| SPF_MX | thefutureinthepresent.com |
Related pages
Pivot deeper into the graph from thefutureinthepresent.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thefutureinthepresent.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.