Hostname
pipa.cloud
Last fetched
pipa.cloud resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:895 as the registrar.
Nutrition Label
Resolution chain
pipa.cloud 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 |
|---|---|---|---|---|
| 18.64.67.13 | 18.64.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.64.67.2 | 18.64.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.64.67.63 | 18.64.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.64.67.65 | 18.64.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.168.86.17 | 3.168.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.86.45 | 3.168.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.86.52 | 3.168.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.86.85 | 3.168.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:895
- Organization
- contact privacy inc. customer 7151571251
- Contact emails
Subdomains
2 observed subdomains of pipa.cloud.
| Subdomain |
|---|
| app.pipa.cloud |
| www.pipa.cloud |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for pipa.cloud.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from pipa.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pipa.cloud"})-[: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.