Showing posts with label siem. Show all posts
Showing posts with label siem. Show all posts

Saturday, October 31, 2020

haproxy siem load balancing config example

 

defaults
    mode tcp
    timeout connect 5000ms
    timeout client 50000ms

listen graylog
    bind *:514
    mode tcp
    balance roundrobin
    server graylog1 10.0.0.1:514
    server graylog2 10.0.0.1:514
    timeout connect 20s
    timeout server 30s

Saturday, May 9, 2020

payload box

This payload database is very useful for analyzing and discovering new attack techniques. And also you can use these payloads on your SIEM environment for playing with correlation rules.




https://github.com/payloadbox