Hostname
epl.ca
Last fetched
epl.ca resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:easydns technologies inc. as the registrar.
Nutrition Label
Resolution chain
epl.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 |
|---|---|---|---|---|
| 75.2.110.162 | 75.2.96.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 76.223.16.221 | 76.223.16.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:easydns technologies inc.
- Organization
- edmonton public library
- Contact emails
Subdomains
33 observed subdomains of epl.ca.
Showing 25 of 33. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from epl.ca in the public web crawl.
645 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for epl.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | libanswers.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | mandrillapp.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 15.223.98.74 |
| SPF_IP | 198.161.203.0/24 |
| SPF_IP | 216.71.133.34 |
| SPF_IP | 2620:5c:6000::/48 |
| SPF_MX | epl.ca |
Related pages
Pivot deeper into the graph from epl.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "epl.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.