A Chrome extension that detects malware embedded in downloaded files and email attachments using steganography techniques.
π§ Project in development (Git Flow branching strategy applied)
This project aims to detect hidden malware by analyzing files and emails with embedded steganographic techniques.
It's developed as a browser extension (client) with a backend that handles detection logic.
- π§© Chrome extension that scans downloaded files and attachments
- πΌοΈ Steganography-based malware detection engine
- π Modular structure for integrating future detection models
- π οΈ Real-time alerts for suspicious files
# 1. Clone the repository
git clone https://github.com/west-window/malware-detection-extension.git
cd malware-detection-extension
# 2. Checkout development branch
git checkout develop| Branch | Purpose |
|---|---|
main |
Production-ready release code |
develop |
Ongoing development integration |
feature/* |
New feature development branches |
release/* |
Pre-release stabilization |
hotfix/* |
Urgent fixes for production |
| Name | Role | GitHub |
|---|---|---|
| Beomchang Seo | PM / Backend Developer | @west-window |
| (Name) | Frontend Developer | @example |
| (Name) | Malware Analyst | @example |
| (Name) | Malware Analyst | @example |
This project is licensed under the MIT License.