Hostname
630server.com
Last fetched
630server.com resolves to 2 IPv4 addresses operated by AIS-FIBRE-AS-AP AIS Fibre in TH. WHOIS lists iana:1636 as the registrar.
Nutrition Label
Resolution chain
630server.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 |
|---|---|---|---|---|
| 58.136.114.15 | 58.136.114.0/23 | AS133481 | AIS-FIBRE-AS-AP AIS Fibre | TH |
| 58.136.121.33 | 58.136.121.0/24 | AS133481 | AIS-FIBRE-AS-AP AIS Fibre | TH |
WHOIS identity
- Registrar
- iana:1636
- Organization
- domain admin
- Contact emails
Subdomains
2 observed subdomains of 630server.com.
| Subdomain |
|---|
| api.630server.com |
| mmk.630server.com |
Threat posture
History
Related pages
Pivot deeper into the graph from 630server.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "630server.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.