Hostname
panapro.de
Last fetched
panapro.de resolves to 2 IPv4 addresses operated by ONE-NETWORK in DE.
Nutrition Label
Resolution chain
panapro.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 |
|---|---|---|---|---|
| 5.44.106.166 | 5.44.96.0/20 | AS8648 | ONE-NETWORK | DE |
| 91.98.91.252 | 91.98.0.0/16 | AS24940 | HETZNER-AS | DE |
WHOIS identity
No WHOIS records are currently associated with panapro.de in WhisperGraph.
Subdomains
10 observed subdomains of panapro.de.
Web-graph footprint
Distinct hostnames that link to or from panapro.de in the public web crawl.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for panapro.de.
| Mechanism | Target |
|---|---|
| SPF_A | panapro.de |
| SPF_IP | 2a02:2b80:101:104:0:0:0:1fa |
| SPF_IP | 5.44.106.166 |
| SPF_MX | panapro.de |
Related pages
Pivot deeper into the graph from panapro.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "panapro.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.