Hostname
backup.hamburg
Last fetched
backup.hamburg resolves to 1 IPv4 address operated by AS20694 in DE. WHOIS lists iana:85 as the registrar.
Nutrition Label
Resolution chain
backup.hamburg 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 |
|---|---|---|---|---|
| 217.114.70.21 | 217.114.64.0/20 | AS20694 | — | DE |
WHOIS identity
- Registrar
- iana:85
- Organization
- michael schuett
- Contact emails
Subdomains
2 observed subdomains of backup.hamburg.
Web-graph footprint
Distinct hostnames that link to or from backup.hamburg in the public web crawl.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for backup.hamburg.
| Mechanism | Target |
|---|---|
| SPF_A | backup.hamburg |
| SPF_A | web01.nmmn.com |
| SPF_INCLUDE | _spf.nmmn.com |
| SPF_MX | backup.hamburg |
Related pages
Pivot deeper into the graph from backup.hamburg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "backup.hamburg"})-[: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.