Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Code Addition Request]: Add a Malware scanner #995

Closed
3 tasks done
djv554 opened this issue Nov 1, 2024 · 4 comments · Fixed by #1114
Closed
3 tasks done

[Code Addition Request]: Add a Malware scanner #995

djv554 opened this issue Nov 1, 2024 · 4 comments · Fixed by #1114
Assignees
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext level1 Status: Assigned💻 Indicates an issue has been assigned to a contributor.

Comments

@djv554
Copy link
Contributor

djv554 commented Nov 1, 2024

Have you completed your first issue?

  • I have completed my first issue

Guidelines

  • I have read the guidelines
  • I have the link to my latest merged PR

Latest Merged PR Link

#925

Project Description

This feature will scan files to detect potentially malicious files by comparing their hash signatures against a predefined list of known malware hashes using the hashlib library.

Key features:

  • Hash Comparison: Utilizes cryptographic hash functions (e.g., SHA-256) to generate file hashes, allowing for efficient and accurate comparisons against a list of known malware signatures.
  • User-Friendly Interface: Offers a simple command-line interface that allows users to easily specify the file or directory to scan.
  • Malware Signature Database: Maintains a list of known malware hashes, enabling the scanner to quickly check against common threats.
  • Scan Results: Provides clear feedback on the scan results, indicating whether any files are potentially malicious and listing their hashes for verification
  • File System Support: Capable of scanning both individual files and directories, making it versatile for various scanning needs.

Full Name

Deanne Vaz

Participant Role

Contributor at GSSoC-extd and Hacktoberfest

Copy link

github-actions bot commented Nov 1, 2024

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

@Tanisha0708
Copy link

@djv554 i would like to Work on this please assign me this issue

@UTSAVS26
Copy link
Owner

UTSAVS26 commented Nov 2, 2024

@djv554 i would like to Work on this please assign me this issue

Raise a new issue.

@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Assigned💻 Indicates an issue has been assigned to a contributor. level1 and removed hacktoberfest labels Nov 2, 2024
@djv554 djv554 mentioned this issue Nov 7, 2024
21 tasks
Copy link

github-actions bot commented Nov 8, 2024

✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext level1 Status: Assigned💻 Indicates an issue has been assigned to a contributor.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants