Skip to content

Instantly share code, notes, and snippets.

@LaurenceJJones
Created September 1, 2022 12:57
Show Gist options
  • Save LaurenceJJones/3d636849b9078ff0b518ecfcffb2721e to your computer and use it in GitHub Desktop.
Save LaurenceJJones/3d636849b9078ff0b518ecfcffb2721e to your computer and use it in GitHub Desktop.
{{ $myDict := dict "crowdsecurity/ssh-slow-bf" "22,18" }}
##Url params
{{range . -}}
?category={{ get $myDict .Scenario }}&comment={{"[Crowdsec]: Detected via: %s"| replace "%s" .Scenario | urlquery }}&ip={{ .Source.Value | urlquery }}
{{end}}
## CSV
{{range . -}}
{{ .Source.Value }},"{{ get $myDict .Scenario }}",{{.StopAt | substr 0 28 }},"{{"[Crowdsec]: Detected via: %s"| replace "%s" .Scenario}}"
{{end}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment