Hostname
suntory.jp
Last fetched
suntory.jp resolves to 4 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE.
Nutrition Label
Resolution chain
suntory.jp resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.86.59.7 | 104.86.32.0/19 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.197.128.153 | 23.197.128.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.50.81.90 | 23.50.80.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | SG |
| 69.192.21.99 | 69.192.16.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- brights consulting
- Contact emails
Subdomains
6 observed subdomains of suntory.jp.
Web-graph footprint
Distinct hostnames that link to or from suntory.jp in the public web crawl.
419 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for suntory.jp.
| Mechanism | Target |
|---|---|
| SPF_IP | 202.253.244.65/32 |
| SPF_IP | 202.253.246.0/24 |
| SPF_IP | 202.253.247.65/32 |
| SPF_IP | 202.32.166.0/24 |
Related pages
Pivot deeper into the graph from suntory.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "suntory.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.