Hostname
remise.jp
Last fetched
remise.jp resolves to 1 IPv4 address operated by AS2514 in JP.
Nutrition Label
Resolution chain
remise.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 |
|---|---|---|---|---|
| 119.245.147.223 | 119.245.0.0/16 | AS2514 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- japan registry services jpdirect
- Contact emails
Subdomains
19 observed subdomains of remise.jp.
Showing 18 of 19. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from remise.jp in the public web crawl.
168 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for remise.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | fmx.etius.jp |
| SPF_INCLUDE | spf.bmv.jp |
| SPF_INCLUDE | zoho.com |
| SPF_IP | 119.245.146.2/32 |
| SPF_IP | 119.245.147.223 |
| SPF_IP | 18.178.250.91 |
| SPF_IP | 183.177.132.57 |
| SPF_IP | 210.160.253.129 |
Related pages
Pivot deeper into the graph from remise.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "remise.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.