Hostname
curing.exacttechnology.com
Last fetched
curing.exacttechnology.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FI.
Nutrition Label
Resolution chain
curing.exacttechnology.com 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 |
|---|---|---|---|---|
| 18.165.140.119 | 18.165.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 18.165.140.122 | 18.165.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 18.165.140.126 | 18.165.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 18.165.140.32 | 18.165.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.175.130.115 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 3.175.130.128 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 3.175.130.4 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 3.175.130.80 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 3.175.64.35 | 3.175.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.175.64.65 | 3.175.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.175.64.8 | 3.175.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.175.64.94 | 3.175.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with curing.exacttechnology.com in WhisperGraph.
Subdomains
3 observed subdomains of curing.exacttechnology.com.
Threat posture
History
Related pages
Pivot deeper into the graph from curing.exacttechnology.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "curing.exacttechnology.com"})-[: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.