Zoom Feed
Use the Zoom Feed integration to get indicators from the feed.
Data Enrichment & Threat Intelligence · Zoom Feed · Feed
Details
| ID | Zoom Feed |
|---|---|
| Provider | ZoomInfo |
| Category | Data Enrichment & Threat Intelligence |
| From Version | 5.5.0 |
| Docker Image | demisto/btfl-soup:1.0.1.10120494 |
| Supported Modules | Agentix XSIAM |
README
Most IT services are moving from on-premise solutions to cloud-based solutions. The public IP addresses, domains, and URLs that function as the endpoints for these solutions are very often not fixed, and the providers of the service publish their details on their websites in a less than ideal format (i.e., HTML) rather than through a proper REST API (i.e., JSON).
This fact makes it very difficult for IT and Security teams to provide these services with an appropriate level of security and automation. Any changes in the HTML schema of the provider website, will break the automation and has the potential to cause serious disruption to the users and the business. The alternative is to compromise on the security posture of the organization.
One example of these providers is Zoom.
This pack addresses this issue by automating the collection of endpoint data in the form of an indicator feed. This will facilitate validation of the indicators before using them in enforcement points, for example firewalls, proxies, and more.
Zoom Network Settings
For information about Zoom network settings, see the Zoom documentation.
Configure Zoom Feed in Cortex
| Parameter | Description | Required |
|---|---|---|
| Fetch indicators | False | |
| Firewall rules for certificate validation | Zoom clients for certificate validation. | False |
| Firewall rules for Zoom website | All Zoom Clients. User’s web browser. | False |
| Indicator Reputation | Indicators from this integration instance will be marked with this reputation. | False |
| Source Reliability | Reliability of the source providing the intelligence data. | True |
| Traffic Light Protocol Color | The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed. | False |
| Feed Fetch Interval | Setting a more frequent fetch interval may cause errors from the vendor. | False |
| Tags | Supports CSV values. | False |
| Bypass exclusion list | When selected, the exclusion list is ignored for indicators from this feed. This means that if an indicator from this feed is on the exclusion list, the indicator might still be added to the system. | False |
| Enrichment Excluded | Select this option to exclude the fetched indicators from the enrichment process. | False |
| Trust any certificate (not secure) | False | |
| Use system proxy settings | False |
Commands
You can execute these commands from the 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.
zoom-get-indicators
Gets indicators from the feed.
Base Command
zoom-get-indicators
Input
| Argument Name | Description | Required |
|---|---|---|
| limit | The maximum number of results to return. Default is 10. | Optional |
Context Output
There is no context output for this command.
Configuration parameters
feed— Fetch indicatorszoom_clients_certificate_validation— Firewall rules for certificate validationzoom_clients_user_browser— Firewall rules for Zoom websitefeedReputation— Indicator ReputationfeedReliability— Source Reliability (required)tlp_color— Traffic Light Protocol ColorfeedExpirationPolicy—feedExpirationInterval—feedFetchInterval— Feed Fetch IntervalfeedTags— TagsfeedBypassExclusionList— Bypass exclusion listenrichmentExcluded— Enrichment Excludedinsecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (1)
-
zoom-get-indicatorsGets indicators from the feed.
commonfields: id: Zoom Feed version: -1 fromversion: 5.5.0 name: Zoom Feed display: Zoom Feed category: Data Enrichment & Threat Intelligence provider: ZoomInfo description: Use the Zoom Feed integration to get indicators from the feed. configuration: - display: Fetch indicators name: feed defaultvalue: "true" type: 8 required: false section: Collect - additionalinfo: Zoom clients for certificate validation defaultvalue: 'crl3.digicert.com,crl4.digicert.com,ocsp.digicert.com,certificates.godaddy.com,crl.godaddy.com,ocsp.godaddy.com,certificates.starfieldtech.com,crl.starfieldtech.com,ocsp.starfieldtech.com' display: Firewall rules for certificate validation name: zoom_clients_certificate_validation options: - crl3.digicert.com - crl4.digicert.com - ocsp.digicert.com - certificates.godaddy.com - crl.godaddy.com - ocsp.godaddy.com - certificates.starfieldtech.com - crl.starfieldtech.com - ocsp.starfieldtech.com type: 16 required: false section: Connect advanced: true - additionalinfo: All Zoom Clients. User's web browser defaultvalue: '*.zoom.us,*.cloudfront.net' display: Firewall rules for Zoom website name: zoom_clients_user_browser options: - '*.zoom.us' - '*.cloudfront.net' type: 16 required: false section: Connect advanced: true - display: Indicator Reputation name: feedReputation defaultvalue: Good type: 18 options: - None - Good - Suspicious - Bad additionalinfo: Indicators from this integration instance will be marked with this reputation. required: false section: Collect - display: Source Reliability name: feedReliability defaultvalue: A - Completely reliable type: 15 required: true options: - A - Completely reliable - B - Usually reliable - C - Fairly reliable - D - Not usually reliable - E - Unreliable - F - Reliability cannot be judged additionalinfo: Reliability of the source providing the intelligence data section: Collect - additionalinfo: The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed display: Traffic Light Protocol Color name: tlp_color options: - RED - AMBER - GREEN - WHITE type: 15 required: false section: Collect - display: "" name: feedExpirationPolicy defaultvalue: suddenDeath type: 17 options: - never - interval - indicatorType - suddenDeath required: false section: Collect advanced: true - display: "" name: feedExpirationInterval defaultvalue: "20160" type: 1 required: false section: Collect advanced: true - display: Feed Fetch Interval name: feedFetchInterval defaultvalue: '240' type: 19 additionalinfo: Setting a more frequent fetch interval may cause errors from the vendor. required: false section: Collect advanced: true - display: Tags name: feedTags defaultvalue: "" type: 0 additionalinfo: Supports CSV values. required: false section: Collect advanced: true - display: Bypass exclusion list name: feedBypassExclusionList defaultvalue: "true" type: 8 additionalinfo: When selected, the exclusion list is ignored for indicators from this feed. This means that if an indicator from this feed is on the exclusion list, the indicator might still be added to the system. required: false section: Collect advanced: true - display: Enrichment Excluded name: enrichmentExcluded type: 8 required: false additionalinfo: Select this option to exclude the fetched indicators from the enrichment process. defaultvalue: 'false' hidden: - xsoar_on_prem section: Collect - display: Trust any certificate (not secure) name: insecure type: 8 required: false section: Connect advanced: true - display: Use system proxy settings name: proxy type: 8 required: false section: Connect advanced: true script: script: '' type: python commands: - name: zoom-get-indicators arguments: - name: limit description: The maximum number of results to return. The default value is 10. defaultValue: "10" description: Gets indicators from the feed. dockerimage: demisto/btfl-soup:1.0.1.10120494 feed: true subtype: python3 tests: - FeedZoom_Test sectionorder: - Connect - Collect