Skip to content

Hostname

btl.md

Last fetched

btl.md resolves to 1 IPv4 address operated by TOPHOST-MD-AS R.Moldova, Chisinau, Paris 18A in MD. WHOIS lists registrar:itconcept srl as the registrar.

Nutrition Label

WHISPER CANON · btl.mdRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/btl.md

Resolution chain

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

IPPrefixASNOperatorCountry
195.178.106.115195.178.106.0/24AS44388TOPHOST-MD-AS R.Moldova, Chisinau, Paris 18AMD

WHOIS identity

Registrar
registrar:itconcept srl
Organization
Contact emails

Web-graph footprint

Distinct hostnames that link to or from btl.md in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

MX records

  • btl.md

SPF policy

3 SPF mechanisms authorising senders for btl.md.

MechanismTarget
SPF_Abtl.md
SPF_IP195.178.106.115
SPF_MXbtl.md

Related pages

Pivot deeper into the graph from btl.md.

Cypher and MCP

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

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