Hostname
pidgy.app
Last fetched
pidgy.app resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
pidgy.app resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.82.152 | 3.5.82.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.84.227 | 3.5.84.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.133.11 | 52.218.133.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.233.186 | 52.218.233.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.242.186 | 52.218.242.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.131.219 | 52.92.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.139.51 | 52.92.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.160.195 | 52.92.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.160.235 | 52.92.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.164.51 | 52.92.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.197.131 | 52.92.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.202.139 | 52.92.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.225.75 | 52.92.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.235.251 | 52.92.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.240.43 | 52.92.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:81
- Organization
- —
- Contact emails
Subdomains
2 observed subdomains of pidgy.app.
| Subdomain |
|---|
| core.pidgy.app |
| test.pidgy.app |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from pidgy.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pidgy.app"})-[: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.