Browsing by Author "Fong, Yun Xin"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
- ItemMalware Notifier(PCN, 2025-05-06) Fong, Yun XinIn the current digital era, the proliferation of malicious software (malware) poses a persistentthreat to the security and integrity of computer systems. This project, titled MalwareNotifier, introduces a real-time file monitoring application developed in Python to detectsuspicious file creations across common system directories such as Desktop, Downloads, andDocuments. When a file with a potentially dangerous extension (e.g., `.exe`, `.zip`, `.bat`) iscreated, the system triggers an automated email alert to notify the user of its presence. The application also integrates with the VirusTotal API to further classify files as malicious or benign, enhancing the credibility of the alert system. A graphical user interface (GUI) was designed using Tkinter to improve accessibility and usability, allowing non-technical users to operate the tool effortlessly. This report outlines the design, implementation, and evaluation of Malware Notifier, with particular attention to usability, performance, and its broader legal, ethical, and social implications. The project contributes a lightweight yet effective cybersecurity tool suitable for personal and small enterprise usage, reinforcing proactive malware awareness and response.