> For the complete documentation index, see [llms.txt](https://docs.authenticateme.xyz/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.authenticateme.xyz/en/owners-manual/setup/005-subpage/block-threat.md).

# Block Threat

{% hint style="info" %}
This feature will increase the user verification attempt count.
{% endhint %}

Most legitimate browsers will score 1 or 2, indicating little risk. Most bots will score 4 or 5, indicating a concrete risk of automation backed by hard signals. Browsers that score 3 are ambiguous: no definitive automation signals, but an elevated (not conclusive) risk. Typical cases include legacy browsers/OS versions and other heuristic red flags.

<figure><img src="/files/nM0TiC3jKwGu9yyVc31X" alt=""><figcaption></figcaption></figure>

### Bot Score Description <a href="#score-description" id="score-description"></a>

* 5 (Bot): High confidence; strongly suggests automation.
* 4 (Bot): Medium confidence; environment suggests automation.
* 3 (Human): Low confidence; environment is ambiguous.
* 2 (Human): Medium confidence; likely human.
* 1 (Human): High confidence; user is probably a human.

### Usage Recommendations <a href="#usage-recommendations" id="usage-recommendations"></a>

#### Low-Risk Servers <a href="#low-risk-applications" id="low-risk-applications"></a>

* Blocking Criteria: Block users with a `Bot Score` of 5.
* Rationale: This conservative approach minimizes the risk of falsely blocking legitimate users—even if the browser environment is otherwise rather suspicious.

#### Standard Servers <a href="#standard-applications" id="standard-applications"></a>

* Blocking Criteria: Block users with a `Bot Score` of 4 or higher.
* Rationale: This is the recommended option for most servers, only blocking the most suspicious browsers with little cross over with real humans.

#### High-Risk Servers <a href="#high-risk-applications" id="high-risk-applications"></a>

* Blocking Criteria: Block users with a `Bot Score` of 3 or higher.
* Rationale: This setting strikes a balance by targeting higher-risk environments while accepting a higher chance of false positives, particularly from users with older or unusual browsers or devices.

#### Very High-Risk Servers <a href="#very-high-risk-applications" id="very-high-risk-applications"></a>

* Blocking Criteria: Block users with a `Bot Score` of 2 or higher.
* Rationale: This aggressive policy is designed for environments with strong security requirements. It targets any even remotely suspicious browser with high levels of false positives.


---

# 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://docs.authenticateme.xyz/en/owners-manual/setup/005-subpage/block-threat.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.
