Skip to main content

Netskope (API v2)

This Integration is part of the Netskope v2 Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.0.0 and later.

Block URLs, domains and file hashes. This integration was integrated and tested with version 91.0.6.575 of Netskope (API v2) for contribution to marketplace

Configure Netskope (API v2) for contribution to marketplace on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.

  2. Search for Netskope (API v2).

  3. Click Add instance to create and configure a new integration instance.

    ParameterRequired
    URL of Netskope Tenant (e.g. https://tenant.goskope.com)True
    API KeyFalse
    Trust any certificate (not secure)False
    Use system proxy settingsFalse
  4. Click Test to validate the URLs, token, and connection.

Commands#

You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

netskopev2-add-url#


Add URLs to the Netskope URL block list

Base Command#

netskopev2-add-url

Input#

Argument NameDescriptionRequired
list_nameName of the URL list.Required
urlURLs to add to the list.Required

Context Output#

PathTypeDescription
Netskope.URLList.idnumberURL List ID
Netskope.URLList.namestringURL List name
Netskope.URLList.dataunknownURL List contents
Netskope.URLList.data.urlsunknownList of URLs in URL List
Netskope.URLList.data.typestringURL List type ('exact' or 'regex')
Netskope.URLList.modify_bystringUser which last modified URL List
Netskope.URLList.modify_timedateTime which URL List was last modified
Netskope.URLList.modify_typestringURL List modification type ('Created', 'Edited' or 'Deleted')
Netskope.URLList.pendingnumberURL List pending status ('1' if pending, '0' if not)

Command Example#

Human Readable Output#

netskopev2-remove-url#


Remove URLs from the Netskope URL block list

Base Command#

netskopev2-remove-url

Input#

Argument NameDescriptionRequired
list_nameName of the URL list.Required
urlURLs to remove from the list.Required

Context Output#

PathTypeDescription
Netskope.URLList.idnumberURL List ID
Netskope.URLList.namestringURL List name
Netskope.URLList.dataunknownURL List contents
Netskope.URLList.data.urlsunknownList of URLs in URL List
Netskope.URLList.data.typestringURL List type ('exact' or 'regex')
Netskope.URLList.modify_bystringUser which last modified URL List
Netskope.URLList.modify_timedateTime which URL List was last modified
Netskope.URLList.modify_typestringURL List modification type ('Created', 'Edited' or 'Deleted')
Netskope.URLList.pendingnumberURL List pending status ('1' if pending, '0' if not)

Command Example#

Human Readable Output#

netskopev2-get-lists#


Get all applied and pending URL lists

Base Command#

netskopev2-get-lists

Input#

Argument NameDescriptionRequired

Context Output#

PathTypeDescription
Netskope.List.idnumberURL List ID
Netskope.List.namestringURL List name
Netskope.List.dataunknownURL List contents
Netskope.List.data.urlsunknownList of URLs in URL List
Netskope.List.data.typestringURL List type ('exact' or 'regex')
Netskope.List.modify_bystringUser which last modified URL List
Netskope.List.modify_timedateTime which URL List was last modified
Netskope.List.modify_typestringURL List modification type ('Created', 'Edited' or 'Deleted')
Netskope.List.pendingnumberURL List pending status ('1' if pending, '0' if not)

Command Example#

Human Readable Output#

netskopev2-get-list#


Get URL list by ID

Base Command#

netskopev2-get-list

Input#

Argument NameDescriptionRequired
list_nameName of the URL list.Required

Context Output#

PathTypeDescription
Netskope.List.idnumberURL List ID
Netskope.List.namestringURL List name
Netskope.List.dataunknownURL List contents
Netskope.List.data.urlsunknownList of URLs in URL List
Netskope.List.data.typestringURL List type ('exact' or 'regex')
Netskope.List.modify_bystringUser which last modified URL List
Netskope.List.modify_timedateTime which URL List was last modified
Netskope.List.modify_typestringURL List modification type ('Created', 'Edited' or 'Deleted')
Netskope.List.pendingnumberURL List pending status ('1' if pending, '0' if not)

Command Example#

Human Readable Output#