Hostname
fishhunt.sp-starter.com
Last fetched
fishhunt.sp-starter.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PL.
Nutrition Label
Resolution chain
fishhunt.sp-starter.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.227.146.110 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 13.227.146.116 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 13.227.146.62 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 13.227.146.63 | 13.227.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 3.160.39.22 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.39.36 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.39.56 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.39.63 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.170.249.102 | 3.170.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 3.170.249.43 | 3.170.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 3.170.249.55 | 3.170.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 3.170.249.96 | 3.170.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
WHOIS identity
No WHOIS records are currently associated with fishhunt.sp-starter.com in WhisperGraph.
Subdomains
3 observed subdomains of fishhunt.sp-starter.com.
Threat posture
History
Related pages
Pivot deeper into the graph from fishhunt.sp-starter.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fishhunt.sp-starter.com"})-[: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.