Skip to content

Commit

Permalink
My Threat Landscape dashboard - Update the indicators query (#35011)
Browse files Browse the repository at this point in the history
* update indicators query

* update RN
  • Loading branch information
adi88d authored Jun 24, 2024
1 parent 76b4da5 commit f2eed4a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"propagationLabels": [
"all"
],
"query": "type:File and (verdict:Malicious or verdict:Suspicious) and incident.id:*",
"query": "type:File and (verdict:Malicious or verdict:Suspicious) and investigationIDs:*",
"shouldCommit": false,
"size": 10,
"sort": [
Expand Down Expand Up @@ -204,7 +204,7 @@
"propagationLabels": [
"all"
],
"query": "type:\"Attack Pattern\" and (verdict:Malicious or verdict:Suspicious) and incident.id:*",
"query": "type:\"Attack Pattern\" and (verdict:Malicious or verdict:Suspicious) and investigationIDs:*",
"shouldCommit": false,
"size": 10,
"sort": [
Expand Down Expand Up @@ -268,7 +268,7 @@
"propagationLabels": [
"all"
],
"query": "(verdict:Malicious or verdict:Suspicious) and incident.id:*",
"query": "(verdict:Malicious or verdict:Suspicious) and investigationIDs:*",
"shouldCommit": false,
"toServerVersion": "",
"vcShouldIgnore": false,
Expand Down
6 changes: 6 additions & 0 deletions Packs/CommonDashboards/ReleaseNotes/1_7_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Dashboards

##### My Threat Landscape

- Updated the indicators query in the widgets to improve performance.
2 changes: 1 addition & 1 deletion Packs/CommonDashboards/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Dashboards",
"description": "Frequently used dashboards pack.",
"support": "xsoar",
"currentVersion": "1.7.1",
"currentVersion": "1.7.2",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit f2eed4a

Please sign in to comment.