Hostname
migo.host
Last fetched
migo.host resolves to 3 IPv4 addresses operated by AS216154 in NL. WHOIS lists iana:1606 as the registrar.
Nutrition Label
Resolution chain
migo.host resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.54.19.40 | 103.54.16.0/22 | AS216154 | — | NL |
| 103.54.19.41 | 103.54.16.0/22 | AS216154 | — | NL |
| 80.74.29.29 | 80.74.24.0/21 | AS216154 | — | NL |
WHOIS identity
- Registrar
- iana:1606
- Organization
- megahost
- Contact emails
Subdomains
6 observed subdomains of migo.host.
Showing 5 of 6. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for migo.host.
| Mechanism | Target |
|---|---|
| SPF_A | migo.host |
| SPF_IP | 103.54.19.40 |
| SPF_IP | 103.54.19.41 |
| SPF_IP | 80.74.29.29 |
| SPF_MX | migo.host |
Related pages
Pivot deeper into the graph from migo.host.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "migo.host"})-[: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.