Hostname
ifnl.ca
Last fetched
ifnl.ca resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in CA.
Nutrition Label
Resolution chain
ifnl.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 |
|---|---|---|---|---|
| 157.230.68.41 | 157.230.68.0/22 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | CA |
| 159.203.50.220 | 159.203.48.0/22 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | CA |
WHOIS identity
No WHOIS records are currently associated with ifnl.ca in WhisperGraph.
Subdomains
2 observed subdomains of ifnl.ca.
| Subdomain |
|---|
| mail.ifnl.ca |
| www.ifnl.ca |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for ifnl.ca.
| Mechanism | Target |
|---|---|
| SPF_A | ifnl.ca |
| SPF_A | magical-hellman.165-22-236-54.plesk.page |
| SPF_MX | ifnl.ca |
Related pages
Pivot deeper into the graph from ifnl.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ifnl.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.