Hostname
app.pcbflow.com
Last fetched
app.pcbflow.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
app.pcbflow.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 |
|---|---|---|---|---|
| 18.154.84.117 | 18.154.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.154.84.59 | 18.154.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.154.84.60 | 18.154.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.154.84.93 | 18.154.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 52.84.20.124 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.31 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.49 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.20.70 | 52.84.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.126 | 99.84.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.27 | 99.84.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.71 | 99.84.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.234.77 | 99.84.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with app.pcbflow.com in WhisperGraph.
Subdomains
1 observed subdomain of app.pcbflow.com.
| Subdomain |
|---|
| admin.app.pcbflow.com |
Threat posture
History
Related pages
Pivot deeper into the graph from app.pcbflow.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "app.pcbflow.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.