Hostname
ibub.edu.bd
Last fetched
ibub.edu.bd resolves to 2 IPv4 addresses operated by HETZNER-CLOUD4-AS in SG.
Nutrition Label
Resolution chain
ibub.edu.bd 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 |
|---|---|---|---|---|
| 5.223.21.35 | 5.223.21.0/24 | AS215859 | HETZNER-CLOUD4-AS | SG |
| 5.223.76.109 | 5.223.76.0/24 | AS215859 | HETZNER-CLOUD4-AS | SG |
WHOIS identity
No WHOIS records are currently associated with ibub.edu.bd in WhisperGraph.
Subdomains
8 observed subdomains of ibub.edu.bd.
Threat posture
History
Mail and authentication
MX records
- ibub.edu.bd
SPF policy
10 SPF mechanisms authorising senders for ibub.edu.bd.
| Mechanism | Target |
|---|---|
| SPF_A | ibub.edu.bd |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 139.99.86.106 |
| SPF_IP | 5.223.21.35 |
| SPF_IP | 5.223.76.109 |
| SPF_IP | 51.79.128.156 |
| SPF_IP | 51.79.190.138 |
| SPF_IP | 51.79.196.46 |
| SPF_MX | ibub.edu.bd |
Related pages
Pivot deeper into the graph from ibub.edu.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ibub.edu.bd"})-[: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.