# jetpack/13.2.2/modules/protect.php

Jetpack – WP Security, Backup, Speed, &amp; Growth, version 13.2.2. 15 lines.

- Page: https://pluginprobe.com/plugins/jetpack/13.2.2/code/modules/protect.php
- Raw: https://pluginprobe.com/plugins/jetpack/13.2.2/raw/modules/protect.php
- Modified: 2023-03-29T22:31:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/jetpack/13.2.2/code/modules/protect.php#L10-L20`.

```php
<?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName
/**
 * Module Name: Brute force protection
 * Module Description: Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.
 * Sort Order: 1
 * Recommendation Order: 4
 * First Introduced: 3.4
 * Requires Connection: Yes
 * Requires User Connection: No
 * Auto Activate: Yes
 * Module Tags: Recommended
 * Feature: Security
 * Additional Search Queries: security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php,  protect admin
 */

```
