Hostname
bdcaptain.com
Last fetched
bdcaptain.com resolves to 2 IPv4 addresses operated by AS59210 in SG. WHOIS lists iana:1250 as the registrar.
Nutrition Label
Resolution chain
bdcaptain.com 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 |
|---|---|---|---|---|
| 125.253.92.186 | 125.253.92.0/24 | AS59210 | — | SG |
| 77.37.75.64 | 77.37.0.0/17 | AS31400 | — | SG |
WHOIS identity
- Registrar
- iana:1250
- Organization
- domain administrator
- Contact emails
Subdomains
10 observed subdomains of bdcaptain.com.
Threat posture
History
Mail and authentication
MX records
- bdcaptain.com
- mx1.hostinger.com
- mx2.hostinger.com
SPF policy
5 SPF mechanisms authorising senders for bdcaptain.com.
| Mechanism | Target |
|---|---|
| SPF_A | bdcaptain.com |
| SPF_INCLUDE | _spf.mail.hostinger.com |
| SPF_IP | 103.65.138.53 |
| SPF_IP | 125.253.92.186 |
| SPF_MX | bdcaptain.com |
Related pages
Pivot deeper into the graph from bdcaptain.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bdcaptain.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.