Hostname
close.se
Last fetched
close.se resolves to 1 IPv4 address operated by BAHNHOF in SE. WHOIS lists registrar:abion ab as the registrar.
Nutrition Label
Resolution chain
close.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 |
|---|---|---|---|---|
| 213.136.43.203 | 213.136.32.0/19 | AS8473 | BAHNHOF | SE |
WHOIS identity
- Registrar
- registrar:abion ab
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of close.se.
| Subdomain |
|---|
| certifikat.close.se |
| www.close.se |
Web-graph footprint
Distinct hostnames that link to or from close.se in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for close.se.
| Mechanism | Target |
|---|---|
| SPF_A | close.c.nordic.osmanagedservices.net |
| SPF_A | close.se |
| SPF_IP | 178.21.135.180 |
| SPF_IP | 178.73.216.94 |
| SPF_IP | 192.121.137.0/26 |
| SPF_IP | 192.121.99.0/26 |
| SPF_IP | 194.103.41.0/26 |
| SPF_IP | 213.136.33.9 |
| SPF_IP | 213.136.43.203 |
| SPF_IP | 213.136.43.204 |
| SPF_IP | 213.80.101.0/26 |
| SPF_IP | 85.17.79.16 |
| SPF_MX | close.se |
Related pages
Pivot deeper into the graph from close.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "close.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.