Hostname
items.co.jp
Last fetched
items.co.jp resolves to 2 IPv4 addresses operated by SOFTLAYER - IBM Cloud in JP.
Nutrition Label
Resolution chain
items.co.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 |
|---|---|---|---|---|
| 169.56.21.68 | 169.56.0.0/18 | AS36351 | SOFTLAYER - IBM Cloud | 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
No WHOIS records are currently associated with items.co.jp in WhisperGraph.
Subdomains
1 observed subdomain of items.co.jp.
| Subdomain |
|---|
| www.items.co.jp |
Web-graph footprint
Distinct hostnames that link to or from items.co.jp in the public web crawl.
6 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- items.co.jp
- sv40.sixcore.ne.jp
SPF policy
4 SPF mechanisms authorising senders for items.co.jp.
| Mechanism | Target |
|---|---|
| SPF_A | items.co.jp |
| SPF_A | sv40.sixcore.ne.jp |
| SPF_INCLUDE | spf.sender.xserver.jp |
| SPF_MX | items.co.jp |
Related pages
Pivot deeper into the graph from items.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "items.co.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.