Hostname
interlap.com.ar
Last fetched
interlap.com.ar resolves to 3 IPv4 addresses operated by Telecentro S.A. in AR.
Nutrition Label
Resolution chain
interlap.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 |
|---|---|---|---|---|
| 186.19.84.66 | 186.19.80.0/20 | AS27747 | Telecentro S.A. | AR |
| 190.99.64.38 | 190.99.64.0/24 | AS52235 | NIC Chile | AR |
| 198.50.141.163 | 198.50.128.0/17 | AS16276 | OVH | AR |
WHOIS identity
No WHOIS records are currently associated with interlap.com.ar in WhisperGraph.
Subdomains
25 observed subdomains of interlap.com.ar.
Web-graph footprint
Distinct hostnames that link to or from interlap.com.ar in the public web crawl.
10 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for interlap.com.ar.
| Mechanism | Target |
|---|---|
| SPF_A | interlap.com.ar |
| SPF_A | mail.interlap.com.ar |
| SPF_A | ns1.interlap.com.ar |
| SPF_A | ns2.interlap.com.ar |
| SPF_A | webmail.interlap.com.ar |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 186.19.84.66 |
| SPF_IP | 190.99.64.2 |
| SPF_IP | 190.99.64.38 |
| SPF_IP | 190.99.64.39 |
| SPF_IP | 190.99.64.4 |
| SPF_IP | 190.99.64.40 |
| SPF_IP | 190.99.64.41 |
| SPF_IP | 190.99.64.44 |
| SPF_MX | interlap.com.ar |
| SPF_MX | mail.interlap.com.ar |
Related pages
Pivot deeper into the graph from interlap.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "interlap.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.