Hostname
payweb.ca
Last fetched
payweb.ca resolves to 1 IPv4 address operated by EXPEDIENT - Expedient in US. WHOIS lists registrar:rcom canada, corp. as the registrar.
Nutrition Label
Resolution chain
payweb.ca resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 66.11.12.121 | 66.11.0.0/19 | AS17054 | EXPEDIENT - Expedient | US |
WHOIS identity
- Registrar
- registrar:rcom canada, corp.
- Organization
- 1865802 ontario
- Contact emails
Subdomains
8 observed subdomains of payweb.ca.
Web-graph footprint
Distinct hostnames that link to or from payweb.ca in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for payweb.ca.
| Mechanism | Target |
|---|---|
| SPF_A | payweb.ca |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf2.payweb.ca |
| SPF_INCLUDE | spf3.payweb.ca |
| SPF_IP | 168.135.115.243 |
| SPF_IP | 199.212.134.0/23 |
| SPF_IP | 205.211.164.0/23 |
| SPF_IP | 206.130.91.0/24 |
| SPF_IP | 206.51.23.0/24 |
| SPF_IP | 206.51.24.0/24 |
| SPF_IP | 206.51.25.0/24 |
| SPF_IP | 64.7.128.0/19 |
| SPF_IP | 67.43.128.0/20 |
| SPF_MX | payweb.ca |
Related pages
Pivot deeper into the graph from payweb.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "payweb.ca"})-[: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.