Hostname
roost.losch.lu
Last fetched
roost.losch.lu resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
roost.losch.lu 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 |
|---|---|---|---|---|
| 4.245.16.175 | 4.240.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
No WHOIS records are currently associated with roost.losch.lu in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for roost.losch.lu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.c5mail.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | azuresend.com |
| SPF_INCLUDE | customers.clickdimensions.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 147.160.167.14/32 |
| SPF_IP | 147.160.167.15/32 |
| SPF_IP | 172.104.248.177 |
| SPF_IP | 194.154.195.128/28 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 34.197.134.60/32 |
| SPF_IP | 34.199.159.209/32 |
| SPF_IP | 34.251.106.174/32 |
| SPF_IP | 40.115.43.204 |
| SPF_IP | 52.232.76.83 |
| SPF_IP | 52.49.201.246/32 |
| SPF_IP | 52.49.235.189/32 |
| SPF_IP | 82.199.95.7/32 |
Related pages
Pivot deeper into the graph from roost.losch.lu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "roost.losch.lu"})-[: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.