From 8e85bb064419babab3fd55e7b0def1f72cab3206 Mon Sep 17 00:00:00 2001 From: arikday Date: Thu, 22 Jun 2023 19:53:12 +0300 Subject: [PATCH 1/3] Added "Reported Email Subject" to the layout --- .../Layouts/layoutscontainer-Phishing_v_3.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Packs/Phishing/Layouts/layoutscontainer-Phishing_v_3.json b/Packs/Phishing/Layouts/layoutscontainer-Phishing_v_3.json index 21cb0dc3987e..27bcf1a29a62 100644 --- a/Packs/Phishing/Layouts/layoutscontainer-Phishing_v_3.json +++ b/Packs/Phishing/Layouts/layoutscontainer-Phishing_v_3.json @@ -135,12 +135,21 @@ "sectionItemType": "field", "startCol": 0 }, + { + "endCol": 2, + "fieldId": "reportedemailsubject", + "height": 22, + "id": "02f6f6c0-111c-11ee-a4d9-8dbe5c55933f", + "index": 9, + "sectionItemType": "field", + "startCol": 0 + }, { "endCol": 2, "fieldId": "attachmentcount", "height": 22, "id": "86ae8b10-a901-11ec-8585-0dac7af6e9b0", - "index": 9, + "index": 10, "sectionItemType": "field", "startCol": 0 }, @@ -149,7 +158,7 @@ "fieldId": "emailrecipientscount", "height": 22, "id": "77a63970-6279-11ec-8fa2-217b8b611613", - "index": 10, + "index": 11, "sectionItemType": "field", "startCol": 0 }, @@ -158,7 +167,7 @@ "fieldId": "categories", "height": 22, "id": "5e2287d0-e502-11ed-ba0f-99a713ead7dc", - "index": 11, + "index": 12, "sectionItemType": "field", "startCol": 0 } From edfbb92ac696676a6f5838af0e87d4f857c05e11 Mon Sep 17 00:00:00 2001 From: arikday Date: Thu, 22 Jun 2023 19:57:31 +0300 Subject: [PATCH 2/3] Release Notes --- Packs/Phishing/ReleaseNotes/3_5_22.md | 6 ++++++ Packs/Phishing/pack_metadata.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Packs/Phishing/ReleaseNotes/3_5_22.md diff --git a/Packs/Phishing/ReleaseNotes/3_5_22.md b/Packs/Phishing/ReleaseNotes/3_5_22.md new file mode 100644 index 000000000000..445ea9a15dc6 --- /dev/null +++ b/Packs/Phishing/ReleaseNotes/3_5_22.md @@ -0,0 +1,6 @@ + +#### Layouts + +##### Phishing Incident v3 + +- "Reported Email Subject" field has been added to the basic details section of the layout. \ No newline at end of file diff --git a/Packs/Phishing/pack_metadata.json b/Packs/Phishing/pack_metadata.json index baa23f85171e..d8a6ac209ce4 100644 --- a/Packs/Phishing/pack_metadata.json +++ b/Packs/Phishing/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Phishing", "description": "Phishing emails still hooking your end users? This Content Pack can drastically reduce the time your security team spends on phishing alerts.", "support": "xsoar", - "currentVersion": "3.5.21", + "currentVersion": "3.5.22", "serverMinVersion": "6.0.0", "videos": [ "https://www.youtube.com/watch?v=SY-3L348PoY" From 465673ba37259ed5e116fae608f800d3c69d0628 Mon Sep 17 00:00:00 2001 From: ArikDay <115150768+ArikDay@users.noreply.github.com> Date: Thu, 22 Jun 2023 20:30:14 +0300 Subject: [PATCH 3/3] Update Packs/Phishing/ReleaseNotes/3_5_22.md Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com> --- Packs/Phishing/ReleaseNotes/3_5_22.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packs/Phishing/ReleaseNotes/3_5_22.md b/Packs/Phishing/ReleaseNotes/3_5_22.md index 445ea9a15dc6..5c717cb2b123 100644 --- a/Packs/Phishing/ReleaseNotes/3_5_22.md +++ b/Packs/Phishing/ReleaseNotes/3_5_22.md @@ -3,4 +3,4 @@ ##### Phishing Incident v3 -- "Reported Email Subject" field has been added to the basic details section of the layout. \ No newline at end of file +The "Reported Email Subject" field has been added to the layout's "Basic Details" section. \ No newline at end of file