Hostname
human.ac.jp
Last fetched
human.ac.jp resolves to 1 IPv4 address operated by AS7506 in JP.
Nutrition Label
Resolution chain
human.ac.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 |
|---|---|---|---|---|
| 160.251.123.205 | 160.251.151.0/24 | AS7506 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- waseda college of medical arts and science
- Contact emails
- —
Subdomains
15 observed subdomains of human.ac.jp.
Web-graph footprint
Distinct hostnames that link to or from human.ac.jp in the public web crawl.
161 sites link to this hostname.
108 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for human.ac.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.ma-jin.jp |
| SPF_IP | 150.249.241.212 |
| SPF_IP | 150.249.241.218 |
| SPF_IP | 153.120.4.10 |
| SPF_IP | 157.7.140.194 |
| SPF_IP | 157.7.198.179 |
| SPF_IP | 160.16.103.171 |
| SPF_IP | 160.16.112.21 |
| SPF_IP | 160.251.123.205 |
| SPF_IP | 210.193.113.249/32 |
| SPF_IP | 210.193.113.35/32 |
| SPF_IP | 52.185.189.102 |
| SPF_IP | 54.248.18.164 |
Related pages
Pivot deeper into the graph from human.ac.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "human.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.