Skip to content

Commit 3e622fe

Browse files
CSOAR-2947: Updated the Doc for Aws EC2 & Any.Run (#5039)
* CSOAR-2947: Updated the Doc for Aws EC2 & Any.Run * Updates from review --------- Co-authored-by: John Pipkin <[email protected]>
1 parent b461b42 commit 3e622fe

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

docs/platform-services/automation-service/app-central/integrations/any.run.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
66

77
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/any.run.png')} alt="any.run" width="80"/>
88

9-
***Version: 1.3
10-
Updated: Jun 15, 2023***
9+
***Version: 1.4
10+
Updated: Feb 04, 2025***
1111

1212
Gather detonation data for files and URL using `ANY.RUN`.
1313

@@ -23,8 +23,8 @@ Sign in to ANY.RUN. Click on your profile on the left menu. In the API and Limit
2323

2424
## ANY.RUN in Automation Service and Cloud SOAR
2525

26-
1. Access integrations in the [Automation Service](/docs/platform-services/automation-service/automation-service-integrations/#view-integrations) or [Cloud SOAR](/docs/cloud-soar/automation).
27-
1. After the list of the integrations appears, search for the integration and click on the row.
26+
1. Access integrations in the [Automation Service](/docs/platform-services/automation-service/automation-service-integrations/#view-integrations) or [Cloud SOAR](/docs/cloud-soar/automation).
27+
1. After the list of the integrations appears, search for the integration and click on the row.
2828
1. The integration details will appear. Click on the **"+"** button to add new Resource.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/any.run/any.run-3.png')} style={{border:'1px solid gray'}} alt="any.run-3" width="400"/>
2929
1. Populate all the required fields (\*):
3030
* **URL**. 'https://api.any.run'
@@ -39,3 +39,4 @@ Sign in to ANY.RUN. Click on your profile on the left menu. In the API and Limit
3939
* February 21, 2020 - First upload
4040
* February 13, 2023 - Integration refactored
4141
* June 15, 2023 (v1.3) - Updated the integration with Environmental Variables
42+
* February 04, 2025 (v1.4) - Updated the action Get Report with Environmental Variables

docs/platform-services/automation-service/app-central/integrations/aws-ec2.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,37 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
66

77
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/aws.png')} alt="aws" width="50"/>
88

9-
***Version: 1.4
10-
Updated: July 04, 2024***
9+
***Version: 1.5
10+
Updated: Feb 04, 2025***
1111

1212
Using the integration with EC2, you can enrich incidents with specific EC2 data, create and delete snapshots, work with elastic addresses and instances, and manipulate security groups.
1313

1414
## Actions
1515

16-
* **Describe Regions** (*Enrichment*) - Describes the Regions that are enabled for an account, or all Regions.
17-
* **Describe Instances** (*Enrichment*) - Describes the specified instances or all of AWS account's instances.
16+
* **Authorize Security Group Ingress Rule** (*Containment*) - Adds the specified ingress rules to a security group.
17+
* **Create Snapshot** (*Containment*) - Creates a new snapshot.
18+
* **Delete Security Group** (*Containment*) - Delete a security group.
19+
* **Delete Snapshot** (*Containment*) - Deletes an existing snapshot.
1820
* **Describe Addresses** (*Enrichment*) - Describes the specified Elastic IP addresses or all Elastic IP addresses.
19-
* **Describe Volumes** (*Enrichment*) - Describes the specified EBS volumes or all EBS volumes.
21+
* **Describe Instances** (*Enrichment*) - Describes the specified instances or all of AWS account's instances.
22+
* **Describe Instances V2** (*Enrichment*) - Describes the specified instances or all of AWS account's instances with pagination.
2023
* **Describe Key Pairs** (*Enrichment*) - Describes the specified key pairs or all key pairs.
21-
* **Describe VPCs** (*Enrichment*) - Describes one or more VPCs.
24+
* **Describe Regions** (*Enrichment*) - Describes the Regions that are enabled for an account, or all Regions.
2225
* **Describe Subnets** (*Enrichment*) - Describes one or more subnets.
2326
* **Describe Security Groups** (*Enrichment*) - Describes the specified security groups or all security groups.
2427
* **Describe Snapshots** (*Enrichment*) - Describes a specified EBS snapshots or all of the EBS snapshots available.
25-
* **Get Password Data** (*Enrichment*) - Retrieves the encrypted administrator password for a running Windows instance.
26-
* **Create Snapshot** (*Containment*) - Creates a new snapshot.
27-
* **Delete Snapshot** (*Containment*) - Deletes an existing snapshot.
28+
* **Describe Volumes** (*Enrichment*) - Describes the specified EBS volumes or all EBS volumes.
29+
* **Describe VPCs** (*Enrichment*) - Describes one or more VPCs.
2830
* **Disassociate Address** (*Containment*) - Disassociates an Elastic IP address from an instance or network interface it's associated with.
31+
* **Get Password Data** (*Enrichment*) - Retrieves the encrypted administrator password for a running Windows instance.
32+
* **Monitor Instance** (*Containment*) - Monitor a specific instance.
2933
* **Release Address** (*Containment*) - Releases the specified Elastic IP address.
34+
* **Reboot Instances** (*Containment*) - Reboot instances.
35+
* **Revoke Security Group Ingress Rule** (*Containment*) - Removes the specified ingress rules from a security group.
3036
* **Start Instance** (*Containment*) - Start an instance.
3137
* **Stop Instance** (*Containment*) - Stop an instance.
3238
* **Terminate Instance** (*Containment*) - Terminate an instance.
33-
* **Delete Security Group** (*Containment*) - Delete a security group.
34-
* **Monitor Instance** (*Containment*) - Monitor a specific instance.
3539
* **Unmonitor Instances** (*Containment*) - Discontinue monitoring of a specified instances.
36-
* **Reboot Instances** (*Containment*) - Reboot instances.
37-
* **Authorize Security Group Ingress Rule** (*Containment*) - Adds the specified ingress rules to a security group.
38-
* **Revoke Security Group Ingress Rule** (*Containment*) - Removes the specified ingress rules from a security group.
3940

4041
**Supported Versions**
4142

@@ -54,4 +55,5 @@ Using the integration with EC2, you can enrich incidents with specific EC2 data,
5455
+ Updated action: Stop Instance (Resolved bug related to checkbox fields)
5556
+ July 04, 2024 (v1.4)
5657
+ Updated action: Describe Instances (Resolved bug related to Instance ID field)
57-
58+
+ February 04, 2025 (v1.5)
59+
+ Added action: Describe Instances V2

0 commit comments

Comments
 (0)