Hostname
ddir.co.jp
Last fetched
ddir.co.jp resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US.
Nutrition Label
Resolution chain
ddir.co.jp resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.60.104.47 | 45.60.104.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.60.32.47 | 45.60.32.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
WHOIS identity
- Registrar
- —
- Organization
- dentsu direct
- Contact emails
- —
Subdomains
2 observed subdomains of ddir.co.jp.
| Subdomain |
|---|
| www-mnt.ddir.co.jp |
| www.ddir.co.jp |
Web-graph footprint
Distinct hostnames that link to or from ddir.co.jp in the public web crawl.
26 sites link to this hostname.
32 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for ddir.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 21038420.spf02.hubspotemail.net |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.dentsu.co.jp |
| SPF_INCLUDE | spf2.dentsu.co.jp |
| SPF_IP | 133.162.66.75/32 |
| SPF_IP | 35.79.70.124 |
| SPF_IP | 54.250.102.224 |
Related pages
Pivot deeper into the graph from ddir.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ddir.co.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.