Hostname
widget-format-prod.pype.tech
Last fetched
widget-format-prod.pype.tech resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CH.
Nutrition Label
Resolution chain
widget-format-prod.pype.tech 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 |
|---|---|---|---|---|
| 3.165.190.115 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.165.190.124 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.165.190.22 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.165.190.97 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 54.192.35.11 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.125 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.26 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.99 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with widget-format-prod.pype.tech in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from widget-format-prod.pype.tech.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "widget-format-prod.pype.tech"})-[: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.