Hostname
ups.edu.ec
Last fetched
ups.edu.ec resolves to 3 IPv4 addresses operated by AS61468 in EC. WHOIS lists registrar:nic.ec registrar as the registrar.
Nutrition Label
Resolution chain
ups.edu.ec resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.235.140.67 | 45.235.140.0/23 | AS61468 | — | EC |
| 45.235.140.7 | 45.235.140.0/23 | AS61468 | — | EC |
| 90.15.143.37 | 90.15.0.0/16 | AS3215 | — | GP |
WHOIS identity
- Registrar
- registrar:nic.ec registrar
- Organization
- p. javier herr'an g'omez
- Contact emails
Subdomains
179 observed subdomains of ups.edu.ec.
Showing 25 of 179. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ups.edu.ec in the public web crawl.
343 sites link to this hostname.
110 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ups.edu.ec.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 5181579.spf04.hubspotemail.net |
| SPF_INCLUDE | spf.masterbase.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 45.235.140.8 |
Related pages
Pivot deeper into the graph from ups.edu.ec.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ups.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.