Hostname
imar-navigation.de
Last fetched
imar-navigation.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
imar-navigation.de 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 |
|---|---|---|---|---|
| 159.69.191.126 | 159.83.196.0/24 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with imar-navigation.de in WhisperGraph.
Subdomains
5 observed subdomains of imar-navigation.de.
Web-graph footprint
Distinct hostnames that link to or from imar-navigation.de in the public web crawl.
67 sites link to this hostname.
202 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for imar-navigation.de.
| Mechanism | Target |
|---|---|
| SPF_IP | 142.132.177.182 |
| SPF_IP | 159.69.191.126 |
| SPF_IP | 2a01:4f8:c010:a48:0:0:0:1 |
| SPF_IP | 2a01:4f8:c01f:54b5:0:0:0:1 |
| SPF_IP | 46.165.172.160/29 |
| SPF_IP | 78.47.12.100 |
| SPF_IP | 89.21.97.224/27 |
| SPF_IP | 94.130.19.30 |
| SPF_MX | imar-navigation.de |
Related pages
Pivot deeper into the graph from imar-navigation.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "imar-navigation.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.