Hostname
mail.asug.com.br
Last fetched
mail.asug.com.br resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
mail.asug.com.br resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.227.106.56 | 13.227.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.227.106.74 | 13.227.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.227.106.95 | 13.227.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.227.106.98 | 13.227.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 94.46.166.92 | 94.46.160.0/20 | AS24768 | — | PT |
WHOIS identity
No WHOIS records are currently associated with mail.asug.com.br in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for mail.asug.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | mail.asug.com.br |
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.aknamail.com.br |
| SPF_IP | 94.46.166.92 |
| SPF_MX | mail.asug.com.br |
Related pages
Pivot deeper into the graph from mail.asug.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.asug.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.