Hostname
receiver-api.devtest.intersoftsapient.cn
Last fetched
receiver-api.devtest.intersoftsapient.cn resolves to 2 IPv4 addresses operated by CHINANET-Guizhou-Guian-IDC - Guizhou GuiAn IDC in CN.
Nutrition Label
Resolution chain
receiver-api.devtest.intersoftsapient.cn 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 |
|---|---|---|---|---|
| 119.0.68.12 | 119.0.64.0/19 | AS139203 | CHINANET-Guizhou-Guian-IDC - Guizhou GuiAn IDC | CN |
| 27.36.125.20 | 27.36.125.0/24 | AS136959 | UNICOM-FuoShan-IDC - China Unicom Guangdong IP network | CN |
WHOIS identity
No WHOIS records are currently associated with receiver-api.devtest.intersoftsapient.cn in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from receiver-api.devtest.intersoftsapient.cn.
- IP · 119.0.68.12
- ASN · AS139203CHINANET-Guizhou-Guian-IDC - Guizhou GuiAn IDC
- Country · CN
- Apex domain · intersoftsapient.cn
- Parent domain · devtest.intersoftsapient.cn
- TLD · .cn
- Browse hostnames · re…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "receiver-api.devtest.intersoftsapient.cn"})-[: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.