Skip to content

Commit

Permalink
Fixing AWS Project Number in ASM Cloud (#29593) (#29642)
Browse files Browse the repository at this point in the history
Co-authored-by: Chait A <112722030+capanw@users.noreply.github.com>
Co-authored-by: johnnywilkes <32227961+johnnywilkes@users.noreply.github.com>
Co-authored-by: Michael Yochpaz <8832013+MichaelYochpaz@users.noreply.github.com>
  • Loading branch information
4 people committed Sep 13, 2023
1 parent 5f8a2a0 commit 0784ed7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
Expand Up @@ -537,10 +537,10 @@ tasks:
isautoswitchedtoquietmode: false
"16":
id: "16"
taskid: bc6cff21-c1d2-4e5c-8b24-2873597b2c9c
taskid: 547608f7-8933-4aed-8cd1-ce8179b4be93
type: regular
task:
id: bc6cff21-c1d2-4e5c-8b24-2873597b2c9c
id: 547608f7-8933-4aed-8cd1-ce8179b4be93
version: -1
name: Set cloud grid field
description: |-
Expand All @@ -564,10 +564,8 @@ tasks:
simple: n/a
val3:
complex:
root: AWS.EC2.Instances.NetworkInterfaces.Association
accessor: IpOwnerId
transformers:
- operator: FirstArrayElement
root: AWS.EC2.SecurityGroups
accessor: OwnerId
val4:
complex:
root: AWS.EC2.Instances
Expand Down Expand Up @@ -720,9 +718,6 @@ tasks:
iscommand: false
brand: ""
description: ''
nexttasks:
'#none#':
- "51"
separatecontext: false
continueonerrortype: ""
view: |-
Expand All @@ -739,6 +734,9 @@ tasks:
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
nexttasks:
'#none#':
- "51"
"22":
id: "22"
taskid: 83764637-09bd-4581-81b2-16b469347e0e
Expand Down Expand Up @@ -1712,6 +1710,8 @@ inputs:
description: Attack Surface Management Rule ID.
playbookInputQuery:
outputs: []
fromversion: 6.5.0
tests:
- No tests (auto formatted)
fromversion: 6.5.0
contentitemexportablefields:
contentitemfields: {}
5 changes: 5 additions & 0 deletions Packs/CortexAttackSurfaceManagement/ReleaseNotes/1_6_35.md
@@ -0,0 +1,5 @@
#### Playbooks

##### Cortex ASM - AWS Enrichment

- Fixed an issue where project number was not populating correctly in asm cloud field. The fix uses the owner id from Security groups.
2 changes: 1 addition & 1 deletion Packs/CortexAttackSurfaceManagement/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Cortex Attack Surface Management",
"description": "Content for working with Attack Surface Management (ASM).",
"support": "xsoar",
"currentVersion": "1.6.34",
"currentVersion": "1.6.35",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 0784ed7

Please sign in to comment.