Hostname
eltech.com.ar
Last fetched
eltech.com.ar resolves to 3 IPv4 addresses operated by NSS S.A. in AR.
Nutrition Label
Resolution chain
eltech.com.ar 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 |
|---|---|---|---|---|
| 190.210.98.13 | 190.210.96.0/22 | AS16814 | NSS S.A. | AR |
| 190.210.98.13 | 190.210.96.0/22 | AS16814 | NSS S.A. | AR |
| 92.113.16.33 | 92.113.16.0/21 | AS47583 | AS-HOSTINGER | DE |
| 92.113.23.56 | 92.113.16.0/21 | AS47583 | AS-HOSTINGER | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from eltech.com.ar in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for eltech.com.ar.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from eltech.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eltech.com.ar"})-[: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.