The document proposes a new method for preserving privacy in data publishing against attribute and identity disclosure. It summarizes existing anonymization techniques like k-anonymity, l-diversity, and t-closeness that aim to prevent these privacy risks but have limitations. The proposed method applies suppression to select quasi-identifiers before generalizing the data into ranges within groups to anonymize the table, aiming to prevent both attribute and identity disclosure. It arranges the records into groups, finds minimum and maximum integer values within each group, and rewrites the quasi-identifiers as ranges to anonymize the table while preserving more utility than existing techniques.