Skip to content

crocup/Dionaea-Honeypot-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DHS (Dionaea-Honeypot-Script)

Dionaea is meant to be a nepenthes successor, embedding python as scripting language, using libemu to detect shellcodes, supporting ipv6 and tls.

About

Dionaea Hobeypot Docker Image

Logging

  • log_json
  • log_sqlite

Install

$ git clone https://github.com/crocup/DHS
$ cd DHS/
$ sudo docker build . -t honey
$ sudo docker run -it --rm -v /opt/honey/log:/opt/dionaea/var/log -p 21:21 -p 80:80 -p 123:123 -p 443:443 -p 445:445 -p 1443:1443 -p 11211:11211 --name dio honey

Exec docker

$ sudo docker exec -it dio /bin/bash

Log files

JSON

$ cat /opt/honey/log/dionaea.json

Database(SQLite)

select * from connections

Licenses

  • dionaea: GPLv2+
  • all my files MIT (compatible with GPL)

In the Future

  • create analytic program: Core(FastAPI)

Releases

No releases published

Packages

No packages published