Hostname
ffds.api.moji.com
Last fetched
ffds.api.moji.com resolves to 4 IPv4 addresses operated by CHINANET-IDC-BJ-AP IDC, China Telecommunications Corporation in CN.
Nutrition Label
Resolution chain
ffds.api.moji.com 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 |
|---|---|---|---|---|
| 103.17.41.122 | 103.17.40.0/22 | AS23724 | CHINANET-IDC-BJ-AP IDC, China Telecommunications Corporation | CN |
| 139.95.0.110 | 139.95.0.0/23 | AS45102 | ALIBABA-CN-NET Alibaba US Technology Co., Ltd. | GB |
| 139.95.12.41 | 139.95.12.0/23 | AS45102 | ALIBABA-CN-NET Alibaba US Technology Co., Ltd. | GB |
| 210.14.149.55 | 210.14.144.0/21 | AS56019 | SHUJUJIA Beijing ShuJuJia Technology Co., Ltd. | CN |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Related pages
Pivot deeper into the graph from ffds.api.moji.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ffds.api.moji.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.