Hostname
stonehm.io
Last fetched
stonehm.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
stonehm.io 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 |
|---|---|---|---|---|
| 13.225.177.45 | 13.225.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.225.177.46 | 13.225.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.225.177.68 | 13.225.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.225.177.7 | 13.225.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.162.174.27 | 3.162.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.174.55 | 3.162.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.174.7 | 3.162.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.174.76 | 3.162.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with stonehm.io in WhisperGraph.
Subdomains
1 observed subdomain of stonehm.io.
| Subdomain |
|---|
| www.stonehm.io |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for stonehm.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.whoisworks.com |
Related pages
Pivot deeper into the graph from stonehm.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stonehm.io"})-[: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.