Hostname
moon.forhosting.com
Last fetched
moon.forhosting.com resolves to 2 IPv4 addresses operated by CONTABO-40021 - Contabo Inc. in US.
Nutrition Label
Resolution chain
moon.forhosting.com 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 |
|---|---|---|---|---|
| 154.12.252.215 | 154.12.252.0/22 | AS40021 | CONTABO-40021 - Contabo Inc. | US |
| 193.164.131.184 | 193.164.131.0/24 | AS51167 | CONTABO | DE |
WHOIS identity
No WHOIS records are currently associated with moon.forhosting.com in WhisperGraph.
Subdomains
3 observed subdomains of moon.forhosting.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for moon.forhosting.com.
| Mechanism | Target |
|---|---|
| SPF_A | moon.forhosting.com |
| SPF_IP | 193.164.131.184 |
| SPF_MX | moon.forhosting.com |
Related pages
Pivot deeper into the graph from moon.forhosting.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "moon.forhosting.com"})-[: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.