#Question creating Postoverflow Whitelist

1 messages Β· Page 1 of 1 (latest)

paper locust
#

I want to create a postoverflow whitelist, so my dynamic IP address from my ISP won't get blocked, when I access and test configurations on my cloud machines.

DynDNS is configured.

I already installed the postverflow rdns parser : https://app.crowdsec.net/hub/author/crowdsecurity/postoverflows/rdns

────────────────────────────────────────────────────────────────────────────────────────────
 POSTOVERFLOWS                                                                              
────────────────────────────────────────────────────────────────────────────────────────────
 Name                πŸ“¦ Status    Version  Local Path                                       
────────────────────────────────────────────────────────────────────────────────────────────
 crowdsecurity/rdns  βœ”οΈ  enabled  0.3      /etc/crowdsec/postoverflows/s00-enrich/rdns.yaml 

I was looking at the examples from the documentation: https://docs.crowdsec.net/docs/v1.4.0/whitelist/create

It says to put the whitelist yaml file in

/etc/crowdsec/postoverflows/s01-whitelist/

But when I was looking for that folder I only found

/etc/crowdsec/postoverflows/s00-enrich

where the rdns.yaml is available.

Is this by any chance an outdated instruction and not applicable to a newer version of crowdsec and do I have to create that folder myself manually?

But there is also a whitelist.yaml inside:

/etc/crowdsec/hub/parsers/s02-enrich/crowdsecurity/whitelists.yaml

But I guess this is the Parser Whitelist and not the Postoverflow whitelist as mentioned in the documentation.

When a whitelist is present in parsing /etc/crowdsec/parsers/..., it will be checked/discarded before being poured to any bucket. These whitelists intentionally generate no logs and are useful to discard noisy false positive sources.

wind veldtBOT
#
Important Information

This post has been marked as resolved. If this is a mistake please press the red button below or type /unresolve

last dew
#

Whitelist in PostOverflows

Whitelists are a way to tell CrowdSec to ignore certain events or IP addresses. This can be useful if you have a static IP address that you know is safe, or if you have a service that could generates a lot of false triggers by loading alot of thumbnails, images or fonts.

paper locust
paper locust
#

Ok found my answer

Postoverflow whitelist folders do not exist by default so you MUST manually create them

Thank you again for providing me with a newer documentation.

wind veldtBOT
# wind veldt

Resolving Question creating Postoverflow Whitelist