Skip to main content

Create an anti-spyware profile

POST 

/anti-spyware-profiles

Create a new anti-spyware profile.

Request

Body

Created

    oneOf
    folder stringrequired

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

    The folder in which the resource is defined

    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
  • ]

Responses

Created

Loading...