Hostname
e-learning.tesa.edu.ec
Last fetched
e-learning.tesa.edu.ec resolves to 2 IPv4 addresses operated by AS16276 in CA.
Nutrition Label
Resolution chain
e-learning.tesa.edu.ec 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 |
|---|---|---|---|---|
| 144.217.140.124 | 144.225.43.0/24 | AS16276 | — | CA |
| 144.217.140.124 | 144.225.43.0/24 | AS16276 | — | CA |
| 96.127.129.50 | 96.240.0.0/19 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | US |
WHOIS identity
No WHOIS records are currently associated with e-learning.tesa.edu.ec in WhisperGraph.
Subdomains
1 observed subdomain of e-learning.tesa.edu.ec.
| Subdomain |
|---|
| www.e-learning.tesa.edu.ec |
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for e-learning.tesa.edu.ec.
| Mechanism | Target |
|---|---|
| SPF_A | e-learning.tesa.edu.ec |
| SPF_INCLUDE | spf.greengeeks.net |
| SPF_IP | 96.127.129.50 |
| SPF_MX | e-learning.tesa.edu.ec |
Related pages
Pivot deeper into the graph from e-learning.tesa.edu.ec.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e-learning.tesa.edu.ec"})-[: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.