Hostname
pixta.co.jp
Last fetched
pixta.co.jp resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
pixta.co.jp resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.158.144.62 | 13.158.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.159.218.26 | 13.158.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.176.240.178 | 18.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.178.135.171 | 18.178.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.168.60.184 | 54.168.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.182.193.48 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- pixta co.,ltd.
- Contact emails
- —
Subdomains
8 observed subdomains of pixta.co.jp.
Web-graph footprint
Distinct hostnames that link to or from pixta.co.jp in the public web crawl.
189 sites link to this hostname.
157 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for pixta.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.bmv.jp |
| SPF_INCLUDE | spf.haihaimail.jp |
| SPF_IP | 106.185.100.0/23 |
| SPF_IP | 106.185.96.0/23 |
| SPF_IP | 106.185.98.0/23 |
| SPF_IP | 150.66.55.197/32 |
| SPF_IP | 182.48.49.24 |
| SPF_IP | 35.72.225.0/25 |
| SPF_IP | 58.191.47.9/32 |
| SPF_MX | md27.maildealer.jp |
Related pages
Pivot deeper into the graph from pixta.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pixta.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.