Hostname
99.com
Last fetched
99.com resolves to 1 IPv4 address operated by KEJORA-AS-ID PT. Bintang Kejora Teknologi in CN. WHOIS lists iana:120 as the registrar.
Nutrition Label
Resolution chain
99.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 121.207.250.70 | 121.207.250.0/24 | AS133774 | KEJORA-AS-ID PT. Bintang Kejora Teknologi | CN |
WHOIS identity
- Registrar
- iana:120
- Organization
- chenxiang
- Contact emails
Subdomains
150 observed subdomains of 99.com.
Showing 25 of 150. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from 99.com in the public web crawl.
67 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for 99.com.
| Mechanism | Target |
|---|---|
| SPF_A | 99.com |
| SPF_INCLUDE | nd.com.cn |
| SPF_INCLUDE | spf.mail.qq.com |
| SPF_IP | 121.207.250.0/24 |
| SPF_IP | 121.207.254.0/24 |
| SPF_IP | 208.113.71.188 |
| SPF_IP | 216.93.169.64/26 |
| SPF_IP | 218.5.2.219 |
| SPF_IP | 58.22.103.0/24 |
| SPF_IP | 58.49.94.72 |
| SPF_MX | 99.com |
Related pages
Pivot deeper into the graph from 99.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "99.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.