Hostname
kikkoman.com
Last fetched
kikkoman.com resolves to 1 IPv4 address operated by AS2516 in JP. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
kikkoman.com 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 |
|---|---|---|---|---|
| 202.239.155.80 | 202.239.128.0/18 | AS2516 | — | JP |
WHOIS identity
- Registrar
- iana:2
- Organization
- kikkoman sales usa,
- Contact emails
Subdomains
6 observed subdomains of kikkoman.com.
Web-graph footprint
Distinct hostnames that link to or from kikkoman.com in the public web crawl.
828 sites link to this hostname.
137 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for kikkoman.com.
| Mechanism | Target |
|---|---|
| SPF_A | gmail-out.mxhero.com |
| SPF_A | gmail.mxhero.com |
| SPF_A | mail.kmsnet.com |
| SPF_A | ns3.kmsnet.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 209.137.146.41 |
| SPF_IP | 4.59.219.94 |
| SPF_IP | 63.106.0.86 |
| SPF_IP | 97.88.241.61 |
Related pages
Pivot deeper into the graph from kikkoman.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kikkoman.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.