# Malware Scanner Tool A Python-based malware scanning tool for Windows. It uses VirusTotal, YARA rules, and heuristics to detect and map damaged areas of the system. ## Features - **File scanning**: Detects malicious files using hash comparison and YARA rules. - **Registry scanning**: Identifies suspicious registry entries. - **Process scanning**: Monitors running processes for anomalies. - **Visualization**: Generates a visual map of damaged areas using Matplotlib. ## Installation 1. Clone the repository: ```bash git clone https://github.com/your-Astralchemist/malware-scanner.git cd malware-scanner
Malware Scanner Tool
A Python-based malware scanning tool for Windows. It uses VirusTotal, YARA rules, and heuristics to detect and map damaged areas of the system.
Features
- File scanning: Detects malicious files using hash comparison and YARA rules.
- Registry scanning: Identifies suspicious registry entries.
- Process scanning: Monitors running processes for anomalies.
- Visualization: Generates a visual map of damaged areas using Matplotlib.
Installation
- Clone the repository:
git clone https://github.com/your-username/malware-scanner.git cd malware-scanner