Skip to content

Hostname

nmri.go.jp

Last fetched

nmri.go.jp appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · nmri.go.jpRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency3.3/10Resolver footprint4.0/10canon.whisper.security/host/nmri.go.jp

Resolution chain

nmri.go.jp has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
Organization
national maritime research institute
Contact emails

Subdomains

16 observed subdomains of nmri.go.jp.

Web-graph footprint

Distinct hostnames that link to or from nmri.go.jp in the public web crawl.

225 sites link to this hostname.

99 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

13 SPF mechanisms authorising senders for nmri.go.jp.

MechanismTarget
SPF_Anmri.go.jp
SPF_INCLUDEdigital-knowledge.sm.air.ne.jp
SPF_INCLUDEspf.protection.outlook.com
SPF_IP133.167.8.146
SPF_IP202.241.16.13
SPF_IP202.241.16.14
SPF_IP202.241.16.240
SPF_IP210.166.72.24/32
SPF_IP210.166.72.25/32
SPF_IP210.166.72.35/32
SPF_IP210.166.72.36/32
SPF_IP210.166.72.37/32
SPF_MXnmri.go.jp

Related pages

Pivot deeper into the graph from nmri.go.jp.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "nmri.go.jp"})-[: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.