Skip to content
/ BinBot Public
forked from Mili-NT/BinBot

A scraper written in python to scrape the public pastebin archive and filter with customizable and extensible YARA rules

License

Notifications You must be signed in to change notification settings

scodx/BinBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinBot

BinBot is a script designed to monitor the public archive of text documents from the site pastebin. By utilizing YARA pattern matching, BinBot is capable of:

  • Detecting common indicators of malware
  • Applying sets of regular expressions to documents
  • Blacklisting documents that are not of interest
  • Searching for keywords or phrases in documents To add YARA rules, simply place your rule.yar file in the yara_rules folder. Make sure to customize your blacklist.yar and keywords.yar file. By defualt the blacklist filters:
  • minecraft crash logs
  • iptv playlists
  • serfish/ssh bitcoin scams
  • chegg links The keywords are:
  • drive.google.com
  • mega.nz
  • dropbox.com

Planned Features:

  • Pastebin API support (WORK IN PROGRESS)
  • Logging system
  • Malware file hash identification

TODO:

  • Maintainence and Bug Fixes

About

A scraper written in python to scrape the public pastebin archive and filter with customizable and extensible YARA rules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.7%
  • YARA 24.2%
  • Shell 2.1%