Hostname
nlc.ca
Last fetched
nlc.ca resolves to 3 IPv4 addresses operated by AKAMAI-LINODE-AP Akamai Connected Cloud in CA.
Nutrition Label
Resolution chain
nlc.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.3.114 | 172.105.0.0/19 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | CA |
| 18.184.197.212 | 18.184.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.21.33.16 | 52.20.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from nlc.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for nlc.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | spf-westus.emailsignatures365.com |
| SPF_INCLUDE | spf.ess.ca.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 159.66.240.102/24 |
| SPF_IP | 209.115.177.69 |
| SPF_IP | 4.206.47.74 |
Related pages
Pivot deeper into the graph from nlc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nlc.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.