Skip to content

Hostname

bdb.am

Last fetched

bdb.am resolves to 1 IPv4 address operated by CONTABO in US.

Nutrition Label

WHISPER CANON · bdb.amRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bdb.am

Resolution chain

bdb.am resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
89.117.52.22789.117.48.0/20AS51167CONTABOUS

WHOIS identity

No WHOIS records are currently associated with bdb.am in WhisperGraph.

Subdomains

9 observed subdomains of bdb.am.

Web-graph footprint

Distinct hostnames that link to or from bdb.am in the public web crawl.

Threat posture

History

Mail and authentication

MX records

  • bdb.am

SPF policy

4 SPF mechanisms authorising senders for bdb.am.

MechanismTarget
SPF_Abdb.am
SPF_IP194.163.180.222
SPF_IP89.117.52.227
SPF_MXbdb.am

Related pages

Pivot deeper into the graph from bdb.am.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "bdb.am"})-[: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.