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.
- Python 2.7
- Flask
- Requests
- Elasticsearch 5.6
- BeautifulSoup
- Kibana
- 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