Hostname
spf.my-system.de
Last fetched
spf.my-system.de resolves to 1 IPv4 address operated by AS24679 in DE.
Nutrition Label
Resolution chain
spf.my-system.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 |
|---|---|---|---|---|
| 83.246.62.35 | 83.246.0.0/17 | AS24679 | — | DE |
WHOIS identity
No WHOIS records are currently associated with spf.my-system.de in WhisperGraph.
Subdomains
4 observed subdomains of spf.my-system.de.
Threat posture
History
Mail and authentication
MX records
- spf.my-system.de
SPF policy
18 SPF mechanisms authorising senders for spf.my-system.de.
| Mechanism | Target |
|---|---|
| SPF_A | spf.my-system.de |
| SPF_IP | 2a02:790:1:20:0:0:0:24 |
| SPF_IP | 2a02:790:1:20:0:0:0:25 |
| SPF_IP | 2a02:790:1:20:0:0:0:26 |
| SPF_IP | 83.246.62.34 |
| SPF_IP | 83.246.62.35 |
| SPF_IP | 83.246.62.36 |
| SPF_IP | 83.246.62.40 |
| SPF_IP | 83.246.62.43 |
| SPF_IP | 83.246.62.46 |
| SPF_IP | 83.246.67.243 |
| SPF_IP | 83.246.80.130 |
| SPF_IP | 83.246.80.141 |
| SPF_IP | 83.246.80.142 |
| SPF_IP | 83.246.80.147 |
| SPF_IP | 83.246.80.152 |
| SPF_IP | 83.246.80.154 |
| SPF_MX | spf.my-system.de |
Related pages
Pivot deeper into the graph from spf.my-system.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spf.my-system.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.