/malware-collector

The goal of this project is monitoring social networks to search malicious urls. The current version is working for Twitter: Based on trending topics tweets in a certain period of time, it searches for malicious urls inside of these tweets. The system parses urls efficiently and scalably. After parsing them, it verifies if they are linked with a malicious binary file (i.e., malware). If so, it inserts the malicious url in a database.

Primary LanguagePython

No issues in this repository yet.