Hostname
devio2015.classmethod.jp
Last fetched
devio2015.classmethod.jp resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
devio2015.classmethod.jp resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.154.224 | 3.5.154.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.155.213 | 3.5.155.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.155.36 | 3.5.155.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.155.64 | 3.5.155.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.157.46 | 3.5.157.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.157.80 | 3.5.157.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.159.10 | 3.5.159.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.159.169 | 3.5.159.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.159.80 | 3.5.159.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.162.127 | 52.219.162.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.163.83 | 52.219.162.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.172.23 | 52.219.172.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.198.23 | 52.219.198.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.199.143 | 52.219.199.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.200.11 | 52.219.200.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with devio2015.classmethod.jp in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from devio2015.classmethod.jp in the public web crawl.
5 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from devio2015.classmethod.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "devio2015.classmethod.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.