# Scam Prevention Features

{% hint style="info" %}
Some scam prevention features require Premium. Verification is available on all tiers. [Compare plans →](/securitybot-knowledge-hub/plans-and-pricing/plans-and-pricing.md)
{% endhint %}

SecurityBot is built to help your team respond swiftly to suspicious activity. From compromised accounts to bot raids, these features are designed to contain threats and reduce their impact without relying on manual moderation alone.

***

### Key Features

#### Verification

New users must complete a CAPTCHA before gaining access to your server. This stops most automated bots and ensures only real users can participate.

#### Bot Purge

Automatically removes unverified users from your server every 30 minutes. This helps prevent dormant bot accounts from accumulating and launching coordinated scams.

#### Scammer Filter

SecurityBot maintains a global scammer database. Users flagged by other communities are automatically blocked from joining your server.

#### Flag a Scammer

Use the `/scammers flag` command to permanently flag a user as a scammer. They’ll be immediately banned from your server and added to the global scammer blocklist.

{% hint style="danger" %}
**Flags are permanent and cannot be undone.** If you manually unban a flagged user, they will remain globally blocked by SecurityBot.
{% endhint %}

#### Channel Locks

lock down sensitive channels using the `/lock` command. This stops compromised accounts from posting in places like `#announcements`.

#### Webhook Detection

Automatically logs any newly created or updated webhook. You’ll be notified instantly, with quick-action buttons to delete the webhook or take action on the user.

***

Next up: Setup verification, Learn how to configure role-based access in [Verification](/securitybot-knowledge-hub/bot-guide/scam-prevention-features/verification.md).


---

# 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://securitybot.gitbook.io/securitybot-knowledge-hub/bot-guide/scam-prevention-features.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.
