Hostname
mail.visual.com.ar
Last fetched
mail.visual.com.ar resolves to 1 IPv4 address operated by TTNETDC in AR.
Nutrition Label
Resolution chain
mail.visual.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 |
|---|---|---|---|---|
| 167.250.5.32 | 167.250.5.0/24 | AS264649 | TTNETDC | AR |
WHOIS identity
No WHOIS records are currently associated with mail.visual.com.ar in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for mail.visual.com.ar.
| Mechanism | Target |
|---|---|
| SPF_A | mail.visual.com.ar |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servidoraweb.net |
| SPF_IP | 144.217.30.215 |
| SPF_IP | 149.56.112.58 |
| SPF_IP | 167.250.5.32 |
| SPF_IP | 207.244.66.65 |
| SPF_IP | 207.244.66.78 |
| SPF_IP | 207.244.66.90 |
| SPF_IP | 207.244.66.91 |
| SPF_IP | 207.244.66.92 |
| SPF_MX | mail.visual.com.ar |
Related pages
Pivot deeper into the graph from mail.visual.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.visual.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.