Hostname
4t.pw
Last fetched
4t.pw resolves to 5 IPv4 addresses operated by XNNET - XNNET LLC in HK. WHOIS lists iana:1556 as the registrar.
Nutrition Label
Resolution chain
4t.pw resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.30.77.90 | 103.30.77.0/24 | AS932 | XNNET - XNNET LLC | HK |
| 43.255.158.5 | 43.255.158.0/24 | AS932 | XNNET - XNNET LLC | HK |
| 45.62.115.129 | 45.62.112.0/21 | AS25820 | IT7NET - IT7 Networks Inc | US |
| 91.216.169.73 | 91.216.169.0/24 | AS967 | VMISS-CA - VMISS Inc. | US |
| 91.238.203.22 | 91.238.203.0/24 | AS42960 | — | HK |
WHOIS identity
- Registrar
- iana:1556
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of 4t.pw.
| Subdomain |
|---|
| blog.4t.pw |
| cdn5.4t.pw |
| img.4t.pw |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for 4t.pw.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from 4t.pw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "4t.pw"})-[: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.