Skip to content

Hostname

aidm.ac.bd

Last fetched

aidm.ac.bd resolves to 1 IPv4 address operated by PROQUEST - PROQUEST, LLC in US.

Nutrition Label

WHISPER CANON · aidm.ac.bdRouting diversity1.5/10Peering density7.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/aidm.ac.bd

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.

IPPrefixASNOperatorCountry
104.234.134.140104.234.134.0/24AS40676PROQUEST - PROQUEST, LLCUS

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.

MechanismTarget
SPF_Aaidm.ac.bd
SPF_IP104.234.134.140
SPF_IP166.0.175.165
SPF_MXaidm.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.