• Resolved jmtdesign

    (@jmtdesign)


    I cannot export malicious activity from my servers. I’ve the latest version of cerber but maybe I’m missing some PHP modules – cannot find information about that

    lsb_release -a
    No LSB modules are available.
    Distributor ID:	Ubuntu
    Description:	Ubuntu 14.04.5 LTS
    Release:	14.04
    Codename:	trusty
    $ php -m
    [PHP Modules]
    calendar
    Core
    ctype
    date
    dom
    exif
    fileinfo
    filter
    ftp
    gettext
    hash
    iconv
    json
    libxml
    openssl
    pcntl
    pcre
    PDO
    Phar
    posix
    readline
    Reflection
    session
    shmop
    SimpleXML
    sockets
    sodium
    SPL
    standard
    sysvmsg
    sysvsem
    sysvshm
    tokenizer
    wddx
    xml
    xmlreader
    xmlwriter
    xsl
    Zend OPcache
    zip
    zlib
    
    [Zend Modules]
    Zend OPcache
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author gioni

    (@gioni)

    No special module is needed. You need to check the server error log. There should be related messages.

    Try to export a small set of log entries, probably you come across a memory limitation when the dataset you try to export is bigger than the amount of memory available for PHP scripts.

    Plugin Author gioni

    (@gioni)

    How’s it going?

    Thread Starter jmtdesign

    (@jmtdesign)

    Sorry, I forgot to mark this resolved.

    You were right about the memory limitation. It hit the server limits (that I didn’t want to further increase) but I am able to export CSV when I choose to store data for 7 days only.

    The thing was I wanted to export the data because the server had been attacked, so I wanted to use the malicious IPs as an ipset list for my other servers. But due to the attack there was really a lot of IPs.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Cerber gives server error 500 for CSV export’ is closed to new replies.