Hostname
teacher-dev.hello.ef.cn
Last fetched
teacher-dev.hello.ef.cn resolves to 2 IPv4 addresses operated by AS56045 in CN.
Nutrition Label
Resolution chain
teacher-dev.hello.ef.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 |
|---|---|---|---|---|
| 117.168.151.102 | 117.168.0.0/16 | AS56045 | — | CN |
| 42.202.211.208 | 42.202.208.0/20 | AS134762 | — | CN |
WHOIS identity
No WHOIS records are currently associated with teacher-dev.hello.ef.cn in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from teacher-dev.hello.ef.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "teacher-dev.hello.ef.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.