Hostname
cham.org.mw
Last fetched
cham.org.mw resolves to 2 IPv4 addresses operated by TELEKOM-NETWORKS-MALAWI in MW.
Nutrition Label
Resolution chain
cham.org.mw 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.70.86.2 | 102.70.86.0/24 | AS36913 | TELEKOM-NETWORKS-MALAWI | MW |
| 196.216.8.2 | 196.216.8.0/24 | AS36913 | TELEKOM-NETWORKS-MALAWI | MW |
WHOIS identity
No WHOIS records are currently associated with cham.org.mw in WhisperGraph.
Subdomains
1 observed subdomain of cham.org.mw.
| Subdomain |
|---|
| www.cham.org.mw |
Web-graph footprint
Distinct hostnames that link to or from cham.org.mw in the public web crawl.
8 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for cham.org.mw.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from cham.org.mw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cham.org.mw"})-[: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.