Hostname
aidm.ac.bd
Last fetched
aidm.ac.bd resolves to 1 IPv4 address operated by PROQUEST - PROQUEST, LLC in US.
Nutrition Label
Resolution chain
aidm.ac.bd 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 |
|---|---|---|---|---|
| 104.234.134.140 | 104.234.134.0/24 | AS40676 | PROQUEST - PROQUEST, LLC | US |
WHOIS identity
No WHOIS records are currently associated with aidm.ac.bd in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- aidm.ac.bd
SPF policy
4 SPF mechanisms authorising senders for aidm.ac.bd.
| Mechanism | Target |
|---|---|
| SPF_A | aidm.ac.bd |
| SPF_IP | 104.234.134.140 |
| SPF_IP | 166.0.175.165 |
| SPF_MX | aidm.ac.bd |
Related pages
Pivot deeper into the graph from aidm.ac.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aidm.ac.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.