Code Monkey home page Code Monkey logo

sinkhole's Introduction

Honeynet Sinkhole
-----------------
This software is forked from https://redmine.honeynet.org/projects/sinkhole
I don't know what license is in play here so the same license lives on :) 

Sinkhole is (C) 2011 The Honeynet Project

1) Introduction

Sinkhole is a program designed to emulate existing services such
as dns, ftp, http, and irc. Its purpose is only to log relevant parts
of these protocols to aid administrators in analyzing network based
attacks. This sinkhole is capable of supporting multiple different
protocols at once, and allows virtual servers by grouping clients in
to classes based on IP.

2) Installation

Installing Sinkhole requires autoconf and can easily be done by
the standard:

 $ ./configure
 $ make
 # make install

Optionally you may use the configure options --prefix to choose the
install path, and --enable-debug to compile with debugging symbols.
Other command line options can be seen with ./configure --help.

3) Configuration

The default configuration file is installed in /etc from the base
dir given by --prefix, and is named sinkhole.conf.example. It should
be copied to sinkhole.conf and then edited to configure the sinkhole.

The configuration is structured in blocks, with blocks containing items
with values associated with them, or more blocks.

Each supported protocol and logging system is in the form of a module,
so they can be enabled and disabled at will.

See the example configuration for detailed examples of how this works.

4) P0f

This sinkhole also supports P0f, which is a passive OS fingerprinting tool
that is (C) 2000-2006 Michal Zalewski ([email protected]). Its webpage
is available at http://lcamtuf.coredump.cx/p0f.shtml.

P0f allows the sinkhole to get the operating system of connecting clients.
To enable P0f, load the p0f.so module in the config and then start the P0f
binary by issuing:

 $ sudo ./p0f -Q /var/run/p0f.sock -u `whoami`

This will start P0f listening on /var/run/p0f.sock (you may replace this with
whatever you wish). Next, add the path to the socket P0f is listening on to
the configuration file.

sinkhole's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.