Hostname
composystem.com.uy
Last fetched
composystem.com.uy resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
composystem.com.uy resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.169.47.195 | 35.168.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with composystem.com.uy in WhisperGraph.
Subdomains
6 observed subdomains of composystem.com.uy.
Web-graph footprint
Distinct hostnames that link to or from composystem.com.uy in the public web crawl.
5 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for composystem.com.uy.
| Mechanism | Target |
|---|---|
| SPF_A | composystem.com.uy |
| SPF_INCLUDE | spf.os-ns.com |
| SPF_IP | 104.234.171.133 |
| SPF_IP | 104.234.171.134 |
| SPF_IP | 104.234.171.135 |
| SPF_IP | 104.234.171.136 |
| SPF_IP | 173.214.190.81 |
| SPF_IP | 200.40.42.122 |
| SPF_IP | 200.40.42.181 |
| SPF_IP | 35.169.47.195 |
| SPF_MX | composystem.com.uy |
Related pages
Pivot deeper into the graph from composystem.com.uy.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "composystem.com.uy"})-[: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.