Hostname
pro.104.com.tw
Last fetched
pro.104.com.tw resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in RO.
Nutrition Label
Resolution chain
pro.104.com.tw resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 143.204.11.117 | 143.204.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | RO |
| 143.204.11.119 | 143.204.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | RO |
| 143.204.11.33 | 143.204.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | RO |
| 143.204.11.58 | 143.204.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | RO |
| 18.239.111.115 | 18.239.110.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.239.111.33 | 18.239.110.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.239.111.70 | 18.239.110.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.239.111.73 | 18.239.110.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with pro.104.com.tw in WhisperGraph.
Subdomains
2 observed subdomains of pro.104.com.tw.
Web-graph footprint
Distinct hostnames that link to or from pro.104.com.tw in the public web crawl.
33 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for pro.104.com.tw.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from pro.104.com.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pro.104.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.