Hostname
scandix.com.br
Last fetched
scandix.com.br resolves to 3 IPv4 addresses operated by AS12693 in DE.
Nutrition Label
Resolution chain
scandix.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 |
|---|---|---|---|---|
| 85.199.109.153 | 85.199.64.0/18 | AS12693 | — | DE |
| 85.199.110.153 | 85.199.64.0/18 | AS12693 | — | DE |
| 85.199.111.153 | 85.199.64.0/18 | AS12693 | — | DE |
WHOIS identity
No WHOIS records are currently associated with scandix.com.br in WhisperGraph.
Subdomains
2 observed subdomains of scandix.com.br.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for scandix.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from scandix.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scandix.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.