Hostname
pcbway.com
Last fetched
pcbway.com resolves to 14 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:420 as the registrar.
Nutrition Label
Resolution chain
pcbway.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.20.132.135 | 100.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 100.22.27.147 | 100.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 50.112.80.50 | 50.112.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.24.194.113 | 52.24.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.184.75.200 | 54.184.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.185.3.164 | 54.184.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.185.75.227 | 54.184.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.186.249.156 | 54.186.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.191.159.174 | 54.191.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.68.110.11 | 54.68.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 34.218.149.208 | 34.208.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.144.112.211 | 16.144.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 184.33.77.190 | 184.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 32.184.70.6 | 32.184.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:420
- Organization
- nexperian holding
- Contact emails
Subdomains
13 observed subdomains of pcbway.com.
Web-graph footprint
Distinct hostnames that link to or from pcbway.com in the public web crawl.
1,411 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for pcbway.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.qiye.aliyun.com |
Related pages
Pivot deeper into the graph from pcbway.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pcbway.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.