• Stars
    star
    5
  • Rank 2,861,937 (Top 57 %)
  • Language
    Python
  • Created about 9 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.