Skip to content

[ASM] - EXPANDR-5553 #29642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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