Hostname
uni7.edu.br
Last fetched
uni7.edu.br resolves to 2 IPv4 addresses operated by AS18881 in BR.
Nutrition Label
Resolution chain
uni7.edu.br 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 |
|---|---|---|---|---|
| 179.185.57.186 | 179.185.56.0/22 | AS18881 | — | BR |
| 189.80.207.26 | 189.80.192.0/18 | AS7738 | — | BR |
WHOIS identity
No WHOIS records are currently associated with uni7.edu.br in WhisperGraph.
Subdomains
11 observed subdomains of uni7.edu.br.
Web-graph footprint
Distinct hostnames that link to or from uni7.edu.br in the public web crawl.
24 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for uni7.edu.br.
| Mechanism | Target |
|---|---|
| SPF_A | ipiranga.uni7.edu.br |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 201.49.56.161 |
| SPF_IP | 201.49.56.175 |
Related pages
Pivot deeper into the graph from uni7.edu.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uni7.edu.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.