Hostname
123direct.jp
Last fetched
123direct.jp resolves to 1 IPv4 address operated by AS2516 in JP.
Nutrition Label
Resolution chain
123direct.jp resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 211.10.131.131 | 211.10.128.0/17 | AS2516 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- direct publishing
- Contact emails
Subdomains
3 observed subdomains of 123direct.jp.
Web-graph footprint
Distinct hostnames that link to or from 123direct.jp in the public web crawl.
29 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for 123direct.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.dpubems.jp |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | mdzambia.maildealer.jp |
| SPF_IP | 211.10.131.0/24 |
| SPF_IP | 211.10.132.0/24 |
| SPF_IP | 52.69.229.175/32 |
Related pages
Pivot deeper into the graph from 123direct.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "123direct.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.