Hostname
hwllp.ca
Last fetched
hwllp.ca resolves to 3 IPv4 addresses operated by AS63949 in CA. WHOIS lists registrar:tucows.com co. as the registrar.
Nutrition Label
Resolution chain
hwllp.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.105.19.241 | 172.105.0.0/19 | AS63949 | — | CA |
| 172.234.239.102 | 172.234.224.0/19 | AS63949 | — | US |
| 199.204.213.75 | 199.204.213.0/24 | AS812 | ROGERS-COMMUNICATIONS - Rogers Communications Canada Inc. | CA |
WHOIS identity
- Registrar
- registrar:tucows.com co.
- Organization
- —
- Contact emails
- —
Subdomains
14 observed subdomains of hwllp.ca.
Web-graph footprint
Distinct hostnames that link to or from hwllp.ca in the public web crawl.
16 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for hwllp.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.ca.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 162.212.233.102/32 |
| SPF_IP | 162.212.237.2 |
| SPF_IP | 168.245.4.146/32 |
| SPF_IP | 198.185.159.144/32 |
| SPF_IP | 23.83.209.75 |
| SPF_MX | hwllp.ca |
Related pages
Pivot deeper into the graph from hwllp.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hwllp.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.