Hostname
rpf24pro.de
Last fetched
rpf24pro.de resolves to 2 IPv4 addresses operated by NMM-AS - Neue Medien Muennich GmbH in DE.
Nutrition Label
Resolution chain
rpf24pro.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 |
|---|---|---|---|---|
| 85.13.132.113 | 85.13.132.0/24 | AS34788 | NMM-AS - Neue Medien Muennich GmbH | DE |
| 85.13.164.223 | 85.13.164.0/24 | AS34788 | NMM-AS - Neue Medien Muennich GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with rpf24pro.de in WhisperGraph.
Subdomains
7 observed subdomains of rpf24pro.de.
Web-graph footprint
Distinct hostnames that link to or from rpf24pro.de in the public web crawl.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for rpf24pro.de.
| Mechanism | Target |
|---|---|
| SPF_A | rpf24pro.de |
| SPF_A | server02.koettel.de |
| SPF_A | server03.koettel.de |
| SPF_IP | 217.31.89.81/32 |
| SPF_IP | 3.120.0.4/32 |
| SPF_IP | 3.122.21.86/32 |
| SPF_IP | 52.58.12.247/32 |
| SPF_MX | rpf24pro.de |
Related pages
Pivot deeper into the graph from rpf24pro.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rpf24pro.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.