Skip to content

Hostname

env.go.jp

Last fetched

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

Nutrition Label

WHISPER CANON · env.go.jpRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/env.go.jp

Resolution chain

env.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
ministry of the environment government of japan
Contact emails

Subdomains

37 observed subdomains of env.go.jp.

Web-graph footprint

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

24,063 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for env.go.jp.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP61.125.139.21
SPF_IP61.125.139.22

Related pages

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

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "env.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.