Hostname
dynamix.at
Last fetched
dynamix.at resolves to 1 IPv4 address operated by AS210863 in AT.
Nutrition Label
Resolution chain
dynamix.at 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 |
|---|---|---|---|---|
| 37.16.72.30 | 37.16.72.0/24 | AS210863 | — | AT |
WHOIS identity
No WHOIS records are currently associated with dynamix.at in WhisperGraph.
Subdomains
38 observed subdomains of dynamix.at.
Showing 25 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dynamix.at in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for dynamix.at.
| Mechanism | Target |
|---|---|
| SPF_A | dynamix.at |
| SPF_IP | 212.232.26.0/25 |
| SPF_IP | 37.16.72.30 |
| SPF_IP | 77.244.240.128/27 |
| SPF_MX | dynamix.at |
Related pages
Pivot deeper into the graph from dynamix.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dynamix.at"})-[: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.