Hostname
unicid.edu.br
Last fetched
unicid.edu.br resolves to 14 IPv4 addresses operated by AKAMAI-ASN1 in DE.
Nutrition Label
Resolution chain
unicid.edu.br resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.24.77.78 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.24.77.79 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.24.77.83 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.13 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.18 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.7 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.19.198.203 | 2.19.198.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.74.35 | 2.21.74.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.21.74.50 | 2.21.74.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.32.238.74 | 23.32.238.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 23.55.243.70 | 23.55.243.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.55.243.75 | 23.55.243.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 95.101.137.22 | 95.101.137.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 95.101.137.34 | 95.101.137.0/24 | AS20940 | AKAMAI-ASN1 | FR |
WHOIS identity
No WHOIS records are currently associated with unicid.edu.br in WhisperGraph.
Subdomains
17 observed subdomains of unicid.edu.br.
Web-graph footprint
Distinct hostnames that link to or from unicid.edu.br in the public web crawl.
182 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for unicid.edu.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf-acl.acl.com.br |
| SPF_INCLUDE | spf.aknamail.com.br |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_22599.aknamail.com.br |
| SPF_IP | 177.174.96.42/32 |
| SPF_IP | 177.69.71.0/25 |
| SPF_IP | 200.219.232.161/32 |
| SPF_IP | 201.85.23.87/32 |
Related pages
Pivot deeper into the graph from unicid.edu.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "unicid.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.