From 0e4a0d5cf1f1926d3b1ef49e651558740f7599e0 Mon Sep 17 00:00:00 2001
From: eladyesh <102996033+eladyesh@users.noreply.github.com>
Date: Mon, 5 Jun 2023 10:24:04 +0300
Subject: [PATCH] Update README.md
---
README.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9e319a1..70546d5 100644
--- a/README.md
+++ b/README.md
@@ -44,11 +44,19 @@ A few checks run on the file:
## Hash Analysis
-Here, we will interface with virus total, and perform Fuzzy Hashing Analysis
+Here, we will interface with virus total, and perform Fuzzy Hashing Analysis
![image](https://github.com/eladyesh/Anti_Virus/assets/102996033/a3bc969d-7525-4ef9-88d5-1ccb8ea0fa2e)
![image](https://github.com/eladyesh/Anti_Virus/assets/102996033/dc792c27-8240-46f0-8ae8-f961ac11d2c7)
![image](https://github.com/eladyesh/Anti_Virus/assets/102996033/ce9ec992-412f-4c33-959b-ea4f9a664da3)
## Directory Analysis
+Sending each file from Directory to Virus Total:
+![image](https://github.com/eladyesh/Anti_Virus/assets/102996033/9a2f3b65-2621-41e7-9fa4-333f8ed042e3)
## IP Analysis
+Using PyDivert to block IP's found suspicious in DNS cache by Virus total:
+![image](https://github.com/eladyesh/Anti_Virus/assets/102996033/64f31cb2-3a4c-4998-bcc1-8545ea1829f4)
+![image](https://github.com/eladyesh/Anti_Virus/assets/102996033/64855ec5-17a1-4203-a0c0-2fa83bdb48a4)
+![image](https://github.com/eladyesh/Anti_Virus/assets/102996033/9478b742-1254-4c0b-901e-2d2b10d3848d)
+## Configuration
+## Quarnatine
### I will complete this README when I finish the project