Hostname
spf2.derpart.com
Last fetched
spf2.derpart.com resolves to 1 IPv4 address operated by MITTWALD-AS Mittwald CM Service GmbH und Co. KG in DE.
Nutrition Label
Resolution chain
spf2.derpart.com 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 |
|---|---|---|---|---|
| 178.16.58.113 | 178.16.56.0/21 | AS15817 | MITTWALD-AS Mittwald CM Service GmbH und Co. KG | 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.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for spf2.derpart.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 141.206.144.0/20 |
| SPF_IP | 171.17.133.100/32 |
| SPF_IP | 171.17.133.140/32 |
| SPF_IP | 195.140.184.0/22 |
| SPF_IP | 213.131.247.237/32 |
| SPF_IP | 80.82.213.0/26 |
| SPF_IP | 80.87.174.250/32 |
| SPF_IP | 91.192.40.0/22 |
| SPF_IP | 91.222.96.0/22 |
| SPF_IP | 93.191.162.0/24 |
| SPF_IP | 93.191.164.0/24 |
Related pages
Pivot deeper into the graph from spf2.derpart.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spf2.derpart.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.