Hostname
pathlink.com.ar
Last fetched
pathlink.com.ar resolves to 1 IPv4 address operated by Dattatec.com in AR.
Nutrition Label
Resolution chain
pathlink.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 |
|---|---|---|---|---|
| 200.58.110.107 | 200.58.110.0/24 | AS27823 | Dattatec.com | AR |
WHOIS identity
No WHOIS records are currently associated with pathlink.com.ar in WhisperGraph.
Subdomains
3 observed subdomains of pathlink.com.ar.
Web-graph footprint
Distinct hostnames that link to or from pathlink.com.ar in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for pathlink.com.ar.
| Mechanism | Target |
|---|---|
| SPF_A | pathlink.com.ar |
| SPF_INCLUDE | spf.hostmar.com |
| SPF_INCLUDE | spf.myperfit.com |
| SPF_INCLUDE | transmail.net |
| SPF_IP | 66.220.144.128/25 |
| SPF_IP | 66.220.155.0/24 |
| SPF_IP | 66.220.157.0/25 |
| SPF_IP | 69.171.232.0/24 |
| SPF_IP | 69.171.244.0/23 |
| SPF_IP | 69.63.178.128/25 |
| SPF_IP | 69.63.181.0/24 |
| SPF_IP | 69.63.184.0/25 |
| SPF_MX | pathlink.com.ar |
Related pages
Pivot deeper into the graph from pathlink.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pathlink.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.