Skip to main content

Get a vulnerability protection signature

GET 

/vulnerability-protection-signatures/:id

Get an existing vulnerability protection signature.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id string

    UUID of the resource

    threat_id integerrequired

    Possible values: >= 41000 and <= 6900000

    threat id range <41000-45000> and <6800001-6900000>

    affected_host object
    oneOf
    client boolean
    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[]
Loading...