Hostname
go.pheedloop.com
Last fetched
go.pheedloop.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
go.pheedloop.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 |
|---|---|---|---|---|
| 108.139.229.2 | 108.139.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.139.229.24 | 108.139.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.139.229.38 | 108.139.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.139.229.95 | 108.139.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 143.204.55.102 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 143.204.55.27 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 143.204.55.37 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 143.204.55.46 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 18.244.28.62 | 18.244.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 18.244.28.7 | 18.244.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 18.244.28.79 | 18.244.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 18.244.28.80 | 18.244.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with go.pheedloop.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from go.pheedloop.com in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from go.pheedloop.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "go.pheedloop.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.