Skip to main content

Malicious Clients

List all malicious clients

Request

Definition

GET /api/v1/alerts/{alert_id}/clients

Headers

  • Authorization required

    Authentication token with privileges to view the resource.

    Bearer {token}

Query string parameters

ParameterTypeRequiredDescription
paginatebooleanYesIf the result must be paginated.
pageintegerYes if paginate is truePage index.
page_sizeintegerYes if paginate is trueNumber of items displayed per page.
client_addressstringNoFilters malicious clients whose IP address matches the one entered.
client_address_listarray<string>NoFilters results whose IP address matches at least one list item.
continentstringNoFilters malicious clients whose continent of origin matches the one entered.
countrystringNoFilters malicious clients whose country of origin matches the one entered.
citystringNoFilters malicious clients whose city of origin matches the one entered.
latitudestringNoFilters malicious clients whose latitude matches the one entered.
longitudestringNoFilters malicious clients whose longitude matches the one entered.
cloudsobjectNoFilters malicious clients that are nodes in the known researched cloud network.
torBooleanNoFilters malicious clients whose tor field matches the one entered.
crawlersobjectNoFilters malicious clients whose crawlers field matches the value being searched for.
riskstringNoFilters malicious clients whose risk level matches the one entered.
as_numberintegerNoFilters a malicious client whose as_number field matches the one entered.
as_organizationstringNoFilters a malicious client whose as_organization field matches the one entered.

Response

Status codes

Status codeMessage
200"List of malicious clients"
400"Error with pagination fields"
400"Generic error"
403"Forbidden"

Body

  • data.malicious_clients.client_address string

    Malicious client IP address.

  • data.malicious_clients.blacklists object

    Blacklists which client is part of.

  • data.malicious_clients.city string

    City where client is located.

  • data.malicious_clients.continent string

    Continent where client is located.

  • data.malicious_clients.country string

    Country where client is located.

  • data.malicious_clients.latitude string

    Latitude where client is located.

  • data.malicious_clients.longitude string

    Longitude where client is located.

  • data.malicious_clients.tor boolean

    Indicates whether the client is a node in the TOR network.

  • data.malicious_clients.crawlers string,

    Indicates whether the client is identified as crawler.

  • data.malicious_clients.clouds object

    Indicates whether the client is a node in a known cloud network.

  • data.malicious_clients.risk string

    String that describes a client's risk level.

  • data.malicious_clients.as_number integer

    Number of the Autonomous System to which the client belongs.

  • data.malicious_clients.as_organization string

    Name of Autonomous System to which the client belongs.

  • data.malicious_clients.additional_info object

    Some client's additional informations.