Hostname
play2go.cloud
Last fetched
play2go.cloud resolves to 3 IPv4 addresses operated by MITELIS in GB. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
play2go.cloud resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 144.31.31.31 | 144.31.31.0/24 | AS213229 | MITELIS | GB |
| 166.0.0.0 | 166.0.0.0/24 | AS213229 | MITELIS | DE |
| 64.188.88.88 | 64.188.88.0/24 | AS213229 | MITELIS | DE |
WHOIS identity
- Registrar
- iana:1861
- Organization
- private by design,
- Contact emails
- —
Subdomains
44 observed subdomains of play2go.cloud.
Showing 25 of 44. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from play2go.cloud in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for play2go.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | play2go.cloud |
| SPF_INCLUDE | spf.smtp.bz |
| SPF_IP | 45.66.228.254 |
| SPF_MX | play2go.cloud |
Related pages
Pivot deeper into the graph from play2go.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "play2go.cloud"})-[: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.