diff --git a/.index.json b/.index.json index 43067689349..f7da67fe53c 100644 --- a/.index.json +++ b/.index.json @@ -5060,6 +5060,29 @@ "crowdsecurity/odoo-bf_user-enum" ] }, + "crowdsecurity/openbsd": { + "path": "collections/crowdsecurity/openbsd.yaml", + "version": "0.1", + "versions": { + "0.1": { + "digest": "6edc75ce23e1fa8723018f982a0ee927a200262a35d8d09191e554c619493d9d", + "deprecated": false + } + }, + "long_description": "Kipjb3JlIHBhY2thZ2UgZm9yIG9wZW5ic2QqKgoKY29udGFpbnMgc3VwcG9ydCBmb3Igc3lzbG9nLCBkbyBub3QgcmVtb3ZlLgo=", + "content": "cGFyc2VyczoKICAtIGNyb3dkc2VjdXJpdHkvc3lzbG9nLWxvZ3MKICAtIGNyb3dkc2VjdXJpdHkvZ2VvaXAtZW5yaWNoCiAgLSBjcm93ZHNlY3VyaXR5L2RhdGVwYXJzZS1lbnJpY2gKY29sbGVjdGlvbnM6CiAgLSBjcm93ZHNlY3VyaXR5L3NzaGQKZGVzY3JpcHRpb246ICJjb3JlIG9wZW5ic2Qgc3VwcG9ydCA6IHN5c2xvZytnZW9pcCtzc2giCmF1dGhvcjogY3Jvd2RzZWN1cml0eQp0YWdzOgogIC0gb3BlbmJzZAoK", + "description": "core openbsd support : syslog+geoip+ssh", + "author": "crowdsecurity", + "labels": null, + "parsers": [ + "crowdsecurity/syslog-logs", + "crowdsecurity/geoip-enrich", + "crowdsecurity/dateparse-enrich" + ], + "collections": [ + "crowdsecurity/sshd" + ] + }, "crowdsecurity/opnsense": { "path": "collections/crowdsecurity/opnsense.yaml", "version": "0.4", diff --git a/collections/crowdsecurity/openbsd.md b/collections/crowdsecurity/openbsd.md new file mode 100644 index 00000000000..7a0f6d7c045 --- /dev/null +++ b/collections/crowdsecurity/openbsd.md @@ -0,0 +1,3 @@ +**core package for openbsd** + +contains support for syslog, do not remove. diff --git a/collections/crowdsecurity/openbsd.yaml b/collections/crowdsecurity/openbsd.yaml new file mode 100644 index 00000000000..d3e907ea520 --- /dev/null +++ b/collections/crowdsecurity/openbsd.yaml @@ -0,0 +1,11 @@ +parsers: + - crowdsecurity/syslog-logs + - crowdsecurity/geoip-enrich + - crowdsecurity/dateparse-enrich +collections: + - crowdsecurity/sshd +description: "core openbsd support : syslog+geoip+ssh" +author: crowdsecurity +tags: + - openbsd +