Hostname
xfish.pixnet.net
Last fetched
xfish.pixnet.net resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in TW.
Nutrition Label
Resolution chain
xfish.pixnet.net resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 43.212.151.90 | 43.212.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 43.213.109.248 | 43.212.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 43.213.12.170 | 43.212.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 43.213.185.106 | 43.212.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
WHOIS identity
No WHOIS records are currently associated with xfish.pixnet.net in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from xfish.pixnet.net in the public web crawl.
6 sites link to this hostname.
525 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from xfish.pixnet.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "xfish.pixnet.net"})-[: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.