Hostname
payworks.ca
Last fetched
payworks.ca resolves to 2 IPv4 addresses operated by PAYWORKS - Payworks in CA. WHOIS lists registrar:internic.ca inc. as the registrar.
Nutrition Label
Resolution chain
payworks.ca 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 |
|---|---|---|---|---|
| 216.183.100.3 | 216.183.100.0/24 | AS27606 | PAYWORKS - Payworks | CA |
| 150.171.109.100 | 150.171.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KE |
WHOIS identity
- Registrar
- registrar:internic.ca inc.
- Organization
- payworks
- Contact emails
Subdomains
42 observed subdomains of payworks.ca.
Showing 25 of 42. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from payworks.ca in the public web crawl.
275 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for payworks.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 4544874.spf07.hubspotemail.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | sent-via.netsuite.com |
| SPF_IP | 216.183.100.24 |
| SPF_IP | 216.183.100.25 |
| SPF_IP | 216.183.100.26 |
| SPF_IP | 216.183.100.27 |
| SPF_IP | 216.183.100.3 |
| SPF_IP | 64.141.36.155 |
| SPF_IP | 64.141.36.157 |
| SPF_IP | 64.4.76.163 |
| SPF_IP | 64.4.76.164 |
| SPF_IP | 66.51.22.52 |
Related pages
Pivot deeper into the graph from payworks.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "payworks.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.