Hostname
yorkc.ca
Last fetched
yorkc.ca resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in IN. WHOIS lists registrar:netfirms, ltd as the registrar.
Nutrition Label
Resolution chain
yorkc.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 |
|---|---|---|---|---|
| 104.22.60.249 | 104.22.60.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | IN |
| 104.22.61.249 | 104.22.61.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
| 66.96.160.149 | 66.96.128.0/18 | AS29873 | BIZLAND-SD - Newfold Digital, Inc. | US |
WHOIS identity
- Registrar
- registrar:netfirms, ltd
- Organization
- —
- Contact emails
- —
Subdomains
7 observed subdomains of yorkc.ca.
Web-graph footprint
Distinct hostnames that link to or from yorkc.ca in the public web crawl.
22 sites link to this hostname.
80 sites linked to from this hostname.
Sample inbound links
- gamma.seo-anomaly-beijing.online
- gamma.seo-anomaly-dhaka.online
- gamma.seo-anomaly-jakarta.online
- gamma.seo-anomaly-lagos.online
- gamma.seo-anomaly-lahore.online
- gamma.seo-anomaly-manila.online
- gamma.seo-anomaly-osaka.online
- gamma.seo-anomaly-beijing.space
- gamma.seo-anomaly-cairo.space
- gamma.seo-anomaly-dhaka.space
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for yorkc.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | one.zoho.com |
| SPF_INCLUDE | zcsend.net |
Related pages
Pivot deeper into the graph from yorkc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yorkc.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.