Hostname
mghat.com
Last fetched
mghat.com resolves to 2 IPv4 addresses operated by AS3786 in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
mghat.com 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 |
|---|---|---|---|---|
| 211.43.203.51 | 211.43.192.0/19 | AS3786 | — | KR |
| 211.47.75.58 | 211.47.75.0/24 | AS3786 | — | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- —
- Contact emails
Subdomains
5 observed subdomains of mghat.com.
Web-graph footprint
Distinct hostnames that link to or from mghat.com in the public web crawl.
7 sites link to this hostname.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for mghat.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 121.78.98.199 |
| SPF_IP | 121.78.98.200 |
| SPF_IP | 13.124.111.122/32 |
Related pages
Pivot deeper into the graph from mghat.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mghat.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.