From 2162407e1a6a0d5d9eb9c89b6c2e916ca8253bb6 Mon Sep 17 00:00:00 2001 From: ghostersk <68815071+ghostersk@users.noreply.github.com> Date: Tue, 4 Mar 2025 21:13:43 +0000 Subject: [PATCH] Create ip-whitelist.yaml --- plugins/parsers/ip-whitelist.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/parsers/ip-whitelist.yaml diff --git a/plugins/parsers/ip-whitelist.yaml b/plugins/parsers/ip-whitelist.yaml new file mode 100644 index 0000000..325541f --- /dev/null +++ b/plugins/parsers/ip-whitelist.yaml @@ -0,0 +1,10 @@ +name: crowdsecurity/whitelists +description: "Whitelist events from my ip addresses" +whitelist: + reason: "my ip ranges" + ip: + - "1.1.1.1" + - "9.9.9.9" + cidr: + - "10.0.0.0/16" + - "172.30.10.0/28"