Hostname
unifran.br
Last fetched
unifran.br resolves to 4 IPv4 addresses operated by VNPT-AS-VN - VNPT Corp in VN.
Nutrition Label
Resolution chain
unifran.br resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 113.171.12.153 | 113.171.0.0/20 | AS45899 | VNPT-AS-VN - VNPT Corp | VN |
| 113.171.12.161 | 113.171.0.0/20 | AS45899 | VNPT-AS-VN - VNPT Corp | VN |
| 96.17.207.155 | 96.17.207.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | FR |
| 96.17.207.156 | 96.17.207.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | FR |
WHOIS identity
- Registrar
- —
- Organization
- ricardo katague
- Contact emails
Subdomains
6 observed subdomains of unifran.br.
Web-graph footprint
Distinct hostnames that link to or from unifran.br in the public web crawl.
30 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for unifran.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 177.174.96.42/32 |
| SPF_IP | 200.136.87.0/24 |
| SPF_IP | 201.16.242.0/25 |
Related pages
Pivot deeper into the graph from unifran.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "unifran.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.