# Fraud Detection - Illegal Computers and Activation Attempts

#### Fraud Detection

&#x20;QLM can track illegal computers that connect to the License Server and logs information about these computers in the database. An illegal computer is defined as a computer that has a valid license key but whose license key is (a) not in the database or (b) in the database but registered for another computer. This situation can occur if a user with a valid license key requests that his license be released from computer A claiming to have uninstalled your program from computer A. If the user subsequently attempts to connect to the License Server via computer A, QLM detects this computer as an illegal computer and logs it into the database.

#### Illegal Computers

&#x20;You can access the list of detected illegal computers from the QLM Management Console / Manage Keys / Illegal Computers. QLM does not prevent all illegal computers from running your application. Once an illegal computer is detected, it is up to you to decide the course of action to take by contacting the customer and enquiring about the situation.

#### Activation Attempts&#x20;

You can access the list of detected activation attempts from the QLM Management Console / Manage Keys / Activation Attempts. A failed activation is typically due to multiple attempts to activate the same license key on different computers. Though failed activation attempts may indicate an intention to illegally activate a license on a particular computer, they can also be regarded as the sign of a user who needs additional licenses for your software.


---

# 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://docs.soraco.co/docs/how-to/fraud-detection-illegal-computers-and-activation-attempts.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.
