-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add readme file to the main repository
Signed-off-by: noam <noamyft@gmail.com>
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# AntiRansomware | ||
|
||
## Ransomware Project (236499) | ||
|
||
This is an application, running in Windows environment on standalone computer, which will protect the computer against Ransomware. | ||
The application main goals are: | ||
1. Detect Ransomware activity on the victim's computer with minimum damage: | ||
a. Detect the ransomware fast. | ||
b. Stop Ransomware to continue the encryption. | ||
c. Understand which files were already encrypted (if at all). | ||
d. Eliminate completely the Ransomware from the victim's computer. | ||
|
||
2. Avoid alerting False-Positive – the application shouldn't alert on legitimate running application. | ||
|
||
3. Try to restore the encrypted files. | ||
|
||
|
||
## @Authers: | ||
Aviad Cohen | ||
Noam Yefet |