Hostname
comprobantes-e.fertisa.com
Last fetched
comprobantes-e.fertisa.com resolves to 2 IPv4 addresses operated by AS27947 - Telconet S.A in EC.
Nutrition Label
Resolution chain
comprobantes-e.fertisa.com 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 |
|---|---|---|---|---|
| 157.100.114.87 | 157.100.112.0/20 | AS27947 | AS27947 - Telconet S.A | EC |
| 190.63.202.26 | 190.63.202.0/24 | AS23487 | AS23487 - CONECEL | EC |
WHOIS identity
No WHOIS records are currently associated with comprobantes-e.fertisa.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from comprobantes-e.fertisa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comprobantes-e.fertisa.com"})-[: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.