virus-definitions

Windows Defender detecting Python EXE as Trojan

倾然丶 夕夏残阳落幕 提交于 2020-01-05 06:26:11
问题 I made a Python script that mails a Windows directory as zip to me. I added a scheduler using sched module that repeats this every hour. I was attempting to make a simple sync application for personal use that starts at Windows Startup. I converted it to exe using pyinstaller --onefile argument and it worked flawlessly. But after couple of days Windows defender (Windows Security Centre of Windows 10) detected it as Trojan. This issue is not limited to Windows Security Centre , A quick scan on

Hexadecimal virus signatures database

懵懂的女人 提交于 2019-12-01 09:24:00
问题 Over the past couple of weeks, I was in the process of developing a simple virus scanner. It works great but my question is does anybody know where I can get a database (a single file) that contains 8000 or more virus signatures WITH their names, and possibly risk meter (high, low, unknown)? 回答1: Try the ClamAV database. This also includes some more complex signatures, but some are just byte sequences. The CVD file format is a compressed tar file with a header block attached; see here for