Hostname
jastech.com.ec
Last fetched
jastech.com.ec resolves to 1 IPv4 address operated by LIQUIDWEB - Liquid Web, L.L.C in US.
Nutrition Label
Resolution chain
jastech.com.ec resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 69.167.185.174 | 69.167.128.0/18 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
WHOIS identity
No WHOIS records are currently associated with jastech.com.ec in WhisperGraph.
Subdomains
13 observed subdomains of jastech.com.ec.
Web-graph footprint
Distinct hostnames that link to or from jastech.com.ec in the public web crawl.
Threat posture
History
Mail and authentication
MX records
- jastech.com.ec
SPF policy
8 SPF mechanisms authorising senders for jastech.com.ec.
| Mechanism | Target |
|---|---|
| SPF_A | jastech.com.ec |
| SPF_IP | 50.28.16.13 |
| SPF_IP | 66.85.46.79 |
| SPF_IP | 67.225.151.112 |
| SPF_IP | 67.225.151.123 |
| SPF_IP | 69.167.185.174 |
| SPF_IP | 69.167.186.185 |
| SPF_MX | jastech.com.ec |
Related pages
Pivot deeper into the graph from jastech.com.ec.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jastech.com.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.