Skip to content

secbug/PasteHunter

This branch is 18 commits ahead of, 271 commits behind kevthehermit/PasteHunter:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

def665d · Dec 8, 2019
Sep 15, 2019
Oct 4, 2019
Nov 26, 2019
Sep 22, 2019
Oct 4, 2019
Oct 4, 2019
Feb 2, 2019
Oct 18, 2018
Sep 3, 2017
Oct 4, 2019
Apr 26, 2018
Jan 23, 2019
Oct 4, 2019
Sep 3, 2019
Oct 4, 2019

Repository files navigation

PasteHunter

PasteHunter is a python3 application that is designed to query a collection of sites that host publicly pasted data. For all the pastes 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 # Gists
  • github.com # Public commit activity feed
  • 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.

Supported Sandboxes

Pastehunter supports several sandboxes that decoded data can be sent to:

  • Cuckoo
  • Viper

For examples of data discovered using pastehunter check out my posts https://techanarchy.net/blog/hunting-pastebin-with-pastehunter and https://techanarchy.net/blog/pastehunter-the-results

About

Scanning pastebin with yara rules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.4%
  • YARA 38.9%
  • Dockerfile 0.7%