From 6c6612c5825d6e287376dc0bb68409f8dd6a45fa Mon Sep 17 00:00:00 2001 From: Gabe Date: Fri, 15 May 2026 02:57:27 +0000 Subject: [PATCH] Update Security_Containers/crowdsec/postoverflows/s01-whitelist/geoip-allow.yaml --- .../postoverflows/s01-whitelist/geoip-allow.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Security_Containers/crowdsec/postoverflows/s01-whitelist/geoip-allow.yaml b/Security_Containers/crowdsec/postoverflows/s01-whitelist/geoip-allow.yaml index e5b0cf8..cf82017 100644 --- a/Security_Containers/crowdsec/postoverflows/s01-whitelist/geoip-allow.yaml +++ b/Security_Containers/crowdsec/postoverflows/s01-whitelist/geoip-allow.yaml @@ -1,7 +1,8 @@ name: crowdsecurity/geoip-allow-us-de description: "Block all countries except US and Germany" filter: "evt.Enriched.IsoCode != 'US' && evt.Enriched.IsoCode != 'DE'" -blackhole: 1m -labels: - type: geo_block -remediation: true \ No newline at end of file +whitelist: + reason: "GeoIP block - country not in allowlist" + expression: + - "evt.Enriched.IsoCode == 'US'" + - "evt.Enriched.IsoCode == 'DE'" \ No newline at end of file