Hostname
thgye.com.ec
Last fetched
thgye.com.ec resolves to 2 IPv4 addresses operated by AS27947 - Telconet S.A in EC.
Nutrition Label
Resolution chain
thgye.com.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 |
|---|---|---|---|---|
| 181.39.12.242 | 181.39.173.0/24 | AS27947 | AS27947 - Telconet S.A | EC |
| 186.101.36.205 | 186.102.128.0/19 | AS27947 | AS27947 - Telconet S.A | EC |
WHOIS identity
No WHOIS records are currently associated with thgye.com.ec in WhisperGraph.
Subdomains
9 observed subdomains of thgye.com.ec.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for thgye.com.ec.
| Mechanism | Target |
|---|---|
| SPF_A | mail.thgye.com.ec |
| SPF_A | mail1.thgye.com.ec |
| SPF_A | mail2.thgye.com.ec |
| SPF_A | mail3.thgye.com.ec |
| SPF_A | thgye.com.ec |
| SPF_INCLUDE | spf.zoho.com |
| SPF_INCLUDE | spf.zohomail360.com |
| SPF_INCLUDE | transmail.net |
| SPF_INCLUDE | zcsend.net |
| SPF_MX | thgye.com.ec |
Related pages
Pivot deeper into the graph from thgye.com.ec.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thgye.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.