Hostname
softys.ec
Last fetched
softys.ec resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BH.
Nutrition Label
Resolution chain
softys.ec 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 |
|---|---|---|---|---|
| 3.175.130.112 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 3.175.130.129 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 3.175.130.46 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 3.175.130.83 | 3.128.0.0/10 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BH |
| 52.85.193.103 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.193.25 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.193.42 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.193.84 | 52.85.192.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.86.171.101 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.119 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.21 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 99.86.171.30 | 99.86.171.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
WHOIS identity
No WHOIS records are currently associated with softys.ec in WhisperGraph.
Subdomains
1 observed subdomain of softys.ec.
| Subdomain |
|---|
| www.softys.ec |
Threat posture
History
Related pages
Pivot deeper into the graph from softys.ec.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "softys.ec"})-[: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.