Hostname
web.orbusneich.com
Last fetched
web.orbusneich.com resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in HK.
Nutrition Label
Resolution chain
web.orbusneich.com 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 |
|---|---|---|---|---|
| 13.88.222.14 | 13.64.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | HK |
WHOIS identity
No WHOIS records are currently associated with web.orbusneich.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
21 SPF mechanisms authorising senders for web.orbusneich.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 116.6.19.100 |
| SPF_IP | 118.142.82.74 |
| SPF_IP | 119.73.213.146 |
| SPF_IP | 14.198.73.1 |
| SPF_IP | 147.83.2.51/32 |
| SPF_IP | 152.136.108.215 |
| SPF_IP | 170.17.140.74 |
| SPF_IP | 175.136.232.81 |
| SPF_IP | 178.238.102.77 |
| SPF_IP | 182.92.166.125 |
| SPF_IP | 183.11.229.89 |
| SPF_IP | 20.2.155.61 |
| SPF_IP | 210.3.146.22 |
| SPF_IP | 211.25.36.20 |
| SPF_IP | 217.67.236.58 |
| SPF_IP | 217.69.242.169/29 |
| SPF_IP | 61.238.114.78/29 |
| SPF_IP | 80.57.134.192 |
| SPF_IP | 94.247.2.133 |
| SPF_MX | web.orbusneich.com |
Related pages
Pivot deeper into the graph from web.orbusneich.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "web.orbusneich.com"})-[: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.