Skip to main content

Get a vulnerability protection profile

GET 

/vulnerability-protection-profiles/:id

Get an existing vulnerability protection profile.

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

    name stringrequired

    Possible values: Value must match regular expression ^[a-zA-Z0-9._-]+$

    rules object[]
  • Array [
  • name string
    action object
    oneOf
    default object
    packet_capture

    Possible values: [disable, single-packet, extended-capture]

    severity string[]
    category

    Possible values: [any, brute-force, code-execution, code-obfuscation, command-execution, dos, exploit-kit, info-leak, insecure-credentials, overflow, phishing, protocol-anomaly, scan, sql-injection]

    cve string[]
    host string
    vendor_id string[]
    threat_name string
  • ]
  • threat_exception object[]
  • Array [
  • name string
    action object
    oneOf
    default object
    packet_capture

    Possible values: [disable, single-packet, extended-capture]

    exempt_ip object[]
  • Array [
  • name stringrequired
  • ]
  • time_attribute object
    interval integer

    Possible values: >= 1 and <= 3600

    threshold integer

    Possible values: >= 1 and <= 65535

    track_by

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

    notes string
  • ]
  • description string
Loading...