Skip to content

kevthehermit/PasteHunter

Folders and files

NameName
Last commit message
Last commit date
Nov 15, 2020
Dec 3, 2020
Dec 12, 2020
Jan 17, 2020
Nov 23, 2020
Dec 3, 2020
Feb 4, 2021
Sep 3, 2017
Jan 17, 2020
Nov 15, 2020
Nov 23, 2020
Apr 5, 2020
Nov 23, 2020
Nov 23, 2020
Sep 3, 2019
Jan 7, 2021
Dec 13, 2020

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.

Setup

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

PyPI version

Build Status

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.
  • POST to URL

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