> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeonbot.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Antinuke Filters

> A comprehensive breakdown of every security filter active in the Antinuke system.

ZEON's Antinuke engine is comprised of 11 distinct, highly optimized security micro-services. Each filter monitors specific Discord audit logs and events in real-time, enforcing your configured Heat and Trigger limits.

When you run `.antinuke wizard` or `.antinuke zplus`, all of these filters are automatically armed to protect your server.

***

## Complete Filter List

### 1. Anti-Bot (`bots.py`)

Prevents unauthorized administrators from inviting rogue or malicious bots into the server. If a bot is added without authorization, it is instantly kicked, and the user who added it is punished.

### 2. Anti-Channel (`channel.py`)

Monitors all channel creations, deletions, and updates.

* **Protection:** Prevents attackers from wiping out your server structure or creating mass spam channels.

### 3. Anti-Role (`role.py`)

Monitors all role creations, deletions, and permission updates.

* **Protection:** Prevents attackers from deleting important roles or creating hidden roles with administrator permissions.

### 4. Anti-Member (`member.py`)

Monitors all member kicks and bans.

* **Protection:** Stops mass-ban and mass-kick waves in their tracks.

### 5. Anti-Member Update (`update.py`)

Monitors updates to member profiles within the server.

* **Protection:** Prevents compromised admins from assigning dangerous roles to themselves or their alt accounts to bypass security.

### 6. Anti-Webhook (`webhook.py`)

Monitors webhook creation, deletion, and updates.

* **Protection:** Webhooks are the #1 tool used by attackers to spam messages unrestrictedly. This filter ensures webhooks cannot be mass-created or abused.

### 7. Anti-Prune (`prune.py`)

Monitors server prune requests.

* **Protection:** Prevents attackers from using Discord's built-in Prune feature to instantly kick hundreds of inactive members.

### 8. Anti-Guild (`server.py`)

Monitors updates to the server's core settings (Name, Icon, Region, Vanity URL).

* **Protection:** Prevents attackers from defacing your server's branding or stealing your vanity URL.

### 9. Anti-Invite (`invite.py`)

Monitors the creation and deletion of server invites.

* **Protection:** Prevents attackers from deleting all your active invite links or generating hidden invites for their raid accounts.

### 10. Anti-Mention (`mention.py`)

Monitors all messages for `@everyone`, `@here`, and Main Role mentions.

* **Protection:** Blocks unauthorized mass-pings, even if they are sent through external User Apps or hidden Webhooks.

### 11. Default & Main Role Protection (`default.py`)

Actively monitors the `@everyone` role and your designated [Main Roles](/security/main-roles).

* **Protection:** Instantly strips dangerous permissions (like `Administrator` or `Ban Members`) if an attacker attempts to secretly assign them to standard roles.
