Hostname
ndp.ca
Last fetched
ndp.ca resolves to 2 IPv4 addresses operated by QOSL-AS-AP Qovic Online Solutions LLP in US. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
ndp.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 |
|---|---|---|---|---|
| 34.74.8.42 | 34.74.0.0/20 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | US |
| 35.196.149.117 | 35.196.144.0/20 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | US |
WHOIS identity
- Registrar
- iana:456
- Organization
- james williamson
- Contact emails
Subdomains
505 observed subdomains of ndp.ca.
Showing 25 of 505. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ndp.ca in the public web crawl.
1,283 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for ndp.ca.
| Mechanism | Target |
|---|---|
| SPF_A | ac.ndp.ca |
| SPF_A | ndp.ca |
| SPF_A | populus1.ndp.ca |
| SPF_A | sendgrid.me |
| SPF_A | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.ndp.ca |
| SPF_IP | 216.187.71.0/25 |
| SPF_IP | 3.96.15.140/25 |
| SPF_IP | 71.19.191.64/26 |
| SPF_MX | ndp.ca |
Related pages
Pivot deeper into the graph from ndp.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ndp.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.