Hostname
pax2pay.com
Last fetched
pax2pay.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
pax2pay.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.20.45.113 | 104.20.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.149.231 | 172.66.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:48
- Organization
- —
- Contact emails
- —
Subdomains
6 observed subdomains of pax2pay.com.
Web-graph footprint
Distinct hostnames that link to or from pax2pay.com in the public web crawl.
15 sites link to this hostname.
45 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
24 SPF mechanisms authorising senders for pax2pay.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 104.30.0.0/19 |
| SPF_IP | 108.179.144.0/20 |
| SPF_IP | 139.180.17.0/24 |
| SPF_IP | 141.193.184.128/25 |
| SPF_IP | 141.193.184.32/27 |
| SPF_IP | 141.193.184.64/26 |
| SPF_IP | 141.193.185.128/25 |
| SPF_IP | 141.193.185.32/27 |
| SPF_IP | 141.193.185.64/26 |
| SPF_IP | 143.244.80.0/20 |
| SPF_IP | 158.247.16.0/20 |
| SPF_IP | 18.208.124.128/25 |
| SPF_IP | 2405:8100:c000::/38 |
| SPF_IP | 3.210.190.0/24 |
| SPF_IP | 3.93.157.0/24 |
| SPF_IP | 54.174.52.0/24 |
| SPF_IP | 54.174.57.0/24 |
| SPF_IP | 54.174.59.0/24 |
| SPF_IP | 54.174.60.0/23 |
| SPF_IP | 54.174.63.0/24 |
| SPF_MX | pax2pay.com |
Related pages
Pivot deeper into the graph from pax2pay.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pax2pay.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.