PastebinScrapy
PastebinScrapy copied to clipboard
Threat hunting tool for scraping latest scrapes from Pastebin
PastebinScrapy
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.
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