Hostname
dst.se
Last fetched
dst.se resolves to 2 IPv4 addresses operated by AS41980 in SE. WHOIS lists registrar:loopiagroup2 as the registrar.
Nutrition Label
Resolution chain
dst.se 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 |
|---|---|---|---|---|
| 193.0.253.28 | 193.0.253.0/24 | AS41980 | — | SE |
| 64.227.114.13 | 64.227.112.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
WHOIS identity
- Registrar
- registrar:loopiagroup2
- Organization
- —
- Contact emails
- —
Subdomains
6 observed subdomains of dst.se.
Web-graph footprint
Distinct hostnames that link to or from dst.se in the public web crawl.
16 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for dst.se.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.m101.websupport.se |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfa.remote24.se |
Related pages
Pivot deeper into the graph from dst.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dst.se"})-[: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.