Hostname
beta.hsl.fi
Last fetched
beta.hsl.fi resolves to 4 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in CA.
Nutrition Label
Resolution chain
beta.hsl.fi resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.107.213.38 | 13.104.0.0/14 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
| 13.107.213.60 | 13.104.0.0/14 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
| 13.107.246.38 | 13.104.0.0/14 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
| 13.107.246.60 | 13.104.0.0/14 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
WHOIS identity
No WHOIS records are currently associated with beta.hsl.fi in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
31 SPF mechanisms authorising senders for beta.hsl.fi.
| Mechanism | Target |
|---|---|
| SPF_A | b.spf.service-now.com |
| SPF_A | beta.hsl.fi |
| SPF_A | c.spf.service-now.com |
| SPF_A | d.spf.service-now.com |
| SPF_INCLUDE | _spf.t5.fi |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtps.fi |
| SPF_IP | 158.90.140.10 |
| SPF_IP | 185.189.236.0/22 |
| SPF_IP | 185.211.120.0/22 |
| SPF_IP | 185.250.236.0/22 |
| SPF_IP | 198.2.128.0/24 |
| SPF_IP | 198.2.132.0/22 |
| SPF_IP | 198.2.136.0/23 |
| SPF_IP | 198.2.145.0/24 |
| SPF_IP | 198.2.177.0/24 |
| SPF_IP | 198.2.178.0/23 |
| SPF_IP | 198.2.180.0/24 |
| SPF_IP | 198.2.186.0/23 |
| SPF_IP | 205.201.131.128/25 |
| SPF_IP | 205.201.134.128/25 |
| SPF_IP | 205.201.136.0/23 |
| SPF_IP | 205.201.139.0/24 |
| SPF_IP | 213.138.147.148/31 |
| SPF_IP | 45.14.148.0/22 |
| SPF_IP | 87.253.232.0/21 |
| SPF_IP | 90.226.254.64/29 |
| SPF_IP | 90.226.254.72/31 |
| SPF_IP | 95.175.107.157 |
| SPF_MX | beta.hsl.fi |
Related pages
Pivot deeper into the graph from beta.hsl.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "beta.hsl.fi"})-[: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.