ManuelFFF
ManuelFFF
Like I said before, both sides shows the right date, but only the left side shows the right time. All users are set to use the same timezone.
I tried to setup a `dataset` a couple of weeks ago and it did not went well. That's why I gave up with `datasets` a few weeks ago, but with...
With your help I am willing to try any number of times with DATASET or DATAREP. Just need a small push.
I should have used "encoding" instead of "encryption", but you got the idea ... :P Thank you for the info. I will try one more time
1. Do I have to use only one `datarep.rep` file, or can I use several `datarep` files like the `iprep` files below?: ``` # IP Reputation reputation-categories-file: /etc/suricata/rules/scirius-categories.txt default-reputation-path: /etc/suricata/rules/iprep/...
Update: ---------- I have found the answer to some of the questions by myself. Please correct me if I'm wrong, as I am trying to understand better this tool. 1....
File content is already encoded to `base64` as showed in previous post ``` maxmind.com,100 bWF4bWluZC5jb20sMTAwCg== www.maxmind.com,100 d3d3Lm1heG1pbmQuY29tLDEwMAo= debian.org,100 ZGViaWFuLm9yZywxMDAK www.debian.org,100 d3d3LmRlYmlhbi5vcmcsMTAwCg== ``` To check, I decoded each line, one by...
Checking again your response, I need to double check few things with you: - What I understood from doc is that `datarep` file content has the following syntax: `,`. Am...
I apologize if I did not respond sooner. I have been very busy working on several projects at once I was afraid of that. I could be misunderstanding the documentation....
Update: (please check [previous post](https://github.com/StamusNetworks/SELKS/issues/295#issuecomment-788936667) first) - Added same domains to a new `dataset` : `/etc/suricata/rules/dataset/test-datasetDNS.lst` ``` maxmind.com www.maxmind.com debian.org www.debian.org ``` - Encoded the whole file to base64 as...