Releases: kevthehermit/PasteHunter
Releases · kevthehermit/PasteHunter
1.4.2 - Hotfix
1.4.1 - Hotfix
Fixes a typo in imports
1.4.0
1.2.1
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`
v1.1
Merge pull request #87 from knightsc/tasks/modularize-sandbox-support Modularize sandbox support
PasteHunter v1.0
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.