Hostname
afdatalink.com.br
Last fetched
afdatalink.com.br resolves to 3 IPv4 addresses operated by AS-HOSTINGER in GB. WHOIS lists registrar:hstdomains (127) as the registrar.
Nutrition Label
Resolution chain
afdatalink.com.br 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 |
|---|---|---|---|---|
| 185.77.97.182 | 185.77.97.0/24 | AS47583 | AS-HOSTINGER | GB |
| 195.200.9.195 | 195.200.8.0/22 | AS47583 | AS-HOSTINGER | GB |
| 86.38.190.2 | 86.38.190.0/24 | AS47583 | AS-HOSTINGER | BR |
WHOIS identity
- Registrar
- registrar:hstdomains (127)
- Organization
- af datalink cabos, conex?es e sistemas ltda.
- Contact emails
Subdomains
2 observed subdomains of afdatalink.com.br.
Web-graph footprint
Distinct hostnames that link to or from afdatalink.com.br in the public web crawl.
17 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for afdatalink.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from afdatalink.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "afdatalink.com.br"})-[: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.