Hostname
out.sr.se
Last fetched
out.sr.se resolves to 3 IPv4 addresses operated by AS47708 in SE.
Nutrition Label
Resolution chain
out.sr.se resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 134.25.0.140 | 134.25.0.0/16 | AS47708 | — | SE |
| 192.121.194.140 | 192.121.194.0/24 | AS47708 | — | SE |
| 192.165.8.140 | 192.165.8.0/24 | AS3301 | — | SE |
WHOIS identity
No WHOIS records are currently associated with out.sr.se in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for out.sr.se.
| Mechanism | Target |
|---|---|
| SPF_IP | 134.25.0.140 |
| SPF_IP | 134.25.0.163 |
| SPF_IP | 134.25.0.164 |
| SPF_IP | 134.25.0.175 |
| SPF_IP | 134.25.0.181 |
| SPF_IP | 192.121.194.140 |
| SPF_IP | 192.165.8.140 |
| SPF_IP | 192.165.8.88 |
| SPF_IP | 192.165.8.90 |
| SPF_IP | 192.165.8.91 |
| SPF_IP | 2001:678:330:ed80:0:0:0:140 |
| SPF_IP | 2001:67c:d8:ed80:0:0:0:140 |
| SPF_IP | 2001:67c:d8:ee80:0:0:0:140 |
Related pages
Pivot deeper into the graph from out.sr.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "out.sr.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.