From 160351c66cc677acc48e193efa229fa689ca630b Mon Sep 17 00:00:00 2001 From: Salvatore Mosca Date: Fri, 21 Jun 2024 10:42:26 +0200 Subject: [PATCH 1/2] App Central Integrations: VirusTotal and Atlassian Jira V2 --- .../integrations/atlassian-jira-v2.md | 52 ++++++++++--------- .../app-central/integrations/virustotal.md | 6 ++- 2 files changed, 31 insertions(+), 27 deletions(-) diff --git a/docs/platform-services/automation-service/app-central/integrations/atlassian-jira-v2.md b/docs/platform-services/automation-service/app-central/integrations/atlassian-jira-v2.md index 6cf558146e..eeb9bbb469 100644 --- a/docs/platform-services/automation-service/app-central/integrations/atlassian-jira-v2.md +++ b/docs/platform-services/automation-service/app-central/integrations/atlassian-jira-v2.md @@ -2,34 +2,35 @@ title: Atlassian Jira V2 description: '' --- + import useBaseUrl from '@docusaurus/useBaseUrl'; atlassian-jira-v2 -***Version: 2.8 -Updated: May 23, 2024*** +***Version: 2.9 +Updated: June 21, 2024*** -Jira is a proprietary issue tracking product developed by Atlassian that allows bug tracking and agile project management. +Jira is a proprietary issue tracking product developed by Atlassian that allows bug tracking and agile project management. ## Actions * **Add Comment to Issue** *(Notification)* - Add a comment to the specified issue. +* **Add Issue Attachments To Incident** *(Enrichment)* - Add attachment from Jira issue to Cloud SOAR Incident. +* **Check Issue Status Schedule** *(Scheduled)* - To wait for or check a status update of a Jira ticket/issue * **Create Issue** (*Notification*) - Create a new issue in the specified Jira project. * **Delete Issue** (*Containment*) - Delete the specified issue. -* **Update Issue** (*Notification*) - Update the specified issue field with the specified value. -* **Add Issue Attachments To Incident** *(Enrichment)* - Add attachment from Jira issue to Cloud SOAR Incident. -* **Update Transition Issue** *(Notification)* - Update transition issue based on the issue's status. -* **Issues Jira Daemon** *(Daemon)* - Daemon to pull Jira issues. +* **Download Attachment** *(Enrichment)* - Returns the contents of an attachment in an encoded format that can be used for further analysis selecting output.raw in your Playbooks. * **Get Issue** *(Enrichment)* - Returns the details for an issue. -* **List Issue** Fields *(Enrichment)* - List the issue fields. -* **List Statuses** *(Enrichment)* - Returns a list of the statuses. +* **Issues Jira Daemon** *(Daemon)* - Daemon to pull Jira issues. * **List Issue Types** *(Enrichment)* - List issue types. +* **List Issue** Fields *(Enrichment)* - List the issue fields. * **List Projects** *(Enrichment)* - List the current projects. -* **Search Into Issues** *(Enrichment)* - Search Jira Issues. +* **List Statuses** *(Enrichment)* - Returns a list of the statuses. * **List Transitions** *(Enrichment)* - Returns either all transitions or a transition that can be performed by the user on an issue, based on the issue's .status. * **List Users** *(Enrichment)* - Returns a list of all users -* **Check Issue Status Schedule** *(Scheduled)* - To wait for or check a status update of a Jira ticket/issue - +* **Search Into Issues** *(Enrichment)* - Search Jira Issues. +* **Update Issue** (*Notification*) - Update the specified issue field with the specified value. +* **Update Transition Issue** *(Notification)* - Update transition issue based on the issue's status. ## Atlassian Jira V2 configuration @@ -43,13 +44,13 @@ Jira is a proprietary issue tracking product developed by Atlassian that allows 1. Access integrations in the [Automation Service](/docs/platform-services/automation-service/automation-service-integrations/#view-integrations) or [Cloud SOAR](/docs/cloud-soar/automation). 1. After the list of the integrations appears, search/look for the integration and click on the row. 1. The integration details will appear. Click on the **"+"** button to add new Resource.
atlassian-jira-v2-3 -1. Label and Populate all the required fields (\*). - * **URL API**. https://your-atlassian-site.atlassian.net/ - * **Username**. Your email address. - * **API Token**. Insert the previously copied token.
atlassian-jira-v2-4 +1. Label and Populate all the required fields (\*). + * **URL API**. https://your-atlassian-site.atlassian.net/ + * **Username**. Your email address. + * **API Token**. Insert the previously copied token.
atlassian-jira-v2-4 1. Optional fields in the resource are used for actions. - * Populate Jira Project Name when using 'Issues Jira Daemon' action. - * Populate Cloud SOAR URL and Cloud SOAR JWT (token) when using '**Add Issue Attachment To Incident**' action. + * Populate Jira Project Name when using 'Issues Jira Daemon' action. + * Populate Cloud SOAR URL and Cloud SOAR JWT (token) when using '**Add Issue Attachment To Incident**' action. 1. Click **SAVE**. 1. To make sure the resource is working, hover over the resource and then click the pencil icon that appears on the right.
atlassian-jira-v2-5 1. Click **TEST SAVED SETTINGS**.
atlassian-jira-v2-6 @@ -63,19 +64,20 @@ Ticketing System * June 22, 2022 - First upload * December 19, 2022 - + solved an issue for which the Search Into Issues action could not work correctly searching by JQL - + added hint for Host + + solved an issue for which the Search Into Issues action could not work correctly searching by JQL + + added hint for Host * March 27, 2023 (v2.2) - + Updated integration: (Updated the integration Fields with Environmental Variables and improved error handling) - + Deprecated Endpoint updated - + Changed action type from Containment to Notification + + Updated integration: (Updated the integration Fields with Environmental Variables and improved error handling) + + Deprecated Endpoint updated + + Changed action type from Containment to Notification * June 27, 2023 (v2.3) - Removed leading/trailing spaces * June 28, 2023 (v2.4) - Visibility of the Resource fields changed * July 4, 2023 (v2.5) - + Updated Actions: + + Updated Actions: - Create Issue - Update Issue - Update Issue Status * May 2, 2024 (v2.6) - A new scheduled action has been added for Jira integration to wait for/check the status update of a Jira ticket * May 13, 2024 (v2.7) - A new JSON Custom field has been added to update the issue status Action -* May 23, 2024 (v2.8) - Updated the Add Issue Attachments To Incident action +* May 23, 2024 (v2.8) - Updated the Add Issue Attachments To Incident action +* June 20, 2024 (v2.9) - New action: Download Attachment diff --git a/docs/platform-services/automation-service/app-central/integrations/virustotal.md b/docs/platform-services/automation-service/app-central/integrations/virustotal.md index db848d8325..702b5c617b 100644 --- a/docs/platform-services/automation-service/app-central/integrations/virustotal.md +++ b/docs/platform-services/automation-service/app-central/integrations/virustotal.md @@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; virustotal -***Version: 1.11 -Updated: April 4, 2024*** +***Version: 1.12 +Updated: June 21, 2024*** Perform threat intelligence evidence gathering with VirusTotal. @@ -58,3 +58,5 @@ Threat Intelligence-Reputation * March 4, 2024 (v1.10) - Updated code for compatibility with Python 3.12 * April 4, 2024 (v1.11) New action added: + Search VirusTotal +* June 20, 2024 (v1.12) + + Updated action Scan File V2: added checkbox field for handling files passed through output.raw From 42de742394b2219c9e9f3a08c83e8ef29daa55b7 Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Fri, 21 Jun 2024 10:02:54 -0500 Subject: [PATCH 2/2] Updates from review --- .../app-central/integrations/atlassian-jira-v2.md | 8 ++++---- .../app-central/integrations/virustotal.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/platform-services/automation-service/app-central/integrations/atlassian-jira-v2.md b/docs/platform-services/automation-service/app-central/integrations/atlassian-jira-v2.md index eeb9bbb469..1224068847 100644 --- a/docs/platform-services/automation-service/app-central/integrations/atlassian-jira-v2.md +++ b/docs/platform-services/automation-service/app-central/integrations/atlassian-jira-v2.md @@ -16,10 +16,10 @@ Jira is a proprietary issue tracking product developed by Atlassian that allows * **Add Comment to Issue** *(Notification)* - Add a comment to the specified issue. * **Add Issue Attachments To Incident** *(Enrichment)* - Add attachment from Jira issue to Cloud SOAR Incident. -* **Check Issue Status Schedule** *(Scheduled)* - To wait for or check a status update of a Jira ticket/issue +* **Check Issue Status Schedule** *(Scheduled)* - To wait for or check a status update of a Jira ticket/issue. * **Create Issue** (*Notification*) - Create a new issue in the specified Jira project. * **Delete Issue** (*Containment*) - Delete the specified issue. -* **Download Attachment** *(Enrichment)* - Returns the contents of an attachment in an encoded format that can be used for further analysis selecting output.raw in your Playbooks. +* **Download Attachment** *(Enrichment)* - Returns the contents of an attachment in an encoded format that can be used for further analysis selecting `output.raw` in your playbooks. * **Get Issue** *(Enrichment)* - Returns the details for an issue. * **Issues Jira Daemon** *(Daemon)* - Daemon to pull Jira issues. * **List Issue Types** *(Enrichment)* - List issue types. @@ -64,8 +64,8 @@ Ticketing System * June 22, 2022 - First upload * December 19, 2022 - + solved an issue for which the Search Into Issues action could not work correctly searching by JQL - + added hint for Host + + Solved an issue for which the Search Into Issues action could not work correctly searching by JQL + + Added hint for Host * March 27, 2023 (v2.2) + Updated integration: (Updated the integration Fields with Environmental Variables and improved error handling) + Deprecated Endpoint updated diff --git a/docs/platform-services/automation-service/app-central/integrations/virustotal.md b/docs/platform-services/automation-service/app-central/integrations/virustotal.md index 702b5c617b..d8f15fdf74 100644 --- a/docs/platform-services/automation-service/app-central/integrations/virustotal.md +++ b/docs/platform-services/automation-service/app-central/integrations/virustotal.md @@ -59,4 +59,4 @@ Threat Intelligence-Reputation * April 4, 2024 (v1.11) New action added: + Search VirusTotal * June 20, 2024 (v1.12) - + Updated action Scan File V2: added checkbox field for handling files passed through output.raw + + Updated action Scan File V2: added checkbox field for handling files passed through `output.raw`