Hostname
aqua-global.com
Last fetched
aqua-global.com resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists iana:141 as the registrar.
Nutrition Label
Resolution chain
aqua-global.com 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 |
|---|---|---|---|---|
| 91.99.174.120 | 91.99.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:141
- Organization
- aqua-global
- Contact emails
Subdomains
12 observed subdomains of aqua-global.com.
Web-graph footprint
Distinct hostnames that link to or from aqua-global.com in the public web crawl.
21 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for aqua-global.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.strato.com |
| SPF_IP | 109.75.177.136 |
| SPF_IP | 109.75.188.171 |
| SPF_IP | 109.75.188.33 |
| SPF_IP | 141.101.32.31 |
| SPF_IP | 141.101.36.71 |
| SPF_IP | 141.101.36.78 |
| SPF_IP | 81.169.146.168/32 |
| SPF_IP | 85.215.255.121 |
| SPF_IP | 85.215.255.122 |
| SPF_IP | 85.215.255.83 |
| SPF_IP | 91.98.122.96 |
Related pages
Pivot deeper into the graph from aqua-global.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aqua-global.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.