Hostname
pgbank.com
Last fetched
pgbank.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1011 as the registrar.
Nutrition Label
Resolution chain
pgbank.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.35.249 | 104.18.35.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.64.152.7 | 172.64.152.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:1011
- Organization
- domain admin
- Contact emails
Subdomains
19 observed subdomains of pgbank.com.
Web-graph footprint
Distinct hostnames that link to or from pgbank.com in the public web crawl.
92 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
44 SPF mechanisms authorising senders for pgbank.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf2.pgbank.com |
| SPF_INCLUDE | _spf3.pgbank.com |
| SPF_INCLUDE | _spf4.pgbank.com |
| SPF_INCLUDE | _spf5.pgbank.com |
| SPF_INCLUDE | gateways.firstdata.com |
| SPF_INCLUDE | netteller.com |
| SPF_INCLUDE | retarus.net |
| SPF_IP | 104.130.122.0/23 |
| SPF_IP | 104.130.96.0/28 |
| SPF_IP | 142.0.176.0/20 |
| SPF_IP | 143.55.224.0/21 |
| SPF_IP | 143.55.232.0/22 |
| SPF_IP | 146.20.112.0/26 |
| SPF_IP | 146.20.113.0/24 |
| SPF_IP | 146.20.191.0/24 |
| SPF_IP | 159.135.224.0/20 |
| SPF_IP | 161.38.192.0/20 |
| SPF_IP | 166.78.68.0/22 |
| SPF_IP | 167.89.91.218/32 |
| SPF_IP | 173.236.20.0/24 |
| SPF_IP | 192.237.158.0/23 |
| SPF_IP | 192.92.97.0/24 |
| SPF_IP | 198.61.254.0/23 |
| SPF_IP | 204.232.162.112/28 |
| SPF_IP | 204.232.180.112/29 |
| SPF_IP | 204.232.180.128/29 |
| SPF_IP | 207.54.85.104 |
| SPF_IP | 207.54.95.66 |
| SPF_IP | 209.41.176.224/28 |
| SPF_IP | 209.61.151.0/24 |
| SPF_IP | 216.116.87.142/32 |
| SPF_IP | 217.8.118.0/24 |
| SPF_IP | 23.253.182.0/23 |
| SPF_IP | 52.128.40.0/21 |
| SPF_IP | 52.128.98.34/32 |
| SPF_IP | 52.128.98.35/32 |
| SPF_IP | 52.128.98.36/32 |
| SPF_IP | 67.59.141.128/28 |
| SPF_IP | 69.166.143.0/24 |
| SPF_IP | 69.20.119.216/29 |
| SPF_IP | 69.48.230.0/25 |
| SPF_IP | 69.72.32.0/20 |
| SPF_IP | 74.200.60.34/32 |
| SPF_IP | 76.12.109.192/27 |
Related pages
Pivot deeper into the graph from pgbank.com.
- IP · 104.18.35.249
- ASN · AS13335CLOUDFLARENET - Cloudflare, Inc.
- Registrar · iana:1011
- Country · CA
- Email · custserv@markmonitor.com
- TLD · .com
- Browse hostnames · pg…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pgbank.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.