This document presents a density-based microaggregation technique for privacy-preserving data mining. Microaggregation involves partitioning records into groups of at least k records and substituting each record with the group centroid. The proposed Density-Based Microaggregation (DBM) method first uses DBSCAN clustering to partition records into dense clusters based on density. It then assigns outlier records to the nearest cluster. Any clusters with more than 2k-1 records are further partitioned using MDAV to ensure each cluster has between k and 2k-1 records. This achieves an optimal k-partition for microaggregation while minimizing information loss. The paper claims DBM reduces disclosure risk and information loss compared to existing microaggregation heuristics.