Hostname
up.edu.br
Last fetched
up.edu.br resolves to 12 IPv4 addresses operated by AKAMAI-ASN1 in PH.
Nutrition Label
Resolution chain
up.edu.br resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 124.106.8.25 | 124.106.8.0/24 | AS20940 | AKAMAI-ASN1 | PH |
| 124.106.8.8 | 124.106.8.0/24 | AS20940 | AKAMAI-ASN1 | PH |
| 184.24.77.50 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.24.77.72 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.164.27 | 2.16.164.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.164.56 | 2.16.164.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.16 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.17 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.44.201.211 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.201.215 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 95.100.146.105 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 95.100.146.112 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
WHOIS identity
No WHOIS records are currently associated with up.edu.br in WhisperGraph.
Subdomains
21 observed subdomains of up.edu.br.
Web-graph footprint
Distinct hostnames that link to or from up.edu.br in the public web crawl.
317 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for up.edu.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | dns-abmail.com.br |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | sparkpostmail.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 177.69.71.0/25 |
| SPF_IP | 200.219.232.160/28 |
| SPF_IP | 201.85.23.80/28 |
Related pages
Pivot deeper into the graph from up.edu.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "up.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.