Hostname
game.co.bw
Last fetched
game.co.bw resolves to 1 IPv4 address operated by Host Africa (Pty) Ltd - Host Africa (Pty) Ltd in ZA.
Nutrition Label
Resolution chain
game.co.bw resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 102.130.118.107 | 102.130.118.0/24 | AS328364 | Host Africa (Pty) Ltd - Host Africa (Pty) Ltd | ZA |
WHOIS identity
No WHOIS records are currently associated with game.co.bw in WhisperGraph.
Subdomains
10 observed subdomains of game.co.bw.
Web-graph footprint
Distinct hostnames that link to or from game.co.bw in the public web crawl.
6 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- game.co.bw
SPF policy
9 SPF mechanisms authorising senders for game.co.bw.
| Mechanism | Target |
|---|---|
| SPF_A | game.co.bw |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_INCLUDE | spf.host-ww.net |
| SPF_IP | 102.130.118.107 |
| SPF_IP | 102.135.160.51 |
| SPF_IP | 105.28.115.55 |
| SPF_IP | 196.35.132.211 |
| SPF_IP | 196.38.118.243 |
| SPF_MX | game.co.bw |
Related pages
Pivot deeper into the graph from game.co.bw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "game.co.bw"})-[: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.