Hostname
fortune.com.tw
Last fetched
fortune.com.tw has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:twnic as the registrar.
Nutrition Label
Resolution chain
fortune.com.tw has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:twnic
- Organization
- ??????????
- Contact emails
Subdomains
30 observed subdomains of fortune.com.tw.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fortune.com.tw in the public web crawl.
46 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for fortune.com.tw.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 113.196.141.4 |
| SPF_IP | 125.227.252.44 |
| SPF_IP | 125.227.252.45 |
| SPF_IP | 125.227.252.46 |
| SPF_IP | 125.227.252.47 |
| SPF_MX | fortune.com.tw |
Related pages
Pivot deeper into the graph from fortune.com.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fortune.com.tw"})-[: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.