Hostname
mg.tc
Last fetched
mg.tc resolves to 3 IPv4 addresses operated by AS58212 in DE. WHOIS lists registrar:gandi as the registrar.
Nutrition Label
Resolution chain
mg.tc 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 |
|---|---|---|---|---|
| 194.107.126.7 | 194.107.126.0/24 | AS58212 | — | DE |
| 45.157.234.210 | 45.157.234.0/24 | AS58212 | — | DE |
| 45.157.234.221 | 45.157.234.0/24 | AS58212 | — | DE |
WHOIS identity
- Registrar
- registrar:gandi
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of mg.tc.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for mg.tc.
| Mechanism | Target |
|---|---|
| SPF_A | mg.tc |
| SPF_MX | mg.tc |
Related pages
Pivot deeper into the graph from mg.tc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mg.tc"})-[: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.