Skip to main content

Polar Security

This Integration is part of the Polar Security Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.9.0 and later.

Polar Security, an innovator in technology that helps companies discover, continuously monitor and secure cloud and software-as-a-service (SaaS) application data โ€“ and addresses the growing shadow data problem.

Configure Polar Security on Cortex XSOAR#

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

  2. Search for Polar Security.

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

    ParameterRequired
    Polar Security API URLTrue
    UsernameFalse
    PasswordFalse
    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.

polar-list-linked-vendors#


Get a list of all 3rd party vendors connected to your cloud workloads

Base Command#

polar-list-linked-vendors

Input#

Argument NameDescriptionRequired

Context Output#

PathTypeDescription
PolarSecurity.Vendors.vendorIdstringThe 3rd party vendor unique ID
PolarSecurity.Vendors.vendorNamestringThe 3rd party vendor name (Company name)
PolarSecurity.Vendors.vendorUrlstringThe 3rd party company website URL
PolarSecurity.Vendors.descriptionstringShort description of the 3rd party vendor
PolarSecurity.Vendors.accounts.vendorAccountIdstringThe Cloud account ID
PolarSecurity.Vendors.accounts.vendorAccountNamestringThe Cloud account name (as was onboarded to Polar)
PolarSecurity.Vendors.accounts.cloudProviderstringCloud service providers identifier (aws, gcp, azure)
PolarSecurity.Vendors.certificates.certificateNamestringThe vendor certification ("PCI" "HIPAA" "GDPR", etc)

polar-list-data-stores#


List observed data stores

Base Command#

polar-list-data-stores

Input#

Argument NameDescriptionRequired
limitMaximum results to return. Default is 50.Optional
page_sizeMaximum results to return per page. Default is 50.Optional
next_tokenHash value for the next page.Optional

Context Output#

PathTypeDescription
PolarSecurity.DataStores.Stores.dataStoreIdstringUnique ID within PolarSecurity
PolarSecurity.DataStores.Stores.dataStoreTypestringType of data store
PolarSecurity.DataStores.Stores.dataStoreNamestringName of data store
PolarSecurity.DataStores.Stores.cloudAccountDetails.cloudAccountIdstringID of account where store is located
PolarSecurity.DataStores.Stores.cloudAccountDetails.cloudAccountNamestringName of account where store is located
PolarSecurity.DataStores.Stores.cloudAccountDetails.serviceProviderstringCloud service providers identifier (aws, gcp, azure)
PolarSecurity.DataStores.Stores.cloudRegionstringCloud provider region designation
PolarSecurity.DataStores.Stores.countrystringCountry location of data store
PolarSecurity.DataStores.Stores.classificationStatusstringOne of "CLASSIFIED" "UNCLASSIFIED" "IN_PROGRESS"
PolarSecurity.DataStores.Stores.vpcIdstringID of the VPC
PolarSecurity.DataStores.Stores.isBackedUpbooleanBackup status
PolarSecurity.DataStores.Stores.statsunknownArray of statistics

polar-data-stores-summary#


Summarize your data stores by storage type, service provider, cloud location, etc.

Base Command#

polar-data-stores-summary

Input#

Argument NameDescriptionRequired

Context Output#

PathTypeDescription
PolarSecurity.DataStores.Summary.totalSensitiveStoresnumberCount of stores with sensitivities set
PolarSecurity.DataStores.Summary.totalPotentialFlowsnumberTotal ways data could be accessed
PolarSecurity.DataStores.Summary.totalActualFlowsnumberTotal ways data has actually been accessed
PolarSecurity.DataStores.Summary.totalStoresnumberCount of all stores observed
PolarSecurity.DataStores.Summary.totalSensitivitiesnumberTotal sensitive items observed
PolarSecurity.DataStores.Summary.cloudLocationsunknownArray of objects
PolarSecurity.DataStores.Summary.serviceProvidersunknownArray of objects
PolarSecurity.DataStores.Summary.accountsIdsunknownArray of strings
PolarSecurity.DataStores.Summary.storeTypesunknownArray of objects

polar-list-vendors-data-stores#


Get a list of all data stores a specific 3rd party vendor can access. See whether they have sensitivities and with what role the access is made possible.

Base Command#

polar-list-vendors-data-stores

Input#

Argument NameDescriptionRequired
vendor_idSpecific vendor ID retrieved from polar-list-linked-vendors command.Required
limitMaximum results to return. Default is 50.Optional
page_sizeMaximum results to return per page. Default is 50.Optional
next_tokenHash value for the next page.Optional

Context Output#

PathTypeDescription
PolarSecurity.Vendors.vendor.vendorIdstringThe 3rd party vendor unique ID
PolarSecurity.Vendors.vendor.dataStores.cloudProviderstringCloud service providers identifier (aws, gcp, azure)
PolarSecurity.Vendors.vendor.dataStores.cloudRegionstringCloud provider region designation
PolarSecurity.Vendors.vendor.dataStores.dataStoreIdstringUnique ID within PolarSecurity
PolarSecurity.Vendors.vendor.dataStores.dataStoreNamestringName of data store
PolarSecurity.Vendors.vendor.dataStores.dataStoreTypestringType of data store
PolarSecurity.Vendors.vendor.dataStores.sensitivitiesSummaryunknownArray of objects (SensitivitySummary)

polar-get-data-store#


Get a specific data store by its ID. Doesn't return anything above and beyond the polar-list-data-stores command, so no need to run it again if you've already run that.

Base Command#

polar-get-data-store

Input#

Argument NameDescriptionRequired
store_idID of data store of interest.Required

Context Output#

PathTypeDescription
PolarSecurity.DataStores.Stores.dataStoreNamestringName of data store
PolarSecurity.DataStores.Stores.cloudRegionstringCloud provider region designation
PolarSecurity.DataStores.Stores.isBackedUpbooleanBackup status
PolarSecurity.DataStores.Stores.dataStoreTypestringType of data store
PolarSecurity.DataStores.Stores.dataStoreIdstringUnique ID within PolarSecurity
PolarSecurity.DataStores.Stores.countrystringCountry location of data store
PolarSecurity.DataStores.Stores.dataStoreUrlstringPublic URL to access store
PolarSecurity.DataStores.Stores.classificationStatusstringOne of "CLASSIFIED" "UNCLASSIFIED" "IN_PROGRESS"
PolarSecurity.DataStores.Stores.statsunknownArray of statistics
PolarSecurity.DataStores.Stores.cloudTagsunknownArray of tags assigned to store
PolarSecurity.DataStores.Stores.cloudAccountDetails.cloudAccountIdstringID of account that owns the store
PolarSecurity.DataStores.Stores.cloudAccountDetails.cloudAccountNamestringName of account that owns the store
PolarSecurity.DataStores.Stores.cloudAccountDetails.serviceProviderstringCloud service providers identifier (aws, gcp, azure)

polar-list-vendor-accessible-data-stores#


List all data stores accessible by 3rd party vendors, along with which vendors have access.

Base Command#

polar-list-vendor-accessible-data-stores

Input#

Argument NameDescriptionRequired

Context Output#

PathTypeDescription
PolarSecurity.DataStores.Stores.3rdParties.accounts.cloudProviderstringCloud service providers identifier (aws, gcp, azure)
PolarSecurity.DataStores.Stores.3rdParties.accounts.vendorAccountIdstringThe Cloud account ID
PolarSecurity.DataStores.Stores.3rdParties.accounts.vendorAccountNamestringThe Cloud account name (as was onboarded to Polar)
PolarSecurity.DataStores.Stores.3rdParties.certificates.certificateNamestringThe vendor certification ("PCI" "HIPAA" "GDPR", etc)
PolarSecurity.DataStores.Stores.3rdParties.descriptionstringShort description of the 3rd party vendor
PolarSecurity.DataStores.Stores.3rdParties.vendorIdstringThe 3rd party vendor unique ID
PolarSecurity.DataStores.Stores.3rdParties.vendorNamestringThe 3rd party vendor name (Company name)
PolarSecurity.DataStores.Stores.3rdParties.vendorUrlstringThe 3rd party company website URL
PolarSecurity.DataStores.Stores.cloudProviderstringCloud service providers identifier (aws, gcp, azure)
PolarSecurity.DataStores.Stores.cloudRegionstringCloud provider region designation
PolarSecurity.DataStores.Stores.dataStoreIdstringUnique ID within PolarSecurity
PolarSecurity.DataStores.Stores.dataStoreNamestringName of data store
PolarSecurity.DataStores.Stores.dataStoreTypestringType of data store
PolarSecurity.DataStores.Stores.sensitivitiesSummaryunknownArray of objects (SensitivitySummary)

polar-apply-label#


Add or update a custom label to a data store

Base Command#

polar-apply-label

Input#

Argument NameDescriptionRequired
label256 character max string.Required
store_idWhich store to apply label.Required

Context Output#

There is no context output for this command.