Hostname
odelec.com.ar
Last fetched
odelec.com.ar resolves to 1 IPv4 address operated by HVC-AS - HIVELOCITY, Inc. in US.
Nutrition Label
Resolution chain
odelec.com.ar 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 |
|---|---|---|---|---|
| 94.72.164.203 | 94.72.164.0/24 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with odelec.com.ar in WhisperGraph.
Subdomains
7 observed subdomains of odelec.com.ar.
Web-graph footprint
Distinct hostnames that link to or from odelec.com.ar in the public web crawl.
699 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- odelec.com.ar
SPF policy
10 SPF mechanisms authorising senders for odelec.com.ar.
| Mechanism | Target |
|---|---|
| SPF_A | odelec.com.ar |
| SPF_INCLUDE | webhostbox.net |
| SPF_IP | 104.156.49.230 |
| SPF_IP | 104.156.49.232 |
| SPF_IP | 148.72.144.11 |
| SPF_IP | 148.72.144.81 |
| SPF_IP | 216.219.87.194 |
| SPF_IP | 23.227.176.22 |
| SPF_IP | 94.72.164.203 |
| SPF_MX | odelec.com.ar |
Related pages
Pivot deeper into the graph from odelec.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "odelec.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.