Skip to content

Commit

Permalink
[ASM] - EXPANDER - 10154 Service Ownership Playbook ASM ServiceOwners…
Browse files Browse the repository at this point in the history
… and Ranking Score Fix (#35388)

* [ASM] - EXPANDER - 10154 Service Ownership Playbook ASM ServiceOwners  and Ranking Score Fix (#35091)

* Update RankServiceOwners task to check that "accounttype" does not exist for service owners

* Update release notes

* Update RankServiceOwners task owners argument

* Update Ranking Score key in asmserviceowner field

* Update ReadMe

* Update ReadMe

* Update release notes

* Update Packs/CortexAttackSurfaceManagement/ReleaseNotes/1_7_42.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Apply suggestions from code review

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update release notes

* Update Release Version

---------

Co-authored-by: johnnywilkes <[email protected]>
Co-authored-by: ShirleyDenkberg <[email protected]>

* RN add desc under Incident Fields

---------

Co-authored-by: John <[email protected]>
Co-authored-by: johnnywilkes <[email protected]>
Co-authored-by: ShirleyDenkberg <[email protected]>
Co-authored-by: Danny_Fried <[email protected]>
  • Loading branch information
5 people authored Jul 16, 2024
1 parent ef9fcc8 commit d64b5e8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"fieldCalcScript": "",
"isDefault": true,
"isReadOnly": false,
"key": "rankingscore",
"key": "ranking_score",
"orgType": "shortText",
"required": false,
"script": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,16 @@ tasks:
complex:
root: alert.asmserviceownerunrankedraw
filters:
- - left:
- - operator: isNotExists
left:
value:
simple: alert.asmserviceownerunrankedraw.accounttype
iscontext: true
- operator: isNotEqualString
left:
value:
simple: alert.asmserviceownerunrankedraw.accounttype
operator: isNotEqualString
iscontext: true
right:
value:
simple: SERVICE-ACCOUNT
Expand Down
14 changes: 14 additions & 0 deletions Packs/CortexAttackSurfaceManagement/ReleaseNotes/1_7_43.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

#### Playbooks

##### Cortex ASM - Service Ownership

Fixed an issue in the playbook where service owners where not found in the inputs for the RankServiceOwners script.

#### Incident Fields

- **ASM_-_Service_Owner.json** - rename **ranking_score** field.

##### ASM - Service Owner

Fixed an issue in the **ASM - Service Owner** field where the scoring key was invalid.
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.7.42",
"currentVersion": "1.7.43",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit d64b5e8

Please sign in to comment.