Hostname
rkk.jp
Last fetched
rkk.jp resolves to 1 IPv4 address operated by AS2497 in JP.
Nutrition Label
Resolution chain
rkk.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 |
|---|---|---|---|---|
| 210.149.77.82 | 210.149.0.0/16 | AS2497 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- kumamoto broadcasting
- Contact emails
Subdomains
12 observed subdomains of rkk.jp.
Web-graph footprint
Distinct hostnames that link to or from rkk.jp in the public web crawl.
498 sites link to this hostname.
244 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for rkk.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.securemx.jp |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 153.126.160.117 |
| SPF_IP | 202.214.11.80/28 |
| SPF_IP | 203.180.230.79 |
| SPF_IP | 210.149.77.82 |
| SPF_IP | 210.149.77.83 |
| SPF_IP | 219.127.249.128/26 |
| SPF_MX | mail.21mail.jp |
| SPF_MX | mail.prius-pro.jp |
| SPF_MX | rkk.jp |
Related pages
Pivot deeper into the graph from rkk.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rkk.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.