Hostname
mteabio.cn
Last fetched
mteabio.cn resolves to 8 IPv4 addresses operated by CT-DongGuan-IDC - CHINANET Guangdong province network in CN.
Nutrition Label
Resolution chain
mteabio.cn resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 113.105.156.190 | 113.105.144.0/20 | AS134763 | CT-DongGuan-IDC - CHINANET Guangdong province network | CN |
| 113.105.156.191 | 113.105.144.0/20 | AS134763 | CT-DongGuan-IDC - CHINANET Guangdong province network | CN |
| 113.105.156.192 | 113.105.144.0/20 | AS134763 | CT-DongGuan-IDC - CHINANET Guangdong province network | CN |
| 113.105.156.193 | 113.105.144.0/20 | AS134763 | CT-DongGuan-IDC - CHINANET Guangdong province network | CN |
| 113.105.156.194 | 113.105.144.0/20 | AS134763 | CT-DongGuan-IDC - CHINANET Guangdong province network | CN |
| 113.105.156.195 | 113.105.144.0/20 | AS134763 | CT-DongGuan-IDC - CHINANET Guangdong province network | CN |
| 113.105.156.196 | 113.105.144.0/20 | AS134763 | CT-DongGuan-IDC - CHINANET Guangdong province network | CN |
| 113.105.156.197 | 113.105.144.0/20 | AS134763 | CT-DongGuan-IDC - CHINANET Guangdong province network | CN |
WHOIS identity
No WHOIS records are currently associated with mteabio.cn in WhisperGraph.
Subdomains
1 observed subdomain of mteabio.cn.
| Subdomain |
|---|
| www.mteabio.cn |
Threat posture
History
Related pages
Pivot deeper into the graph from mteabio.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mteabio.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.