Hostname
my-system.de
Last fetched
my-system.de resolves to 1 IPv4 address operated by AS24679 in DE.
Nutrition Label
Resolution chain
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 my-system.de in WhisperGraph.
Subdomains
57 observed subdomains of my-system.de.
Showing 22 of 57. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for my-system.de.
| Mechanism | Target |
|---|---|
| SPF_A | 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 | my-system.de |
Related pages
Pivot deeper into the graph from my-system.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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.