Hostname
cmib.nl
Last fetched
cmib.nl resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US. WHOIS lists registrar:e-nom inc as the registrar.
Nutrition Label
Resolution chain
cmib.nl 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 |
|---|---|---|---|---|
| 52.230.239.3 | 52.224.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- registrar:e-nom inc
- Organization
- —
- Contact emails
- —
Subdomains
8 observed subdomains of cmib.nl.
Web-graph footprint
Distinct hostnames that link to or from cmib.nl in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for cmib.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | de._netblocks.mimecast.com |
| SPF_INCLUDE | spf.datab.nl |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.megamail.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.signhost.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 37.97.240.69 |
| SPF_IP | 82.148.216.77 |
| SPF_IP | 84.252.124.98 |
| SPF_MX | cmib.nl |
Related pages
Pivot deeper into the graph from cmib.nl.
- IP · 52.230.239.3
- ASN · AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation
- Registrar · registrar:e-nom inc
- Country · US
- TLD · .nl
- Browse hostnames · cm…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cmib.nl"})-[: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.