Skip to content

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

WHISPER CANON · fjnu.edu.cnRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/fjnu.edu.cn

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.

IPPrefixASNOperatorCountry
121.204.145.238121.204.128.0/19AS133774CHINATELECOM-FUJIAN-FUZHOU-IDC1 - FuzhouCN

WHOIS identity

No WHOIS records are currently associated with fjnu.edu.cn in WhisperGraph.

Subdomains

166 observed subdomains of fjnu.edu.cn.

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.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for fjnu.edu.cn.

MechanismTarget
SPF_INCLUDEspf.icoremail.net
SPF_IP210.34.32.239
SPF_IP210.34.32.240
SPF_IP210.34.32.243
SPF_IP210.34.32.244
SPF_IP210.34.32.245
SPF_IP210.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.