Hostname
themoon.co.za
Last fetched
themoon.co.za resolves to 2 IPv4 addresses operated by AS37153 in ZA.
Nutrition Label
Resolution chain
themoon.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 |
|---|---|---|---|---|
| 156.38.171.183 | 156.38.128.0/17 | AS37153 | — | ZA |
| 197.221.12.36 | 197.221.0.0/18 | AS37153 | — | ZA |
WHOIS identity
No WHOIS records are currently associated with themoon.co.za in WhisperGraph.
Subdomains
7 observed subdomains of themoon.co.za.
Web-graph footprint
Distinct hostnames that link to or from themoon.co.za in the public web crawl.
10 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for themoon.co.za.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.e2ma.net |
| SPF_INCLUDE | spf.clikitmedia.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 102.221.51.64 |
| SPF_IP | 102.221.51.97 |
| SPF_IP | 156.38.171.183 |
| SPF_IP | 197.189.254.4 |
| SPF_IP | 41.204.199.146 |
Related pages
Pivot deeper into the graph from themoon.co.za.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "themoon.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.