Hostname
man.china-ef.com
Last fetched
man.china-ef.com resolves to 4 IPv4 addresses operated by GNETINC-AS-AP - GNET INC..
Nutrition Label
Resolution chain
man.china-ef.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.186.85.20 | 103.186.85.0/24 | AS9294 | GNETINC-AS-AP - GNET INC. | — |
| 139.162.74.224 | 139.162.64.0/19 | AS63949 | AKAMAI-LINODE-AP - Akamai Connected Cloud | — |
| 207.148.47.7 | 207.148.47.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | — |
| 207.148.47.8 | 207.148.47.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | — |
WHOIS identity
No WHOIS records are currently associated with man.china-ef.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from man.china-ef.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "man.china-ef.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.