PastebinScrapy icon indicating copy to clipboard operation
PastebinScrapy copied to clipboard

Threat hunting tool for scraping latest scrapes from Pastebin

PastebinScrapy

https://img.shields.io/github/stars/apurvsinghgautam/PastebinScrapy https://img.shields.io/github/forks/apurvsinghgautam/PastebinScrapy

forthebadge

This is a Threat Hunting tool built on Flask. This tool utilizes Pastebin Scraping API and scrapes IOCs including IP addresses, domains, hashes, and emails from latest pastes of Pastebin. It uses Elasticsearch as the database to store the pastes and Kibana is used for visualizing data from Elasticsearch.

PastebinScrapy Homepage

Prerequisites

  • Python 2.7
  • Flask
  • Requests
  • Elasticsearch 5.6
  • BeautifulSoup
  • Kibana

Usage

  • Enter your Pastebing Scraping API key and Flask secret key in the code
  • Run the PastebinScrapy.py file
  • Open 127.0.0.1:5000 in any browser
  • Open 127.0.0.1:5601 in any browser to see the Kibana dashboard

Screenshots

PastebinScrapy Latest Paste

PastebinScrapy Hostaname

PastebinScrapy Detailed

Elasticsearch Paste data

Kibana Dashboard

Contributors