Report Soppi
Report Soppi
Report Soppi
INFORMATION
TECHNOLOGY, GUWAHATI
Objective:
The objective is to create a program named 'V' that searches for
files with a “.foo” extension in the user's documents folder and
infects them by appending malicious content.
Implementation:
“infect_files_in_folder” function scans a folder for files with the
".foo" extension and appends content of ‘V.py’ to each of them.
“os.listdir( )” filter files, then opens 'V.py' and reads its content. It
then opens the file and writes 'V.py' content.
Objective:
The objective is to search for mounted USB drives, infect files with
a `.foo` extension on those drives, and create a copy of the “V.py”
script on the USB drive.
Implementation:
“infect_usb_drive” scans for mounted USB drives. It looks for
files with a ".foo" extension and appends the content of 'V.py' to
each ".foo" file found, copies 'V.py' itself and creates a batch file
on the drive. After completing the infection process, it waits for
further USB drive insertions, checking every 3 seconds.
Objective:
The objective is to search for “Documents” folder and infect
“.foo” files in a new computer when the USB drive is inserted.