Hostname
sagared.com.ar
Last fetched
sagared.com.ar resolves to 2 IPv4 addresses operated by AS16814 in AR.
Nutrition Label
Resolution chain
sagared.com.ar resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 190.210.98.116 | 190.210.96.0/22 | AS16814 | — | AR |
| 190.210.98.116 | 190.210.96.0/22 | AS16814 | — | AR |
| 190.61.250.150 | 190.61.250.0/24 | AS18747 | IFX18747 - IFX Corporation | US |
WHOIS identity
No WHOIS records are currently associated with sagared.com.ar in WhisperGraph.
Subdomains
6 observed subdomains of sagared.com.ar.
Web-graph footprint
Distinct hostnames that link to or from sagared.com.ar in the public web crawl.
Threat posture
History
Mail and authentication
MX records
- mail.sagared.com.ar
- sagared.com.ar
SPF policy
10 SPF mechanisms authorising senders for sagared.com.ar.
| Mechanism | Target |
|---|---|
| SPF_A | sagared.com.ar |
| SPF_IP | 190.210.98.0/24 |
| SPF_IP | 190.210.98.116 |
| SPF_IP | 190.61.250.0/24 |
| SPF_IP | 200.110.141.0/24 |
| SPF_IP | 200.62.54.0/23 |
| SPF_IP | 200.80.42.0/23 |
| SPF_IP | 216.59.32.0/24 |
| SPF_IP | 66.219.25.192/27 |
| SPF_MX | sagared.com.ar |
Related pages
Pivot deeper into the graph from sagared.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sagared.com.ar"})-[: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.