Hostname
makellos-potsdam.com
Last fetched
makellos-potsdam.com resolves to 2 IPv4 addresses operated by AS34788 in DE. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
makellos-potsdam.com 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 |
|---|---|---|---|---|
| 85.13.156.36 | 85.13.156.0/24 | AS34788 | — | DE |
| 92.204.92.113 | 92.204.88.0/21 | AS21499 | — | DE |
WHOIS identity
- Registrar
- iana:1390
- Organization
- makellos.potsdam optik
- Contact emails
Subdomains
6 observed subdomains of makellos-potsdam.com.
Web-graph footprint
Distinct hostnames that link to or from makellos-potsdam.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for makellos-potsdam.com.
| Mechanism | Target |
|---|---|
| SPF_A | mx.aoyama-optical.de |
Related pages
Pivot deeper into the graph from makellos-potsdam.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "makellos-potsdam.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.