Hostname
mx.centralmg.co.za
Last fetched
mx.centralmg.co.za resolves to 2 IPv4 addresses operated by AS328350 in ZA.
Nutrition Label
Resolution chain
mx.centralmg.co.za 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 |
|---|---|---|---|---|
| 102.132.13.3 | 102.132.13.0/24 | AS328350 | — | ZA |
| 196.15.190.177 | 196.15.128.0/17 | AS5713 | — | ZA |
WHOIS identity
No WHOIS records are currently associated with mx.centralmg.co.za in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for mx.centralmg.co.za.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.centralmediagroup.co.za |
Related pages
Pivot deeper into the graph from mx.centralmg.co.za.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx.centralmg.co.za"})-[: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.