Hostname
npei.ca
Last fetched
npei.ca resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists registrar:tucows.com co. as the registrar.
Nutrition Label
Resolution chain
npei.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 |
|---|---|---|---|---|
| 99.79.138.221 | 99.79.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.79.18.26 | 99.79.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- registrar:tucows.com co.
- Organization
- —
- Contact emails
- —
Subdomains
36 observed subdomains of npei.ca.
Showing 25 of 36. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from npei.ca in the public web crawl.
35 sites link to this hostname.
34 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for npei.ca.
| Mechanism | Target |
|---|---|
| SPF_A | npei.ca |
| SPF_INCLUDE | _xnspf.paymentus.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | autotask.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 68.71.21.50 |
| SPF_MX | npei.ca |
Related pages
Pivot deeper into the graph from npei.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "npei.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.