Hostname
remote.polar.se
Last fetched
remote.polar.se resolves to 1 IPv4 address operated by SUNET - Vetenskapsradet / SUNET in SE.
Nutrition Label
Resolution chain
remote.polar.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 |
|---|---|---|---|---|
| 130.242.56.194 | 130.242.0.0/15 | AS1653 | SUNET - Vetenskapsradet / SUNET | SE |
WHOIS identity
No WHOIS records are currently associated with remote.polar.se in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for remote.polar.se.
| Mechanism | Target |
|---|---|
| SPF_A | remote.polar.se |
| SPF_IP | 130.240.31.70/32 |
| SPF_IP | 130.240.42.15/32 |
| SPF_IP | 130.242.56.192/27 |
| SPF_IP | 130.242.56.224/27 |
| SPF_IP | 188.94.13.128/25 |
| SPF_IP | 92.54.22.0/24 |
| SPF_IP | 92.54.27.0/24 |
| SPF_IP | 92.54.39.0/24 |
| SPF_MX | remote.polar.se |
Related pages
Pivot deeper into the graph from remote.polar.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "remote.polar.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.