Skip to content

Hostname

softys.ec

Last fetched

softys.ec resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BH.

Nutrition Label

WHISPER CANON · softys.ecRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/softys.ec

Resolution chain

softys.ec resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.175.130.1123.128.0.0/10AS16509AMAZON-02 - Amazon.com, Inc.BH
3.175.130.1293.128.0.0/10AS16509AMAZON-02 - Amazon.com, Inc.BH
3.175.130.463.128.0.0/10AS16509AMAZON-02 - Amazon.com, Inc.BH
3.175.130.833.128.0.0/10AS16509AMAZON-02 - Amazon.com, Inc.BH
52.85.193.10352.85.192.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.193.2552.85.192.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.193.4252.85.192.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.193.8452.85.192.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.86.171.10199.86.171.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
99.86.171.11999.86.171.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
99.86.171.2199.86.171.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
99.86.171.3099.86.171.0/24AS16509AMAZON-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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.