Hostname
berlin.present-perfect.de
Last fetched
berlin.present-perfect.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
berlin.present-perfect.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 |
|---|---|---|---|---|
| 91.98.90.169 | 91.98.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with berlin.present-perfect.de in WhisperGraph.
Subdomains
1 observed subdomain of berlin.present-perfect.de.
| Subdomain |
|---|
| mail.berlin.present-perfect.de |
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for berlin.present-perfect.de.
| Mechanism | Target |
|---|---|
| SPF_A | berlin.present-perfect.de |
| SPF_IP | 136.243.127.132 |
| SPF_IP | 188.40.103.211 |
| SPF_IP | 195.201.5.152 |
| SPF_IP | 217.110.198.120/29 |
| SPF_IP | 217.111.120.0/29 |
| SPF_IP | 217.86.206.20 |
| SPF_IP | 78.47.85.13 |
| SPF_IP | 85.237.86.30 |
| SPF_IP | 88.99.15.202 |
| SPF_IP | 91.98.90.169 |
Related pages
Pivot deeper into the graph from berlin.present-perfect.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "berlin.present-perfect.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.