Skip to main content

List anti-spyware profiles

GET 

/anti-spyware-profiles

Retrieve a list of anti-spyware profiles.

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

    The UUID of the anti-spyware profile

    name stringrequired

    The name of the anti-spyware profile

    description string
    cloud_inline_analysis boolean
    inline_exception_edl_url string[]
    inline_exception_ip_address string[]
    mica_engine_spyware_enabled object[]
  • Array [
  • name string
    inline_policy_action

    Possible values: [alert, allow, drop, reset-both, reset-client, reset-server]

    Default value: alert

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

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

    severity string[]
    category

    Possible values: [dns-proxy, backdoor, data-theft, autogen, spyware, dns-security, downloader, dns-phishing, phishing-kit, cryptominer, hacktool, dns-benign, dns-wildfire, botnet, dns-grayware, inline-cloud-c2, keylogger, p2p-communication, domain-edl, webshell, command-and-control, dns-ddns, net-worm, any, tls-fingerprint, dns-new-domain, dns, fraud, dns-c2, adware, post-exploitation, dns-malware, browser-hijack, dns-parked]

    threat_name string

    Possible values: >= 4 characters

  • ]
  • 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
  • ]
  • notes string
  • ]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...