Hostname
dqp.ca
Last fetched
dqp.ca resolves to 1 IPv4 address operated by UNIFIEDLAYER-AS-1 - Unified Layer in US. WHOIS lists registrar:rebel.ca corp. as the registrar.
Nutrition Label
Resolution chain
dqp.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 |
|---|---|---|---|---|
| 50.87.253.230 | 50.87.0.0/16 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
WHOIS identity
- Registrar
- registrar:rebel.ca corp.
- Organization
- —
- Contact emails
- —
Subdomains
20 observed subdomains of dqp.ca.
Web-graph footprint
Distinct hostnames that link to or from dqp.ca in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
22 SPF mechanisms authorising senders for dqp.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _s2.dqp.ca |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 108.177.8.0/21 |
| SPF_IP | 130.211.0.0/22 |
| SPF_IP | 172.217.0.0/19 |
| SPF_IP | 173.194.0.0/16 |
| SPF_IP | 173.254.0.0/17 |
| SPF_IP | 184.67.160.250 |
| SPF_IP | 35.191.0.0/16 |
| SPF_IP | 50.87.0.0/16 |
| SPF_IP | 66.102.0.0/20 |
| SPF_IP | 66.147.240.0/20 |
| SPF_IP | 66.249.80.0/20 |
| SPF_IP | 67.20.64.0/18 |
| SPF_IP | 67.205.76.4 |
| SPF_IP | 67.205.76.5 |
| SPF_IP | 67.222.32.0/19 |
| SPF_IP | 69.195.64.0/18 |
| SPF_IP | 69.89.16.0/20 |
| SPF_IP | 70.40.192.0/19 |
| SPF_IP | 72.14.192.0/18 |
| SPF_IP | 74.125.0.0/16 |
Related pages
Pivot deeper into the graph from dqp.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dqp.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.