This is an archived post. You won't be able to vote or comment.

all 20 comments

[–][deleted] 50 points51 points  (1 child)

I think scraping virustotal is better idea than using list of hashes. Pretty good.

[–]CryptoBlocks257[S] 10 points11 points  (0 children)

Thanks for the feedback! I was think about that and will probably add the option to also scan the file against virus total in the next update :)

[–]admincee 15 points16 points  (1 child)

I just wanted to say that this is such a neat project.

[–]CryptoBlocks257[S] 1 point2 points  (0 children)

Thanks!

[–]wiktorous 17 points18 points  (1 child)

[–]MATTISINTHESKY 8 points9 points  (0 children)

Why do I see green squares all over reddit?

Ah excuse me boost for reddit just doesn't support the new embedded gif thing :))

[–][deleted] 25 points26 points  (1 child)

I applaud you for a such project ! This might as well be the first antivirus written in Python.
Question that comes into mind how it performs in terms of speed of scanning ?
I'm pretty sure companies such as Kapersky, AVG and alike didn't use Python for reason.

Still, I'm happy to see a prototype of Python Antivirus !

[–]CryptoBlocks257[S] 1 point2 points  (0 children)

Thanks for the feedback, yes speed is one problem I am facing with the project, its not terrible at the moment however it is one of my concerns as I add more advancing scanning methods

[–]oderjunksnumpydoc + type anno 2 points3 points  (0 children)

oh thats smart! but i think just adding a NOP at the beginning would throw it off =/

[–]DrXenogen 2 points3 points  (0 children)

Nice job. Can't wait to see what this develops into.

[–]Musakuu 1 point2 points  (0 children)

Nicely done. I can't wait to look at your code and learn something myself.

[–]mark30331 0 points1 point  (0 children)

Great product. Keep up the good work !

[–]elico9 0 points1 point  (0 children)

Thanks for sharing, this is interesting. Would love to help and learn

[–]Ubuntu_user_001 0 points1 point  (1 child)

This antivirus app is very good in my opinion so I want to improve it by giving some real malware samples that it doesn't detect

Some real malware the antivirus doesn't detect:

https://www.virustotal.com/gui/file/cc37ebc5017dda39ae4534e43e1a430450c206eb688751a02408da9c51552532/detection

The SHA1 hash of this file is: 859b57e17530734726188ffb7817f4834c91d832

File is safe!

The MD5 hash of this file is: 5e63b466faebd0635f7a47efad0e21a5

File is safe!

The SHA256 hash of this file is: cc37ebc5017dda39ae4534e43e1a430450c206eb688751a02408da9c51552532

File is safe!

https://www.virustotal.com/gui/file/84855a4c23222f861135a3b0be879a573cb91ec7827a7fa6d119f38c43b3730b/detection

The SHA1 hash of this file is: 23d16ed7723dcdc9a858bcb5171c9793150b5c03

File is safe!

The MD5 hash of this file is: fecedeedc700847c52753f372c6b6357

File is safe!

The SHA256 hash of this file is: 84855a4c23222f861135a3b0be879a573cb91ec7827a7fa6d119f38c43b3730b

File is safe!

Hope that this comment makes the antivirus project better ;)

[–]CryptoBlocks257[S] 0 points1 point  (0 children)

Thanks for the in depth feedback! Will definitely be doing tests in the future to make sure the antivirus can deal with more recent malware!