Skip to content
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

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

Merged
Show file tree
Hide file tree
Changes from 8 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 @@ -65,7 +65,7 @@
"fieldCalcScript": "",
"isDefault": true,
"isReadOnly": false,
"key": "rankingscore",
"key": "ranking_score",
ssokolovich marked this conversation as resolved.
Show resolved Hide resolved
"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
10 changes: 10 additions & 0 deletions Packs/CortexAttackSurfaceManagement/ReleaseNotes/1_7_42.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

#### Playbooks

##### Cortex ASM - Service Ownership

Fixed an issue in the playbook where service owners where not found in the inputs for RankServiceOwners script.
BigEasyJ marked this conversation as resolved.
Show resolved Hide resolved

#### Incident Fields

- **ASM - Service Owner** - Fixed an issue in **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.41",
"currentVersion": "1.7.42",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down