# Return login security brute force attacks by user

This function lists brute force attack entries from the cPHulk database, ordered by user accounts.

Endpoint: GET /get_cphulk_user_brutes
Version: 11.136.0.14
Security: BasicAuth

## Response 200 fields (application/json):

  - `data` (object)

  - `data.user_brutes` (array)
    Information about each brute force attempt.

  - `data.user_brutes.authservice` (string)
    The authentication service on which the login attempt occurred.
    Example: "dovecot"

  - `data.user_brutes.exptime` (string)
    When the login request will time out.
    Example: "2014-12-07T00:00:00.000Z"

  - `data.user_brutes.ip` (any)
    The IP address of the login attempt.
    Example: "192.168.0.1"

  - `data.user_brutes.logintime` (string)
    When the login attempt occurred.
    Example: "2014-11-20T00:00:00.000Z"

  - `data.user_brutes.service` (string)
    The name of the service on which the login attempt occurred.
    Example: "ftp"

  - `data.user_brutes.timeleft` (integer)
    The number of minutes that remain before cPHulk removes the block.
    Example: 14

  - `data.user_brutes.user` (string)
    The username for which login attempt occurred.
    Example: "example"

  - `metadata` (object)

  - `metadata.command` (string)
    The method name called.
    Example: "get_cphulk_user_brutes"

  - `metadata.reason` (string)
    The reason the API function failed when the metadata.result field is 0. This field may display a success message when a function succeeds.
    Example: "OK"

  - `metadata.result` (integer)
    * 1 - Success
* 0 - Failed: Check the reason field for more details.
    Enum: 0, 1

  - `metadata.version` (integer)
    The version of the API function.
    Example: 1


