Hostname
rd.fril.jp
Last fetched
rd.fril.jp resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
rd.fril.jp resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.113.59.234 | 13.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.158.115.48 | 13.158.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.192.27.73 | 13.192.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.198.209.235 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.248.33.4 | 54.248.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.250.67.137 | 54.250.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with rd.fril.jp in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from rd.fril.jp in the public web crawl.
25 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
13 SPF mechanisms authorising senders for rd.fril.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf-bma.mpme.jp |
| SPF_INCLUDE | spf.curumeru.jp |
| SPF_IP | 13.115.68.238 |
| SPF_IP | 18.180.100.64 |
| SPF_IP | 3.115.60.231 |
| SPF_IP | 52.193.21.158 |
| SPF_IP | 52.69.51.90 |
| SPF_IP | 54.168.8.21 |
| SPF_IP | 54.249.245.22 |
Related pages
Pivot deeper into the graph from rd.fril.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rd.fril.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.