Update Security_Containers/crowdsec/postoverflows/s01-whitelist/geoip-allow.yaml
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
name: crowdsecurity/geoip-allow-us-de
|
name: crowdsecurity/geoip-allow-us-de
|
||||||
description: "Block all countries except US and Germany"
|
description: "Block all countries except US and Germany"
|
||||||
filter: "evt.Enriched.IsoCode != 'US' && evt.Enriched.IsoCode != 'DE'"
|
filter: "evt.Enriched.IsoCode != 'US' && evt.Enriched.IsoCode != 'DE'"
|
||||||
blackhole: 1m
|
whitelist:
|
||||||
labels:
|
reason: "GeoIP block - country not in allowlist"
|
||||||
type: geo_block
|
expression:
|
||||||
remediation: true
|
- "evt.Enriched.IsoCode == 'US'"
|
||||||
|
- "evt.Enriched.IsoCode == 'DE'"
|
||||||
Reference in New Issue
Block a user