Hostname
futuregen.sg
Last fetched
futuregen.sg resolves to 1 IPv4 address operated by AS17452 in PH.
Nutrition Label
Resolution chain
futuregen.sg 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 |
|---|---|---|---|---|
| 202.91.163.121 | 202.91.163.0/24 | AS17452 | — | PH |
WHOIS identity
No WHOIS records are currently associated with futuregen.sg in WhisperGraph.
Subdomains
15 observed subdomains of futuregen.sg.
Web-graph footprint
Distinct hostnames that link to or from futuregen.sg in the public web crawl.
13 sites link to this hostname.
155 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for futuregen.sg.
| Mechanism | Target |
|---|---|
| SPF_A | mail.bitstop.ph |
| SPF_A | mail.dagupan.com |
| SPF_A | mail.futuregen.sg |
| SPF_IP | 202.91.163.60 |
| SPF_IP | 2401:2880:1:2:0:0:163:60 |
| SPF_MX | futuregen.sg |
Related pages
Pivot deeper into the graph from futuregen.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "futuregen.sg"})-[: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.