hi pedro
good news with "dynamic fields"
Thanks
i didn't notice that
>I am feeling curious about the botnet issue, please feel free to explain in detail your botnet issue and maybe we can help, it seems interesting :P, you mention there is a limit of the decoders fields in your case, what do you need to extract ? are you using active response ?
yes we used AR
an example of the botnet we saw:
XX.XX.XX.X1 - - [30/Jan/2017:17:32:26 +0100] "POST /xmlrpc.php HTTP/1.1" 200 605 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1"
XX.XX.XX.X2 - - [30/Jan/2017:17:35:26 +0100] "POST /xmlrpc.php HTTP/1.1" 200 605 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1"
XX.XX.XX.X3 - - [30/Jan/2017:17:37:26 +0100] "POST /xmlrpc.php HTTP/1.1" 200 605 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1"
XX.XX.XX.X4 - - [30/Jan/2017:17:38:26 +0100] "POST /xmlrpc.php HTTP/1.1" 200 605 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1"
XX.XX.XX.X5 - - [30/Jan/2017:17:40:27 +0100] "POST /xmlrpc.php HTTP/1.1" 200 605 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1"
XX.XX.XX.X6 - - [30/Jan/2017:17:41:10 +0100] "POST /xmlrpc.php HTTP/1.1" 200 605 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1"
XX.XX.XX.X7 - - [30/Jan/2017:17:45:26 +0100] "POST /xmlrpc.php HTTP/1.1" 200 605 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1"
XX.XX.XX.X8 - - [30/Jan/2017:19:14:31 +0100] "POST /xmlrpc.php HTTP/1.1" 200 605 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1"
Same size response or useragent, everything else is different except url
Thanks
best regards
----- Mail original -----
De: "Pedro S" <
pe...@wazuh.com>
À: "ossec-list" <
ossec...@googlegroups.com>
Cc:
secuc...@free.fr
Envoyé: Mercredi 1 Février 2017 13:50:05
Objet: Re: [ossec-list] Regular OSSEC vs OSSEC Wazuh
Hi,
Philip, Wazuh still supports CEF format, it integrates all the functionality from OSSEC 2.8.3 and 2.9beta, I am pretty sure you will be able to integrate Wazuh with your current Graylog instance, same way you can do it with OSSEC.
Regarding to the ruleset, last version from Wazuh rules is not totally compatible with OSSEC 2.8.3 because the "dynamic fields", this new functionality allow us to extract as many fields as we want on the decoders, so we are not limited to the static ones "srcip, srcport, extra_data..", moreover you will be able to use those fields later when creating rules ( I would recommend you to take a look at the Changelog )
If the decoders does not contain any dynamic field, you could use them on your standard OSSEC.
I don't have any experience with Greylog, but I can see how it could ingest data in JSON format (
http://docs.graylog.org/en/2.1/pages/extractors.html#using-the-json-extractor ) maybe you can use JSON output, that could be an amazing improvement for your architecture.