Hostname
djkhfc.jp
Last fetched
djkhfc.jp resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
djkhfc.jp resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.165.160.101 | 3.165.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.160.11 | 3.165.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.160.14 | 3.165.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.160.64 | 3.165.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- sony music artists
- Contact emails
Subdomains
4 observed subdomains of djkhfc.jp.
Web-graph footprint
Distinct hostnames that link to or from djkhfc.jp in the public web crawl.
10 sites link to this hostname.
31 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for djkhfc.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.sme.co.jp |
| SPF_IP | 52.198.46.58/32 |
| SPF_IP | 52.199.245.138/32 |
Related pages
Pivot deeper into the graph from djkhfc.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "djkhfc.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.