Hostname
pbwiki.com
Last fetched
pbwiki.com resolves to 10 IPv4 addresses operated by DATAPIPE-SEA - DataPipe, Inc. in US. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
pbwiki.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 208.96.32.2 | 208.96.32.0/19 | AS22205 | DATAPIPE-SEA - DataPipe, Inc. | US |
| 208.96.32.3 | 208.96.32.0/19 | AS22205 | DATAPIPE-SEA - DataPipe, Inc. | US |
| 3.169.55.22 | 3.169.52.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 3.169.55.69 | 3.169.52.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 3.169.55.86 | 3.169.52.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 3.169.55.96 | 3.169.52.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 3.174.46.123 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.60 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.74 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.84 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:113
- Organization
- martin bogomolni
- Contact emails
Subdomains
6,399 observed subdomains of pbwiki.com.
Showing 25 of 6,399. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pbwiki.com in the public web crawl.
525 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for pbwiki.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.googlemail.com |
| SPF_IP | 208.96.18.224/27 |
| SPF_IP | 208.96.32.0/26 |
| SPF_IP | 208.96.6.128/27 |
| SPF_IP | 216.38.134.144/29 |
| SPF_IP | 216.38.134.150/24 |
| SPF_IP | 38.113.112.0/24 |
Related pages
Pivot deeper into the graph from pbwiki.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pbwiki.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.