Hostname
ctslbd.com
Last fetched
ctslbd.com resolves to 1 IPv4 address operated by AS24323 in BD. WHOIS lists iana:82 as the registrar.
Nutrition Label
Resolution chain
ctslbd.com 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 |
|---|---|---|---|---|
| 103.4.67.18 | 103.4.67.0/24 | AS24323 | — | BD |
WHOIS identity
- Registrar
- iana:82
- Organization
- nasser rizvi
- Contact emails
Subdomains
1 observed subdomain of ctslbd.com.
| Subdomain |
|---|
| mail.ctslbd.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ctslbd.com.
| Mechanism | Target |
|---|---|
| SPF_A | ctslbd.com |
| SPF_IP | 182.160.102.110 |
| SPF_IP | 182.160.98.172 |
| SPF_IP | 182.160.99.101 |
| SPF_IP | 182.160.99.102 |
| SPF_IP | 203.202.241.198 |
| SPF_IP | 203.202.241.199 |
| SPF_IP | 45.64.135.186 |
| SPF_IP | 45.64.135.198 |
| SPF_MX | ctslbd.com |
Related pages
Pivot deeper into the graph from ctslbd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ctslbd.com"})-[: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.