Hostname
jarac.or.jp
Last fetched
jarac.or.jp resolves to 1 IPv4 address operated by AS2514 in JP.
Nutrition Label
Resolution chain
jarac.or.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 |
|---|---|---|---|---|
| 61.194.35.118 | 61.194.0.0/17 | AS2514 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- japan association of refrigeration and air-conditioning contractors
- Contact emails
- —
Subdomains
6 observed subdomains of jarac.or.jp.
Web-graph footprint
Distinct hostnames that link to or from jarac.or.jp in the public web crawl.
126 sites link to this hostname.
55 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for jarac.or.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.securemx.jp |
| SPF_IP | 133.242.167.110 |
| SPF_IP | 202.43.99.56 |
| SPF_IP | 202.43.99.59 |
| SPF_IP | 210.130.202.0/24 |
| SPF_IP | 61.194.35.118 |
Related pages
Pivot deeper into the graph from jarac.or.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jarac.or.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.