Hostname
hino-net.com
Last fetched
hino-net.com resolves to 2 IPv4 addresses operated by AS24282 in JP. WHOIS lists iana:1656 as the registrar.
Nutrition Label
Resolution chain
hino-net.com 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 |
|---|---|---|---|---|
| 133.18.87.176 | 133.18.0.0/16 | AS24282 | — | JP |
| 49.212.243.52 | 49.212.0.0/16 | AS9371 | — | JP |
WHOIS identity
- Registrar
- iana:1656
- Organization
- kabushikikaisya hino
- Contact emails
Subdomains
1 observed subdomain of hino-net.com.
| Subdomain |
|---|
| www.hino-net.com |
Web-graph footprint
Distinct hostnames that link to or from hino-net.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- dmail.kagoya.net
- hino-net.com
SPF policy
3 SPF mechanisms authorising senders for hino-net.com.
| Mechanism | Target |
|---|---|
| SPF_A | www3542.sakura.ne.jp |
| SPF_INCLUDE | kagoya.net |
| SPF_MX | hino-net.com |
Related pages
Pivot deeper into the graph from hino-net.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hino-net.com"})-[: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.