Skip to main content

List anti-spyware signatures

GET 

/anti-spyware-signatures

Retrieve a list of anti-spyware signatures.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    offset number

    Default value: 0

    The offset into the list of results returned

    limit number

    Default value: 200

    The maximum number of results per page

Responses

OK

Schema
    data object[]
  • Array [
  • id stringrequired

    UUID of the resource

    threat_id integerrequired

    Possible values: >= 15000 and <= 70000000

    threat id range <15000-18000> and <6900001-7000000>

    bugtraq string[]
    comment string

    Possible values: <= 256 characters

    cve string[]
    default_action object
    oneOf
    allow object
    direction

    Possible values: [client2server, server2client, both]

    reference string[]
    severity

    Possible values: [critical, low, high, medium, informational]

    signature object
    oneOf
    combination object
    and_condition object[]
  • Array [
  • name string
    or_condition object[]
  • Array [
  • name string
    threat_id string
  • ]
  • ]
  • order_free boolean
    time_attribute object
    interval integer

    Possible values: >= 1 and <= 3600

    threshold integer

    Possible values: >= 1 and <= 255

    track_by

    Possible values: [source-and-destination, source, destination]

    threatname stringrequired

    Possible values: <= 1024 characters

    vendor string[]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...