Hostname
devsed.se
Last fetched
devsed.se resolves to 1 IPv4 address operated by TELENOR-SE - Telenor Sverige AB in SE. WHOIS lists registrar:loopia ab as the registrar.
Nutrition Label
Resolution chain
devsed.se 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.226.102.136 | 83.226.0.0/15 | AS8434 | TELENOR-SE - Telenor Sverige AB | SE |
WHOIS identity
- Registrar
- registrar:loopia ab
- Organization
- —
- Contact emails
- —
Subdomains
6 observed subdomains of devsed.se.
Web-graph footprint
Distinct hostnames that link to or from devsed.se in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for devsed.se.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.bredband.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | aspmx.googlemail.com |
| SPF_IP | 195.54.101.0/26 |
| SPF_IP | 195.54.101.64/26 |
| SPF_IP | 195.54.107.64/27 |
| SPF_IP | 195.54.127.128/26 |
| SPF_IP | 195.54.99.192/27 |
| SPF_IP | 195.54.99.8 |
| SPF_IP | 213.150.131.0/27 |
| SPF_IP | 62.127.194.0/27 |
| SPF_MX | devsed.se |
Related pages
Pivot deeper into the graph from devsed.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "devsed.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.