GitXplorerGitXplorer
n

next_honeypot

public
0 stars
0 forks
3 issues

Commits

List of commits on branch master.
Verified
634cd8b89c6259eb1bbcb8fffde117a35f2018bf

Merge pull request #11 from ninoseki/dependabot/bundler/json-2.3.1

nninoseki committed 4 years ago
Verified
8c7f1edc1e64ace805eeffe7579046c50d77a637

Bump json from 2.2.0 to 2.3.1

ddependabot[bot] committed 4 years ago
Verified
3037a4b5e10909cb0f5f1c7e5b1c6d9035472ab6

Merge pull request #10 from ninoseki/dependabot/bundler/puma-3.12.6

nninoseki committed 5 years ago
Verified
c7a3e4050046fdf3b790d66cd1fddd3f25d7784d

Bump puma from 3.12.4 to 3.12.6

ddependabot[bot] committed 5 years ago
Verified
7fe83c0f0e7923af69e4a73a15472e1e8a5dc519

Merge pull request #9 from ninoseki/dependabot/bundler/rack-2.1.4

nninoseki committed 5 years ago
Verified
e8a780137c096b93e961ac74444e251c5d2a7887

Bump rack from 2.0.8 to 2.1.4

ddependabot[bot] committed 5 years ago

README

The README file for this repository.

next_honeypot

Build Status

NEXT honeypot built on Ruby.

Supported

  • Ubuntu 16.04 LTS and Ruby 2.6.

Installation

Deploy by Itamae

git clone https://github.com/ninoseki/next_honeypot.git
cd cpg_honey
itamae ssh -h HOST -u USER cookbooks/default.rb
itamae ssh -h HOST -u USER cookbooks/ufw.rb

Then the honeypot works as next-honeypot.service on 80/tcp and 9292/tcp.

Configuration

All the application configuration is done via /opt/next-honeypot/.env.

# Do not change this
RACK_ENV=production
# The hostname which Logstash sends the data for
LOGSTASH_HOST=localhost
# The port which Logstash sends the data for
LOGSTASH_PORT=9300
# (Optional) The token which Logstash send the data with.
LOGSTASH_TOKEN=YOUR_TOKEN