Hostname
libaas.com.bd
Last fetched
libaas.com.bd resolves to 2 IPv4 addresses operated by AS17494 in BD.
Nutrition Label
Resolution chain
libaas.com.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 |
|---|---|---|---|---|
| 123.49.12.133 | 123.49.12.0/24 | AS17494 | — | BD |
| 72.9.145.44 | 72.9.144.0/21 | AS30277 | DFW-DATACENTER - DFW Datacenter | US |
WHOIS identity
No WHOIS records are currently associated with libaas.com.bd in WhisperGraph.
Subdomains
8 observed subdomains of libaas.com.bd.
Threat posture
History
Mail and authentication
MX records
- libaas.com.bd
SPF policy
4 SPF mechanisms authorising senders for libaas.com.bd.
| Mechanism | Target |
|---|---|
| SPF_A | libaas.com.bd |
| SPF_IP | 67.222.136.63 |
| SPF_IP | 72.9.145.44 |
| SPF_MX | libaas.com.bd |
Related pages
Pivot deeper into the graph from libaas.com.bd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "libaas.com.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.