Hostname
mlab.immo
Last fetched
mlab.immo resolves to 1 IPv4 address operated by TRANSIP-AS - Signet B.V. in NL. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
mlab.immo 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 |
|---|---|---|---|---|
| 136.144.241.228 | 136.144.128.0/17 | AS20857 | TRANSIP-AS - Signet B.V. | NL |
WHOIS identity
- Registrar
- iana:433
- Organization
- marketing lab
- Contact emails
Subdomains
1 observed subdomain of mlab.immo.
| Subdomain |
|---|
| www.mlab.immo |
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from mlab.immo.
- IP · 136.144.241.228
- ASN · AS20857TRANSIP-AS - Signet B.V.
- Registrar · iana:433
- Country · NL
- Email · 5f8937ac6c5a725f679103c62b0641a9-575993@contact.gandi.net
- TLD · .immo
- Browse hostnames · ml…
- 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: "mlab.immo"})-[: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.