Hostname
verse.works
Last fetched
verse.works resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
verse.works resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.187.13 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.22 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.7 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.73 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.160.200.30 | 18.160.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.200.34 | 18.160.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.200.80 | 18.160.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.200.90 | 18.160.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.116.129 | 18.164.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.116.35 | 18.164.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.116.44 | 18.164.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.116.67 | 18.164.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from verse.works in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for verse.works.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from verse.works.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "verse.works"})-[: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.