ZANY ANTIVIRUS

Hatice Zehra Kamanlı
2 min readJul 2, 2023

--

ZANY is my antivirus application.

The application is designed for 5 basic malware. These were identified as Trojan, Rootkit, Virus, Worm and Keylogger. The application is basically based on the use of Yara Rules.

While defining Yara Rules, features such as signatures, movements and transactions of these malware have been taken into account.

LET’S BEGIN

You can view the project HERE

  • First, all files in the repository will be downloaded
  • It will be enough to run the firstPage.py file for the application to start working

To successfully perform this step, you need to install the necessary libraries such as the command example below.

pip install [Library_Name]
  • If you have come this far successfully, all you have to do from now on is to continue with the ‘next’ button and examine the next 3 pages. The page where we see the SCAN and FSCAN options is the page named secenek.py
PAGE 1–3–2
  • You will be directed to the following two different pages according to your choices on secenek.py
PAGE.4 — PAGE.5
  • With the FSCAN option, you will be directed to the page specified as Page.4. After entering the file location in the format suitable for the device used, the file is scanned according to the selection made
  • On the other hand, if the SCAN option is selected, you will be directed to the page specified as Page.5. All that is required here is to choose the malware type. According to the selection, all sub-files of the device are scanned using the os library and in case of malware, detailed output is given to the terminal in the desired format

This is how my little antivirus works. Thanks for reading…

--

--