Skip to content

Hostname

api.eecinc.ca

Last fetched

api.eecinc.ca resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · api.eecinc.caRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api.eecinc.ca

Resolution chain

api.eecinc.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.75.236104.21.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.183.161172.67.176.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with api.eecinc.ca in WhisperGraph.

Subdomains

1 observed subdomain of api.eecinc.ca.

Web-graph footprint

Distinct hostnames that link to or from api.eecinc.ca in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for api.eecinc.ca.

MechanismTarget
SPF_Aapi.eecinc.ca
SPF_INCLUDE21148307.spf05.hubspotemail.net
SPF_INCLUDErelay.spamshield.io
SPF_INCLUDEspf.k-ecommerce.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP174.142.221.51
SPF_IP184.107.112.55
SPF_IP24.37.8.6
SPF_MXapi.eecinc.ca

Related pages

Pivot deeper into the graph from api.eecinc.ca.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "api.eecinc.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.