Hostname
xeless.de
Last fetched
xeless.de resolves to 1 IPv4 address operated by AS12301 in HU.
Nutrition Label
Resolution chain
xeless.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 |
|---|---|---|---|---|
| 193.68.54.59 | 193.68.32.0/19 | AS12301 | — | HU |
WHOIS identity
No WHOIS records are currently associated with xeless.de in WhisperGraph.
Subdomains
1 observed subdomain of xeless.de.
| Subdomain |
|---|
| www.xeless.de |
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for xeless.de.
| Mechanism | Target |
|---|---|
| SPF_A | dedrelay.secureserver.net |
| SPF_A | mx01.toifor.com |
| SPF_A | mx01.xeless.com |
| SPF_IP | 193.68.54.48/28 |
| SPF_IP | 208.109.80.0/24 |
| SPF_IP | 91.120.37.64/28 |
| SPF_IP | 91.82.52.226 |
| SPF_MX | xeless.de |
Related pages
Pivot deeper into the graph from xeless.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "xeless.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.