Hostname
itpdev.jp
Last fetched
itpdev.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ZA.
Nutrition Label
Resolution chain
itpdev.jp resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.164.53.13 | 3.164.52.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.164.53.23 | 3.164.52.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.164.53.63 | 3.164.52.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.164.53.90 | 3.164.52.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.168.203.2 | 3.168.200.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 3.168.203.5 | 3.168.200.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 3.168.203.67 | 3.168.200.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 3.168.203.70 | 3.168.200.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
WHOIS identity
- Registrar
- —
- Organization
- ntt comware corporation
- Contact emails
Subdomains
19 observed subdomains of itpdev.jp.
Showing 17 of 19. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from itpdev.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "itpdev.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.