Update Security_Containers/crowdsec/postoverflows/s01-whitelist/geoip-allow.yaml

This commit is contained in:
2026-05-15 02:57:27 +00:00
parent dbea3dcf05
commit 6c6612c582
@@ -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
whitelist:
reason: "GeoIP block - country not in allowlist"
expression:
- "evt.Enriched.IsoCode == 'US'"
- "evt.Enriched.IsoCode == 'DE'"