Skip to content

Hostname

bdsub.com

Last fetched

bdsub.com resolves to 2 IPv4 addresses operated by HEXAZN-AS-AP Hexazn in BD. WHOIS lists iana:303 as the registrar.

Nutrition Label

WHISPER CANON · bdsub.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bdsub.com

Resolution chain

bdsub.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
36.50.40.24836.50.40.0/24AS152098HEXAZN-AS-AP HexaznBD
70.32.23.11370.32.16.0/20AS55293A2HOSTING - A2 Hosting, Inc.US

WHOIS identity

Registrar
iana:303
Organization
dcatek
Contact emails

Subdomains

11 observed subdomains of bdsub.com.

Web-graph footprint

Distinct hostnames that link to or from bdsub.com in the public web crawl.

Threat posture

History

Mail and authentication

MX records

  • bdsub.com

Related pages

Pivot deeper into the graph from bdsub.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "bdsub.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 20

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