Skip to content

Hostname

d3b.jp

Last fetched

d3b.jp resolves to 1 IPv4 address operated by SAKURA-C SAKURA Internet Inc. in JP.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
112.78.125.105112.78.112.0/20AS9371SAKURA-C SAKURA Internet Inc.JP

WHOIS identity

Registrar
Organization
daisanbunmei-sha
Contact emails

Subdomains

1 observed subdomain of d3b.jp.

Subdomain
www.d3b.jp

Web-graph footprint

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

42 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

  • d3b.jp

SPF policy

2 SPF mechanisms authorising senders for d3b.jp.

MechanismTarget
SPF_Awww645b.sakura.ne.jp
SPF_MXd3b.jp

Related pages

Pivot deeper into the graph from d3b.jp.

Cypher and MCP

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

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