> For the complete documentation index, see [llms.txt](https://securitybot.gitbook.io/securitybot-knowledge-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://securitybot.gitbook.io/securitybot-knowledge-hub/bot-guide/anti-impersonation-tools.md).

# Anti-Impersonation Tools

{% hint style="info" %}
**Premium Feature** — Anti-impersonation tools require a Premium subscription. [Compare plans →](/securitybot-knowledge-hub/plans-and-pricing/plans-and-pricing.md)
{% endhint %}

Impersonation is one of the most common scam tactics in Web3 Discord communities. Scammers may copy team usernames, adopt similar profile pictures, or use deceptive naming tricks to appear legitimate. SecurityBot offers powerful anti-impersonation features to detect and block these tactics before they can cause harm.

***

## Key Protections

SecurityBot includes layered tools to detect impersonation attempts and enforce protections automatically:

* **Blocked Nicknames**\
  Restrict the use of specific names or terms commonly associated with your team or brand. Detects both exact matches and visually similar variants using special characters.
* **Protected Avatars**\
  Monitor and restrict the use of profile pictures associated with trusted roles. If another user copies a protected avatar, SecurityBot will take automated action based on your configured severity.

Each feature can be used independently or combined to create a robust defense against impersonation attempts in your server.

***

Next up: Learn how to block and monitor impersonation attempts using the [Blocked Nicknames](/securitybot-knowledge-hub/bot-guide/anti-impersonation-tools/blocked-nicknames.md) feature.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://securitybot.gitbook.io/securitybot-knowledge-hub/bot-guide/anti-impersonation-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
