Hostname
fjnu.edu.cn
Last fetched
fjnu.edu.cn resolves to 1 IPv4 address operated by CHINATELECOM-FUJIAN-FUZHOU-IDC1 - Fuzhou in CN.
Nutrition Label
Resolution chain
fjnu.edu.cn resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 121.204.145.238 | 121.204.128.0/19 | AS133774 | CHINATELECOM-FUJIAN-FUZHOU-IDC1 - Fuzhou | CN |
WHOIS identity
No WHOIS records are currently associated with fjnu.edu.cn in WhisperGraph.
Subdomains
166 observed subdomains of fjnu.edu.cn.
Showing 25 of 166. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fjnu.edu.cn in the public web crawl.
233 sites link to this hostname.
97 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for fjnu.edu.cn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.icoremail.net |
| SPF_IP | 210.34.32.239 |
| SPF_IP | 210.34.32.240 |
| SPF_IP | 210.34.32.243 |
| SPF_IP | 210.34.32.244 |
| SPF_IP | 210.34.32.245 |
| SPF_IP | 210.34.32.246 |
Related pages
Pivot deeper into the graph from fjnu.edu.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fjnu.edu.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.