Hostname
am12.jp
Last fetched
am12.jp resolves to 2 IPv4 addresses operated by AS9371 in JP.
Nutrition Label
Resolution chain
am12.jp resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 133.167.67.231 | 133.167.0.0/16 | AS9371 | — | JP |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- akashi municipal planetarium
- Contact emails
Subdomains
3 observed subdomains of am12.jp.
Web-graph footprint
Distinct hostnames that link to or from am12.jp in the public web crawl.
301 sites link to this hostname.
47 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- am12.jp
SPF policy
2 SPF mechanisms authorising senders for am12.jp.
| Mechanism | Target |
|---|---|
| SPF_A | am12.jp |
| SPF_MX | am12.jp |
Related pages
Pivot deeper into the graph from am12.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "am12.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.