Hostname
mpm.de
Last fetched
mpm.de resolves to 1 IPv4 address operated by UVENSYS in DE.
Nutrition Label
Resolution chain
mpm.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 |
|---|---|---|---|---|
| 185.219.102.175 | 185.219.100.0/22 | AS58010 | UVENSYS | DE |
WHOIS identity
No WHOIS records are currently associated with mpm.de in WhisperGraph.
Subdomains
15 observed subdomains of mpm.de.
Web-graph footprint
Distinct hostnames that link to or from mpm.de in the public web crawl.
30 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for mpm.de.
| Mechanism | Target |
|---|---|
| SPF_A | mpm.de |
| SPF_INCLUDE | 8396019.spf08.hubspotemail.net |
| SPF_INCLUDE | email.teams.microsoft.com |
| SPF_INCLUDE | spf.crsend.com |
| SPF_IP | 148.251.53.220 |
| SPF_IP | 212.19.33.240/28 |
| SPF_MX | mpm.de |
Related pages
Pivot deeper into the graph from mpm.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mpm.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.