Hostname
aquarino.de
Last fetched
aquarino.de resolves to 2 IPv4 addresses operated by LEWTELNET - LEW TelNet GmbH in DE.
Nutrition Label
Resolution chain
aquarino.de 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 |
|---|---|---|---|---|
| 103.51.228.151 | 103.51.228.0/22 | AS12886 | LEWTELNET - LEW TelNet GmbH | DE |
| 195.24.116.183 | 195.24.96.0/19 | AS5539 | SPACENET - SpaceNet AG | DE |
WHOIS identity
No WHOIS records are currently associated with aquarino.de in WhisperGraph.
Subdomains
3 observed subdomains of aquarino.de.
Web-graph footprint
Distinct hostnames that link to or from aquarino.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for aquarino.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.jupiter.salesmanago.pl |
| SPF_IP | 103.51.228.0/24 |
| SPF_IP | 195.24.116.0/24 |
| SPF_IP | 2001:608:800:3c1::/64 |
| SPF_IP | 2003:62:e049::/48 |
| SPF_IP | 212.118.204.224/28 |
| SPF_IP | 2a02:f90:23::/48 |
| SPF_IP | 62.157.164.144/28 |
| SPF_IP | 62.159.108.0/24 |
Related pages
Pivot deeper into the graph from aquarino.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aquarino.de"})-[: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.