Skip to content

Hostname

eny.jp

Last fetched

eny.jp resolves to 1 IPv4 address operated by KDDI KDDI CORPORATION in JP.

Nutrition Label

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

Resolution chain

eny.jp resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
210.196.200.101210.196.0.0/16AS2516KDDI KDDI CORPORATIONJP

WHOIS identity

Registrar
Organization
environmental network in yamagata, nonprofit organization
Contact emails

Subdomains

4 observed subdomains of eny.jp.

Web-graph footprint

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

60 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for eny.jp.

MechanismTarget
SPF_IP210.196.200.96/28
SPF_IP210.196.205.16/28

Related pages

Pivot deeper into the graph from eny.jp.

Cypher and MCP

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

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