PasteHunter

Scanning pastebin with yara rules

GPL-3.0 License

Stars
1.1K
Committers
26

Bot releases are hidden (Show)

PasteHunter - 1.4.2 - Hotfix Latest Release

Published by Plazmaz almost 4 years ago

[1.4.2] - 2020-12-02

Changed

  • Fixed ix.io import
  • Made slexy's timeout configurable (#121)
PasteHunter - 1.4.1 - Hotfix

Published by Plazmaz almost 4 years ago

Fixes a typo in imports

PasteHunter - 1.4.0

Published by Plazmaz almost 4 years ago

[1.4.0] - 2020-11-22

Changed

  • Added some error state checks and retry logic to pastebin scraping (#116)
  • Refactored paste inputs to use a base class

Added

  • Support for ix.io (#95)
  • Additional unit tests (pytest still has some issues with import paths on travis)
PasteHunter - 1.2.1

Published by Plazmaz almost 5 years ago

This change may impact existing configurations. Please read carefully

Moved config file to ~/.config
Moved custom yara rules
Refactored yara rules location
Added support for ignoring bots for GitHub
Improved multiprocessing
Added better support for custom rules`
PasteHunter - v1.1

Published by kevthehermit about 5 years ago

PasteHunter - PasteHunter v1.0

Published by kevthehermit over 5 years ago

PasteHunter

PasteHunter is a python3 application that is designed to query a collection of sites that host publicly pasted data.
For all the pasts it finds it scans the raw contents against a series of Yara rules looking for information that can be used
by an organisation or a researcher.

For setup instructions please see the official documentation https://pastehunter.readthedocs.io/en/latest/installation.html

Supported Inputs

Pastehunter currently has support for the following sites:

  • pastebin.com
  • gist.github.com
  • slexy.org
  • stackexchange # There are about 176!

Supported Outputs

Pastehunter supports several output modules:

  • dump to ElasticSearch DB (default).
  • Email alerts (SMTP).
  • Slack Channel notifications.
  • Dump to JSON file.
  • Dump to CSV file.
  • Send to syslog.
Badges
Extracted from project README
PyPI version Build Status
Related Projects