Skip to content

apurvsinghgautam/PastebinScrapy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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