Hostname
pipp.jp
Last fetched
pipp.jp resolves to 2 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in JP.
Nutrition Label
Resolution chain
pipp.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 |
|---|---|---|---|---|
| 132.145.123.76 | 132.145.120.0/21 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | 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
- sueyoshi takaomi
- Contact emails
Subdomains
9 observed subdomains of pipp.jp.
Web-graph footprint
Distinct hostnames that link to or from pipp.jp in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for pipp.jp.
| Mechanism | Target |
|---|---|
| SPF_IP | 132.145.123.76 |
| SPF_IP | 140.238.58.221 |
| SPF_IP | 150.230.103.61 |
Related pages
Pivot deeper into the graph from pipp.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pipp.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.