Hostname
umc.nl
Last fetched
umc.nl resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US. WHOIS lists registrar:leaseweb netherlands b.v. as the registrar.
Nutrition Label
Resolution chain
umc.nl resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 20.15.2.76 | 20.0.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 20.55.103.191 | 20.48.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- registrar:leaseweb netherlands b.v.
- Organization
- —
- Contact emails
- —
Subdomains
9 observed subdomains of umc.nl.
Web-graph footprint
Distinct hostnames that link to or from umc.nl in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for umc.nl.
| Mechanism | Target |
|---|---|
| SPF_A | umc.nl |
| SPF_INCLUDE | spf.flowmailer.net |
| SPF_INCLUDE | spf.mailtopay.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.42.135.11 |
| SPF_IP | 195.42.135.12 |
| SPF_IP | 20.229.30.51 |
| SPF_IP | 20.71.27.2 |
| SPF_MX | umc.nl |
Related pages
Pivot deeper into the graph from umc.nl.
- IP · 20.15.2.76
- ASN · AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation
- Registrar · registrar:leaseweb netherlands b.v.
- Country · US
- TLD · .nl
- Browse hostnames · um…
- 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: "umc.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.