Hostname
a1future.com
Last fetched
a1future.com resolves to 3 IPv4 addresses operated by PEG-KR - PEG TECH INC in IN. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
a1future.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.234.116.174 | 103.234.116.0/24 | AS132937 | PEG-KR - PEG TECH INC | IN |
| 188.114.96.3 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.3 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:48
- Organization
- future_com
- Contact emails
Subdomains
10 observed subdomains of a1future.com.
Web-graph footprint
Distinct hostnames that link to or from a1future.com in the public web crawl.
213 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for a1future.com.
| Mechanism | Target |
|---|---|
| SPF_A | a1future.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 103.234.116.174 |
| SPF_IP | 72.52.142.93 |
| SPF_IP | 72.52.143.98 |
| SPF_MX | a1future.com |
Related pages
Pivot deeper into the graph from a1future.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "a1future.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.