Hostname
grapeking.com.tw
Last fetched
grapeking.com.tw resolves to 1 IPv4 address operated by AS3462 in TW.
Nutrition Label
Resolution chain
grapeking.com.tw 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 |
|---|---|---|---|---|
| 61.222.91.69 | 61.222.0.0/16 | AS3462 | — | TW |
WHOIS identity
- Registrar
- —
- Organization
- ???????????
- Contact emails
Subdomains
24 observed subdomains of grapeking.com.tw.
Showing 23 of 24. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from grapeking.com.tw in the public web crawl.
78 sites link to this hostname.
31 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for grapeking.com.tw.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 54.199.149.47 |
| SPF_IP | 60.250.239.223 |
| SPF_IP | 60.250.48.152 |
| SPF_IP | 60.250.48.154 |
| SPF_IP | 60.250.48.155 |
| SPF_IP | 61.222.91.73 |
| SPF_IP | 61.222.91.77 |
| SPF_IP | 61.222.91.78 |
| SPF_MX | grapeking.com.tw |
Related pages
Pivot deeper into the graph from grapeking.com.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "grapeking.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.