This document summarizes a research paper that proposes detecting phishing websites using a decision tree machine learning model. It begins by defining phishing attacks and their goal of stealing user data. It then describes extracting features from URLs to train a decision tree classifier, which achieved 95% accuracy in distinguishing real from phishing websites. The model was tested on a dataset of over 25,000 URLs. When users input a URL, the model classifies it as real or phishing to help protect users from fraudulent sites.