Ensnare Logo

Ensnare

0
Free
Visit Website

Ensnare is packaged as a gem plugin for Ruby on Rails and was developed to allow configuring and deploying a basic malicious behavior detection and response scheme in less than ten minutes. Ensnare uses a combination of Honey Traps to entice malicious users, and a configurable suite of Trap Responses to confuse, allude, delay, or stop an attacker. Already heard about the tool and want to try it out? Do it! - Install the gem by adding it to your project's Gemfile: gem 'ensnare', :git => 'git@github.com:ahoernecke/Ensnare.git' - Install the gem: bundle install - Run the migrations for Ensnare: rake ensnare:install:migrations rake db:migrate - Enable parameter tampering for your application by changing the mass_assignment_sanitizer: vi config/environments/<ENVIRONMENT>.rb - Set config.active_record.mass_assignment_sanitizer to logger: config.active_record.mass_assignment_sanitizer = :logger - Enable Ensnare in your application_controller.rb file: vi app/controllers/application_controller.rb - Append the following filter below protect_from_forgery in your application_controller.rb file: before_filter :ensnare - Add the following to the end of your routes.rb file: mount Ensnare::Engine => "/ensnare", :a

FEATURES

ALTERNATIVES

Arkime is an open-source network capture and analysis tool that provides comprehensive network visibility, facilitating swift identification and resolution of security and network issues.

A textmode sniffer for tracking tcp streams and capturing data in various modes.

An intrusion prevention system for SSH that blocks IP addresses after a set number of consecutive failed login attempts.

Identify unintended network access to AWS resources and ensure network security by analyzing network reachability conditions.

Port listener / honeypot in Rust with protocol guessing, safe string display and rudimentary SQLite logging.

A program to log login attempts on Telnet (port 23) and track the Mirai botnet

High-performance packet capture library with zero copy functionality.

An IP address intelligence API that provides geolocation data and threat detection capabilities for IPv4 and IPv6 addresses.

PINNED