Hostname
changesoftware.com.br
Last fetched
changesoftware.com.br resolves to 10 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in DE.
Nutrition Label
Resolution chain
changesoftware.com.br resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.248.252.93 | 104.248.240.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
| 158.160.49.84 | 158.160.0.0/16 | AS200350 | YandexCloud - Yandex.Cloud LLC | RU |
| 165.22.93.202 | 165.22.80.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
| 167.172.162.71 | 167.172.160.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
| 187.1.142.34 | 187.1.142.0/23 | AS28299 | AS28299 - LWSA S/A | BR |
| 46.101.109.139 | 46.101.96.0/19 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
| 51.250.12.167 | 51.250.0.0/17 | AS200350 | YandexCloud - Yandex.Cloud LLC | RU |
| 51.250.84.44 | 51.250.0.0/17 | AS200350 | YandexCloud - Yandex.Cloud LLC | RU |
| 51.250.95.149 | 51.250.0.0/17 | AS200350 | YandexCloud - Yandex.Cloud LLC | RU |
| 89.169.137.216 | 89.169.128.0/18 | AS200350 | YandexCloud - Yandex.Cloud LLC | RU |
WHOIS identity
No WHOIS records are currently associated with changesoftware.com.br in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from changesoftware.com.br in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for changesoftware.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.uni5.net |
Related pages
Pivot deeper into the graph from changesoftware.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "changesoftware.com.br"})-[: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.