This document presents an approach for detecting copy-move forgery and recovering transformations in digital images. It uses the SIFT algorithm to extract features from images and detect similar features that indicate a copy-move forgery. The RANSAC algorithm is then used to detect any geometric transformations, such as rotation or scaling, that were applied to the copied region. The proposed methodology extracts SIFT features, performs keypoint matching to detect potential forgeries, clusters matched keypoints, and then uses RANSAC to estimate any transformations between the original and copied areas. This process aims to both detect copy-move forgeries and recover images to their original state before transformations were applied.