Hostname
videog.jp
Last fetched
videog.jp resolves to 2 IPv4 addresses operated by AS4694 in JP.
Nutrition Label
Resolution chain
videog.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 |
|---|---|---|---|---|
| 211.133.131.100 | 211.133.128.0/20 | AS4694 | — | JP |
| 211.133.131.101 | 211.133.128.0/20 | AS4694 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- gmo pepabo,
- Contact emails
Subdomains
43 observed subdomains of videog.jp.
Showing 25 of 43. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from videog.jp in the public web crawl.
299 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
8 SPF mechanisms authorising senders for videog.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.maildeliver.jp |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_IP | 153.142.25.60/32 |
| SPF_IP | 202.210.147.128/26 |
| SPF_IP | 202.230.0.0/22 |
| SPF_IP | 202.231.198.128/25 |
| SPF_IP | 211.133.131.0/25 |
Related pages
Pivot deeper into the graph from videog.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "videog.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.