bunseokbot / Honey-V

Honeypot Framework with Event Recording

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Honey-V

Honeypot framework can be able to monitor realtime event based on container

Usage

Requirements

  • libpcap
  • Docker

Build

go build
./honeypot

Deploy a honeypot

./honeypot deploy -n <name of honeypot> -p <host_port:container_port> -i <name of image> -f <Dockerfile> -e <environment>

Monitor honeypot

./honeypot monitor

Remove honeypot

./honeypot remove -n <name of honeypot>

Event collection mode

./honeypot collect -i <interval:60m> -p <path of event storage>

License

Apache License 2.0

About

Honeypot Framework with Event Recording

License:Apache License 2.0


Languages

Language:Go 99.4%Language:Dockerfile 0.5%Language:Shell 0.1%