Hostname
videx.jp
Last fetched
videx.jp resolves to 1 IPv4 address operated by AS2516 in JP.
Nutrition Label
Resolution chain
videx.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 |
|---|---|---|---|---|
| 114.17.7.111 | 114.17.0.0/16 | AS2516 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- videx
- Contact emails
Subdomains
39 observed subdomains of videx.jp.
Web-graph footprint
Distinct hostnames that link to or from videx.jp in the public web crawl.
257 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for videx.jp.
| Mechanism | Target |
|---|---|
| SPF_IP | 103.5.20.0/22 |
| SPF_IP | 113.153.2.94 |
| SPF_IP | 114.17.7.0/25 |
| SPF_IP | 124.211.63.56/29 |
| SPF_IP | 152.117.252.48/32 |
| SPF_IP | 180.222.186.124 |
| SPF_IP | 180.222.186.125 |
| SPF_IP | 203.216.207.128/25 |
| SPF_IP | 39.110.224.48/29 |
Related pages
Pivot deeper into the graph from videx.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "videx.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.