Hostname
gtw420.com
Last fetched
gtw420.com resolves to 3 IPv4 addresses operated by AS55933 in HK. WHOIS lists iana:52 as the registrar.
Nutrition Label
Resolution chain
gtw420.com 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 |
|---|---|---|---|---|
| 103.115.48.110 | 103.115.48.0/24 | AS55933 | — | HK |
| 199.204.250.122 | 199.204.250.0/24 | AS40092 | ONIAAS - HostPapa | US |
| 38.177.160.179 | 38.177.128.0/18 | AS398478 | PEG-HK - PEG TECH INC | US |
WHOIS identity
- Registrar
- iana:52
- Organization
- amos fine
- Contact emails
Subdomains
7 observed subdomains of gtw420.com.
Web-graph footprint
Distinct hostnames that link to or from gtw420.com in the public web crawl.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- gtw420.com
SPF policy
5 SPF mechanisms authorising senders for gtw420.com.
| Mechanism | Target |
|---|---|
| SPF_A | gtw420.com |
| SPF_IP | 199.204.250.122 |
| SPF_IP | 216.222.194.162 |
| SPF_IP | 66.84.30.17 |
| SPF_MX | gtw420.com |
Related pages
Pivot deeper into the graph from gtw420.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gtw420.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.