cscli collections install crowdsecurity/upsunA collection to defend Upsun applications against common attacks:
This collection detects base HTTP scenarios on Upsun nginx logs sent via HTTP logs.
For more info check out the UpSun project template //todo, add
Example acquisition for this collection:
1source: http2# Change the port if necessary3listen_addr: 127.0.0.1:88884path: /5auth_type: headers6# Choose your header name and value7# And use them in your httplog-integration configuration8headers:9 crowdsecLogForward: yourHeaderHere10labels:11 type: upsun-httplog12log-level: warn
notes: