Dionaea/Configuration

From aldeid
Jump to navigation Jump to search
You are here:
Configuration

Configuration

Setup appropriate permissions

$ sudo useradd dionaea
$ sudo groupadd dionaea
$ sudo usermod dionaea -G dionaea
$ sudo chown -R dionaea:dionaea /opt/dionaea/var/log/

Structure of the configuration file

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Sections

logging

activate logrotate

As dionaea logs are quite verbose, it is recommended to activate logrotate.

$ cd /etc/logrotate.d/
$ cat > dionaea << EOF
/opt/dionaea/var/log/dionaea*.log {
       notifempty
       missingok
       rotate 28
       daily
       delaycompress
       compress
       create 660 root root
       dateext
       postrotate
               kill -HUP `cat /opt/dionaea/var/run/dionaea.pid`
       endscript
}
EOF

processors

filter-emu

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

filter-streamdumper

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

filter-sessions

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

downloads

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

bitstreams

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

submit

defaults

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

joebox

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

yoursection

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

listen

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

modules

  • curl
  • emu
  • pcap
  • nfq
  • python