{"id":26914533,"url":"https://github.com/dhruv0306/antivirus","last_synced_at":"2026-04-14T23:33:34.394Z","repository":{"id":285338650,"uuid":"957778665","full_name":"Dhruv0306/Antivirus","owner":"Dhruv0306","description":"A full-stack antivirus application built with Spring Boot and React, following X.800 security architecture. Features real-time file scanning, quarantine management, and system protection with a modern dashboard interface. Built with security-first approach and comprehensive threat detection capabilities.","archived":false,"fork":false,"pushed_at":"2025-04-15T17:49:00.000Z","size":1611,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T18:45:18.970Z","etag":null,"topics":["antivirus","cybersecurity","file-analysis","file-scanning","java","malware-analysis","malware-detection","quarantine-system","react","real-time-protection","security","security-dashboard","spring-boot","system-protection","threat-detection","x800-architecture"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dhruv0306.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-31T05:42:17.000Z","updated_at":"2025-04-15T17:49:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"8425153f-a875-4f52-8c42-15eaf42e0334","html_url":"https://github.com/Dhruv0306/Antivirus","commit_stats":null,"previous_names":["dhruv0306/antivirus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dhruv0306/Antivirus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhruv0306%2FAntivirus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhruv0306%2FAntivirus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhruv0306%2FAntivirus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhruv0306%2FAntivirus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dhruv0306","download_url":"https://codeload.github.com/Dhruv0306/Antivirus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhruv0306%2FAntivirus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016553,"owners_count":26085850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["antivirus","cybersecurity","file-analysis","file-scanning","java","malware-analysis","malware-detection","quarantine-system","react","real-time-protection","security","security-dashboard","spring-boot","system-protection","threat-detection","x800-architecture"],"created_at":"2025-04-01T17:28:40.793Z","updated_at":"2025-10-13T18:08:21.153Z","avatar_url":"https://github.com/Dhruv0306.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Antivirus Project\n\nA full-stack antivirus application built with Spring Boot (Backend) and React (Frontend) that provides real-time file scanning, quarantine management, and system protection.\n\n## 🚀 Project Overview\n\nThis project implements a comprehensive antivirus solution following the X.800 security architecture standard, with the following key features:\n- Real-time file scanning and monitoring\n- Quarantine management system\n- System protection and security\n- Scan history tracking and reporting\n- User-friendly dashboard interface\n- File analysis and threat detection\n- Database-driven virus signature management\n\n## 🛠️ Tech Stack\n\n### Backend\n- **Framework**: Spring Boot\n- **Database**: H2 Database\n- **Build Tool**: Maven\n- **Java Version**: 17+\n- **Key Dependencies**:\n  - Spring Web\n  - Spring Data JPA\n  - Spring Security\n  - H2 Database\n  - Lombok\n  - JUnit 5\n\n### Frontend\n- **Framework**: React.js\n- **State Management**: React Hooks\n- **UI Library**: Material-UI\n- **Build Tool**: npm/yarn\n- **Key Dependencies**:\n  - React Router\n  - Axios\n  - Material-UI\n  - React Query\n  - Jest \u0026 React Testing Library\n\n## 📁 Project Structure\n\n```\nantivirus/\n├── src/\n│   ├── main/\n│   │   ├── java/com/antivirus/\n│   │   │   ├── config/         # Configuration classes\n│   │   │   ├── controller/     # REST controllers\n│   │   │   ├── model/          # Data models\n│   │   │   ├── repository/     # JPA repositories\n│   │   │   ├── service/        # Business logic\n│   │   │   └── util/           # Utility classes\n│   │   └── resources/\n│   │       ├── application.properties\n│   │       └── static/         # Static resources\n│   └── test/\n│       └── java/com/antivirus/ # Test classes\n├── frontend/\n│   ├── src/\n│   │   ├── components/         # React components\n│   │   ├── pages/             # Page components\n│   │   ├── services/          # API services\n│   │   ├── utils/             # Utility functions\n│   │   └── App.js             # Main App component\n│   └── public/                # Static assets\n├── quarantine/                # Quarantine storage\n├── logs/                      # Application logs\n└── flowchart/                # Project documentation\n```\n\n## 🚀 Getting Started\n\n### Prerequisites\n- JDK 17 or higher\n- Node.js 14.x or higher\n- Maven 3.6.x or higher\n- npm 6.x or higher\n\n### Backend Setup\n1. Navigate to the project root directory\n2. Run Maven build:\n   ```bash\n   mvn clean install\n   ```\n3. Start the Spring Boot application:\n   ```bash\n   mvn spring-boot:run\n   ```\n4. Backend will be available at `http://localhost:8080`\n5. H2 Console will be available at `http://localhost:8080/h2-console`\n\n### Frontend Setup\n1. Navigate to the frontend directory:\n   ```bash\n   cd frontend\n   ```\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Start the development server:\n   ```bash\n   npm start\n   ```\n4. Frontend will be available at `http://localhost:5000`\n\n## 🔧 Configuration\n\n### Backend Configuration\n- Database configuration: `src/main/resources/application.properties`\n- Logging configuration: `src/main/resources/logback.xml`\n- Security configuration: `src/main/java/com/antivirus/config/SecurityConfig.java`\n\n### Frontend Configuration\n- API endpoint configuration: `frontend/src/config.js`\n- Environment variables: `frontend/.env`\n- Theme configuration: `frontend/src/theme.js`\n\n## 📝 Development Guidelines\n\n### Code Style\n- Backend: Follow Google Java Style Guide\n- Frontend: Follow Airbnb React/JSX Style Guide\n\n### Git Workflow\n1. Create feature branches from `develop`\n2. Use conventional commits\n3. Submit PRs for review\n4. Merge to `develop` after approval\n\n### Testing\n- Backend: JUnit 5 for unit tests\n- Frontend: Jest and React Testing Library\n- Run tests:\n  ```bash\n  # Backend\n  mvn test\n  \n  # Frontend\n  npm test\n  ```\n\n## 🔍 Key Features Implementation\n\n### File Scanning System\n- Real-time file monitoring using Java NIO\n- Signature-based detection using virus database\n- Heuristic analysis for unknown threats\n- File quarantine system with isolation\n- Scan history tracking and reporting\n\n### Dashboard Features\n- Real-time system status monitoring\n- Scan history visualization\n- Quarantine management interface\n- System health metrics\n- Threat detection statistics\n\n### Security Features\n- Role-based access control\n- Secure file handling\n- Quarantine isolation\n- API authentication\n- Session management\n\n## 📊 Logging and Monitoring\n\n- Application logs: `logs/` directory\n- Scan history: `scan_history.log`\n- Database logs: `antivirus_db.trace.db`\n- Performance metrics: Prometheus integration\n- Health checks: Actuator endpoints\n\n## 🔒 Security Considerations\n\n- File system permissions\n- Quarantine isolation\n- API authentication\n- Secure file handling\n- Input validation\n- XSS protection\n- CSRF protection\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## 👥 Authors\n\n- [Dhruv0306](https://github.com/Dhruv0306) - Initial work\n- [Sameer7188](https://github.com/Sameer7188) - Front-End work\n\n## 🙏 Acknowledgments\n\n- Spring Boot team\n- React team\n- Material-UI team\n- All contributors and maintainers \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhruv0306%2Fantivirus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhruv0306%2Fantivirus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhruv0306%2Fantivirus/lists"}