Hostname
docs.bernet.edu.bi
Last fetched
docs.bernet.edu.bi resolves to 1 IPv4 address operated by BURUNDI EDUCATION AND RESEARCH NETWORK - BERNET - BURUNDI EDUCATION AND RESEARCH NETWORK - BERNET in BI.
Nutrition Label
Resolution chain
docs.bernet.edu.bi resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.119.8.42 | 154.119.8.0/24 | AS327798 | BURUNDI EDUCATION AND RESEARCH NETWORK - BERNET - BURUNDI EDUCATION AND RESEARCH NETWORK - BERNET | BI |
WHOIS identity
No WHOIS records are currently associated with docs.bernet.edu.bi in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from docs.bernet.edu.bi.
- IP · 154.119.8.42
- ASN · AS327798BURUNDI EDUCATION AND RESEARCH NETWORK - BERNET - BURUNDI EDUCATION AND RESEARCH NETWORK - BERNET
- Country · BI
- Apex domain · edu.bi
- Parent domain · bernet.edu.bi
- TLD · .bi
- Browse hostnames · do…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "docs.bernet.edu.bi"})-[: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.