Hostname
tplay.it
Last fetched
tplay.it resolves to 4 IPv4 addresses operated by AS20940 in HK. WHOIS lists registrar:eurodns sa as the registrar.
Nutrition Label
Resolution chain
tplay.it resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.35.148.134 | 23.35.148.0/24 | AS20940 | — | HK |
| 23.35.148.195 | 23.35.148.0/24 | AS20940 | — | HK |
| 23.46.207.122 | 23.46.207.0/24 | AS9498 | — | IN |
| 23.46.207.145 | 23.46.207.0/24 | AS9498 | — | IN |
WHOIS identity
- Registrar
- registrar:eurodns sa
- Organization
- e-play24 ita
- Contact emails
- —
Subdomains
16 observed subdomains of tplay.it.
Web-graph footprint
Distinct hostnames that link to or from tplay.it in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for tplay.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | vxmail.eplay24.it |
| SPF_IP | 195.231.90.1/24 |
| SPF_IP | 212.112.91.73/32 |
| SPF_IP | 5.150.140.1/24 |
Related pages
Pivot deeper into the graph from tplay.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tplay.it"})-[: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.