Hostname
amata.anaroque.com
Last fetched
amata.anaroque.com resolves to 2 IPv4 addresses operated by WEBDOCK-AS - Webdock.io ApS in DK.
Nutrition Label
Resolution chain
amata.anaroque.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.148.30.252 | 45.148.28.0/22 | AS44803 | WEBDOCK-AS - Webdock.io ApS | DK |
| 92.113.146.170 | 92.113.144.0/21 | AS44803 | WEBDOCK-AS - Webdock.io ApS | DK |
WHOIS identity
No WHOIS records are currently associated with amata.anaroque.com in WhisperGraph.
Subdomains
1 observed subdomain of amata.anaroque.com.
| Subdomain |
|---|
| www.amata.anaroque.com |
Web-graph footprint
Distinct hostnames that link to or from amata.anaroque.com in the public web crawl.
19 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for amata.anaroque.com.
| Mechanism | Target |
|---|---|
| SPF_A | amata.anaroque.com |
| SPF_INCLUDE | spf.improvmx.com |
| SPF_MX | alt1.aspmx.l.google.com |
| SPF_MX | alt2.aspmx.l.google.com |
| SPF_MX | aspmx.l.google.com |
| SPF_MX | aspmx2.googlemail.com |
| SPF_MX | aspmx3.googlemail.com |
Related pages
Pivot deeper into the graph from amata.anaroque.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amata.anaroque.com"})-[: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.