Skip to content

Commit e3fe44b

Browse files
content-botcapanwjohnnywilkesMichaelYochpaz
authored andcommitted
Fixing AWS Project Number in ASM Cloud (#29593) (#29642)
Co-authored-by: Chait A <[email protected]> Co-authored-by: johnnywilkes <[email protected]> Co-authored-by: Michael Yochpaz <[email protected]>
1 parent 9db00f0 commit e3fe44b

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

Packs/CortexAttackSurfaceManagement/Playbooks/Cortex_ASM_-_AWS_Enrichment.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -537,10 +537,10 @@ tasks:
537537
isautoswitchedtoquietmode: false
538538
"16":
539539
id: "16"
540-
taskid: bc6cff21-c1d2-4e5c-8b24-2873597b2c9c
540+
taskid: 547608f7-8933-4aed-8cd1-ce8179b4be93
541541
type: regular
542542
task:
543-
id: bc6cff21-c1d2-4e5c-8b24-2873597b2c9c
543+
id: 547608f7-8933-4aed-8cd1-ce8179b4be93
544544
version: -1
545545
name: Set cloud grid field
546546
description: |-
@@ -564,10 +564,8 @@ tasks:
564564
simple: n/a
565565
val3:
566566
complex:
567-
root: AWS.EC2.Instances.NetworkInterfaces.Association
568-
accessor: IpOwnerId
569-
transformers:
570-
- operator: FirstArrayElement
567+
root: AWS.EC2.SecurityGroups
568+
accessor: OwnerId
571569
val4:
572570
complex:
573571
root: AWS.EC2.Instances
@@ -720,9 +718,6 @@ tasks:
720718
iscommand: false
721719
brand: ""
722720
description: ''
723-
nexttasks:
724-
'#none#':
725-
- "51"
726721
separatecontext: false
727722
continueonerrortype: ""
728723
view: |-
@@ -739,6 +734,9 @@ tasks:
739734
quietmode: 0
740735
isoversize: false
741736
isautoswitchedtoquietmode: false
737+
nexttasks:
738+
'#none#':
739+
- "51"
742740
"22":
743741
id: "22"
744742
taskid: 83764637-09bd-4581-81b2-16b469347e0e
@@ -1712,6 +1710,8 @@ inputs:
17121710
description: Attack Surface Management Rule ID.
17131711
playbookInputQuery:
17141712
outputs: []
1715-
fromversion: 6.5.0
17161713
tests:
17171714
- No tests (auto formatted)
1715+
fromversion: 6.5.0
1716+
contentitemexportablefields:
1717+
contentitemfields: {}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#### Playbooks
2+
3+
##### Cortex ASM - AWS Enrichment
4+
5+
- Fixed an issue where project number was not populating correctly in asm cloud field. The fix uses the owner id from Security groups.

Packs/CortexAttackSurfaceManagement/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Cortex Attack Surface Management",
33
"description": "Content for working with Attack Surface Management (ASM).",
44
"support": "xsoar",
5-
"currentVersion": "1.6.34",
5+
"currentVersion": "1.6.35",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)