Hostname
plutex.de
Last fetched
plutex.de resolves to 2 IPv4 addresses operated by PLUTEX in DE.
Nutrition Label
Resolution chain
plutex.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 |
|---|---|---|---|---|
| 91.202.40.173 | 91.202.40.0/22 | AS49855 | PLUTEX | DE |
| 91.202.40.88 | 91.202.40.0/22 | AS49855 | PLUTEX | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from plutex.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for plutex.de.
| Mechanism | Target |
|---|---|
| SPF_A | support.plutex.de |
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.plutex.de |
| SPF_IP | 2a02:16d0:0:200::/64 |
| SPF_IP | 2a02:16d0:0:f:0:0:0:2 |
| SPF_IP | 31.24.148.97/32 |
| SPF_IP | 31.24.148.98/32 |
| SPF_IP | 91.202.40.137 |
Related pages
Pivot deeper into the graph from plutex.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "plutex.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.