Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjhilt/GasPot
GasPot Released at Blackhat 2015
https://github.com/sjhilt/GasPot
Last synced: about 1 month ago
JSON representation
GasPot Released at Blackhat 2015
- Host: GitHub
- URL: https://github.com/sjhilt/GasPot
- Owner: sjhilt
- License: cc0-1.0
- Created: 2015-06-23T18:07:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T17:14:00.000Z (8 months ago)
- Last Synced: 2024-08-01T17:31:32.557Z (4 months ago)
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 130
- Watchers: 13
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-honeypots - GasPot - Veeder Root Gaurdian AST, common in the oil and gas industry. (Honeypots)
- awesome-honeypots - GasPot - Veeder Root Gaurdian AST, common in the oil and gas industry. (Honeypots)
- awesome-industrial-protocols - GasPot - Honeypot simulating a Veeder Root Guardian AST (ATG / Tools)
- fucking-awesome-honeypots - GasPot - Veeder Root Gaurdian AST, common in the oil and gas industry. (Honeypots)
README
# GasPot
GasPot is a honeypot that has been designed to simulate a Veeder Root Gaurdian AST. These Tank Gauges are common in the oil and gas industry for Gas Station tanks to help with Inventory of fuels. GasPot was designed to randomize as much as possible so no two instances look identical.
## Install
```
git clone https://github.com/sjhilt/GasPot.git
```## Configure
GasPot will run as downloaded above with no modifications. Configuration is based on a config.ini file. To make sure that GasPot looks like no other GasPot system on the internet and to collect the best information you can change the products and stations in the configuration file.
1) Change the station names to match gas stations in the region of deployment of GasPot.
2) Change the product names to match the type of product that would be utlized in the region of deployment.
## Run GasPot
```
python3 GasPot.py
```## Review Logs
All connections will be logged locally to the all_attempts.log file created in the directory that GasPot is ran from.
## Docker Install
Download the Docker image from the registry.
```
docker pull rosesecurity/gaspot:v0.1.0
```Create the container.
```
docker run --name gaspot -p 10001:10001 rosesecurity/gaspot:v0.1.0
```## Write up
http://www.trendmicro.com/vinfo/us/security/news/cybercrime-and-digital-threats/the-gaspot-experiment
## Stargazers over time
[![Stargazers over time](https://starchart.cc/sjhilt/GasPot.svg)](https://starchart.cc/sjhilt/GasPot)