# Crowdsec key

Crowdsec is a crowdsourced cyber security tool, used to automate blocking malicious actors.&#x20;

#### Enrolling in Crowdsec allows for some advanced functionality,

* Downloading managed blocklists
* Uploading IPs that your Crowdsec instance has identifed as malicious or risky
  * This helps other people using Crowdsec and will also show you stats on if other Crowdsec engines have seen this IP
* A nice UI to view and manage your blocked IP addresses
* Some email basic based reporting

## Create your Crowdsec account

> I set up Crowdsec a long time ago, so I can't remember the process, sorry. I am planning on writing documentation for this but haven't gotten around to it yet.

1. Sign up for a Crowdsec account, and select community / free tier when prompted

## Get your Enrollment key

1. Navigate to <https://app.crowdsec.net/>
2. Click on 'Enroll',
   1. copy the enroll key to your notepad


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.trentbauer.com/guides/installation-guides/pelican/crowdsec-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
