You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be marked as a false positive in the CrowdSec Threat Intelligence, you need to publicly share all the IP addresses and ranges you own.
30
+
31
+
Once your IP addresses are publicly available and accessible via HTTPS, you can contact support@crowdsec.net. Please include the URL of your IPs and ranges.
32
+
33
+
The CrowdSec team will do their best to update the CTI with false positive information, so your IPs are flagged correctly.
34
+
35
+
Here are some examples of providers who share their IPs and ranges:
You don’t need to follow a specific format for the exposed list, but it’s recommended to keep the same format over time. Otherwise, the false positive enrichment may stop working.
Please try to resolve your issue by reading [the documentation](../cti_api/intro). If you're unable to find a solution, don't hesitate to seek assistance in:
11
+
12
+
-[Discourse](https://discourse.crowdsec.net/)
13
+
-[Discord](https://discord.gg/crowdsec)
14
+
15
+
## False Positive
16
+
17
+
### How to Get Tagged as a False Positive
18
+
19
+
To be marked as a false positive in the CrowdSec Threat Intelligence, you need to publicly share all the IP addresses and ranges you own.
20
+
21
+
Once your IP addresses are publicly available and accessible via HTTPS, you can contact support@crowdsec.net. Please include the URL of your IPs and ranges.
22
+
23
+
The CrowdSec team will do their best to update the CTI with false positive information, so your IPs are flagged correctly.
24
+
25
+
Here are some examples of providers who share their IPs and ranges:
You don’t need to follow a specific format for the exposed list, but it’s recommended to keep the same format over time. Otherwise, the false positive enrichment may stop working.
Please try to resolve your issue by reading the documentation. If you're unable to find a solution, don't hesitate to seek assistance in:
21
23
22
-
-[Discourse](https://discourse.crowdsec.net/)
23
-
-[Discord](https://discord.gg/crowdsec)
24
+
-[Discourse](https://discourse.crowdsec.net/)
25
+
-[Discord](https://discord.gg/crowdsec)
24
26
25
27
# FAQ
26
28
@@ -64,9 +66,9 @@ If you need help for large scale deployment, please get in touch with us on the
64
66
65
67
Setting up a proxy works out of the box, the [net/http golang library](https://golang.org/src/net/http/transport.go) can handle those environment variables:
On Systemd devices you have to set the proxy variable in the environment section for the CrowdSec service. To avoid overwriting the service file during an update, a folder is created in `/etc/systemd/system/crowdsec.service.d` and a file in it named `http-proxy.conf`. The content for this file should look something like this:
79
82
80
83
```bash title="systemctl edit crowdsec.service"
@@ -90,6 +93,7 @@ Then you can restart CrowdSec like this:
90
93
`systemctl restart crowdsec`
91
94
92
95
#### Sudo
96
+
93
97
If you use `sudo cscli`, just add this line in `visudo` after setting up the previous environment variables:
94
98
95
99
```
@@ -146,20 +150,22 @@ CrowdSec Hub should be used when you have an issue with a parser, scenario or co
146
150
147
151
To disable the central API, simply comment out the [`online_client` section of the configuration file](/docs/next/configuration/crowdsec_configuration#online_client).
148
152
149
-
### Why are some scenarios/parsers "tainted" or "custom" ?
153
+
### Why are some scenarios/parsers "tainted" or "custom" ?
150
154
151
155
When using `cscli` to list your parsers, scenarios and collections, some might appear as "tainted" or "local".
152
156
153
157
"tainted" items:
154
-
- Originate from the hub
155
-
- Were locally modified
156
-
- Will not be automatically updated/upgraded by `cscli` operations (unless `--force` or similar is specified)
157
-
- Won't be sent to Central API and won't appear in the Console (unless `cscli console enable tainted` has been specified)
158
+
159
+
- Originate from the hub
160
+
- Were locally modified
161
+
- Will not be automatically updated/upgraded by `cscli` operations (unless `--force` or similar is specified)
162
+
- Won't be sent to Central API and won't appear in the Console (unless `cscli console enable tainted` has been specified)
158
163
159
164
"local" items:
160
-
- Have been locally created by the user
161
-
- Are not managed by `cscli` operations
162
-
- Won't be sent to Central API and won't appear in the Console (unless `cscli console enable custom` has been specified)
165
+
166
+
- Have been locally created by the user
167
+
- Are not managed by `cscli` operations
168
+
- Won't be sent to Central API and won't appear in the Console (unless `cscli console enable custom` has been specified)
163
169
164
170
### Which information is sent to your services ?
165
171
@@ -201,6 +207,7 @@ line: May 16 07:50:30 sd-126005 sshd[10041]: Invalid user git from 78.142.18.204
201
207
├ 🟢 crowdsecurity/ssh-slow-bf
202
208
└ 🟢 crowdsecurity/ssh-slow-bf_user-enum
203
209
```
210
+
204
211
This command will allow you to see each parser behavior.
0 commit comments