Hostname
cuc.ac.jp
Last fetched
cuc.ac.jp appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
cuc.ac.jp has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- chiba university of commerce
- Contact emails
- —
Subdomains
645 observed subdomains of cuc.ac.jp.
Showing 25 of 645. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cuc.ac.jp in the public web crawl.
521 sites link to this hostname.
240 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for cuc.ac.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.willap.jp |
| SPF_INCLUDE | spf.mta.hdems.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 13.230.91.18/32 |
| SPF_IP | 133.217.192.19/32 |
| SPF_IP | 133.217.192.20/32 |
| SPF_IP | 133.217.192.21/32 |
| SPF_IP | 133.217.192.22/32 |
| SPF_IP | 133.217.192.23/32 |
| SPF_IP | 202.244.32.107/32 |
| SPF_IP | 202.244.32.71/32 |
| SPF_IP | 202.244.32.72/32 |
| SPF_IP | 202.244.38.120/32 |
| SPF_IP | 3.115.251.253/32 |
| SPF_IP | 46.51.248.56/32 |
| SPF_IP | 52.69.208.146/32 |
| SPF_IP | 52.69.95.118/32 |
| SPF_IP | 54.249.226.178/32 |
| SPF_IP | 54.65.17.160/32 |
Related pages
Pivot deeper into the graph from cuc.ac.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cuc.ac.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.