From 646677bf098fe57f224adcf140fc4045d36e52bd Mon Sep 17 00:00:00 2001 From: cybsecmaster <157613757+cybsecmaster@users.noreply.github.com> Date: Sun, 4 Aug 2024 00:05:32 +0200 Subject: [PATCH 1/8] Add custom 404 page --- overrides/404.html | 94 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 overrides/404.html diff --git a/overrides/404.html b/overrides/404.html new file mode 100644 index 000000000..0b783986f --- /dev/null +++ b/overrides/404.html @@ -0,0 +1,94 @@ + + + + + + Page Not Found + + + +
+ +
+ 404 +
+
+ Oops! Page not found. +
+ Return to Documentation +
+ + \ No newline at end of file From 87f4c026389dd09f660b6ae67593ecc9e402854c Mon Sep 17 00:00:00 2001 From: cybsecmaster <157613757+cybsecmaster@users.noreply.github.com> Date: Sun, 4 Aug 2024 00:10:09 +0200 Subject: [PATCH 2/8] FIx --- .../alerts/new-case-from-selection.md | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md b/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md index abf96301a..077338a99 100644 --- a/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md +++ b/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md @@ -2,17 +2,23 @@ In this section you can find information about creating a new case from selection. -On the main page where all the alerts are listed, there are various alerts. Some are new, some are imported. New case from selection option is available only for new alerts from the list. +On the main alerts page, where all alerts are displayed, there are various types of alerts, including new and imported ones. The **New Case from Selection** option is only available for new alerts listed. -new case selection menu +![New Case Selection Menu](./images/alerts-actions.png) -To add a new case from selection: +## Steps to Add a New Case from a Selected Alert -1. Go to alert details page. -1. Select the alert for which you want to add new case. -1. Click **New Case from selection** option. +1. Navigate to the alert details page. +2. Select the alert for which you want to create a new case. +3. Click on the **New Case from Selection** option. A new window opens. -new case selection +![New Case from Selection](./images/alerts-newcase-from-selection.png) +## Important Notes + +- **Single Case Creation**: The **New Case from Selection** option allows the creation of only one case, regardless of how many alerts are selected. +- **Merge Action**: Similarly, the merge button also merges only one case at a time, regardless of the number of selected alerts. + +For bulk actions, such as creating multiple cases or merging multiple alerts, use the bulk action buttons available at the top of the alerts list. \ No newline at end of file From c4aadc6fd4dda4130f90412aa46b471709587037 Mon Sep 17 00:00:00 2001 From: cybsecmaster <157613757+cybsecmaster@users.noreply.github.com> Date: Sun, 6 Oct 2024 02:19:53 +0300 Subject: [PATCH 3/8] Change text and redirect location --- overrides/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/404.html b/overrides/404.html index 0b783986f..6ed679df8 100644 --- a/overrides/404.html +++ b/overrides/404.html @@ -88,7 +88,7 @@
Oops! Page not found.
- Return to Documentation + Return to Homepage \ No newline at end of file From 8062da14423522275541c5d47a639f918e75a3bb Mon Sep 17 00:00:00 2001 From: cybsecmaster <157613757+cybsecmaster@users.noreply.github.com> Date: Sun, 6 Oct 2024 03:10:26 +0300 Subject: [PATCH 4/8] Revert changes on new case from selection --- .../alerts/new-case-from-selection.md | 21 +++++++------------ 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md b/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md index 077338a99..e23c0bd51 100644 --- a/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md +++ b/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md @@ -2,23 +2,16 @@ In this section you can find information about creating a new case from selection. -On the main alerts page, where all alerts are displayed, there are various types of alerts, including new and imported ones. The **New Case from Selection** option is only available for new alerts listed. +On the main page where all the alerts are listed, there are various alerts. Some are new, some are imported. New case from selection option is available only for new alerts from the list. -![New Case Selection Menu](./images/alerts-actions.png) +new case selection menu -## Steps to Add a New Case from a Selected Alert +To add a new case from selection: -1. Navigate to the alert details page. -2. Select the alert for which you want to create a new case. -3. Click on the **New Case from Selection** option. +1. Go to alert details page. +1. Select the alert for which you want to add new case. +1. Click **New Case from selection** option. A new window opens. -![New Case from Selection](./images/alerts-newcase-from-selection.png) - -## Important Notes - -- **Single Case Creation**: The **New Case from Selection** option allows the creation of only one case, regardless of how many alerts are selected. -- **Merge Action**: Similarly, the merge button also merges only one case at a time, regardless of the number of selected alerts. - -For bulk actions, such as creating multiple cases or merging multiple alerts, use the bulk action buttons available at the top of the alerts list. \ No newline at end of file +new case selection \ No newline at end of file From a51f7d282bbf6bb067e97939188869f4f39c2f43 Mon Sep 17 00:00:00 2001 From: cybsecmaster <157613757+cybsecmaster@users.noreply.github.com> Date: Sun, 6 Oct 2024 03:11:12 +0300 Subject: [PATCH 5/8] Update --- .../analyst-corner/alerts/new-case-from-selection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md b/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md index e23c0bd51..053463556 100644 --- a/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md +++ b/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md @@ -14,4 +14,4 @@ To add a new case from selection: A new window opens. -new case selection \ No newline at end of file +new case selection From 644067160d89ff7e1df87b2a4d52bc1279cf7d55 Mon Sep 17 00:00:00 2001 From: cybsecmaster <157613757+cybsecmaster@users.noreply.github.com> Date: Sun, 6 Oct 2024 03:11:49 +0300 Subject: [PATCH 6/8] Update new-case-from-selection.md --- .../user-guides/analyst-corner/alerts/new-case-from-selection.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md b/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md index 053463556..abf96301a 100644 --- a/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md +++ b/docs/thehive/user-guides/analyst-corner/alerts/new-case-from-selection.md @@ -15,3 +15,4 @@ To add a new case from selection: A new window opens. new case selection + From 4822cf1ad3463151fffee48e06b375feb330775a Mon Sep 17 00:00:00 2001 From: cybsecmaster <157613757+cybsecmaster@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:43:57 +0300 Subject: [PATCH 7/8] New logo design --- overrides/404.html | 46 ++++++++++++---------------------------------- 1 file changed, 12 insertions(+), 34 deletions(-) diff --git a/overrides/404.html b/overrides/404.html index 6ed679df8..5f5ecc09b 100644 --- a/overrides/404.html +++ b/overrides/404.html @@ -15,72 +15,50 @@ justify-content: center; flex-direction: column; font-family: Arial, sans-serif; - background-color: #1b1b34; - color: #ffffff; + background-color: #ececec; /* Make the background much lighter to ensure the logo is visible */ + color: #1b1b34; + overflow: hidden; } .container { text-align: center; - animation: fadeIn 2s ease-in-out; } .logo img { - width: 150px; /* Increase the size of the logo */ + width: 15vw; /* Improve responsiveness by using relative units */ + max-width: 200px; /* Prevent the logo from becoming too large on very wide screens */ margin-bottom: 40px; /* Increase spacing */ - animation: slideIn 1s ease-in-out; } .error-code { - font-size: 100px; /* Size of the 404 number */ + font-size: 6rem; /* Size of the 404 number, using rem for scalability */ margin-bottom: 20px; - animation: dropIn 1.5s ease-in-out; } .error-message { - font-size: 32px; /* Increase the size of the text */ + font-size: 2rem; /* Increase the size of the text using rem for scalability */ margin-bottom: 40px; /* Increase spacing */ - animation: fadeIn 1.5s ease-in-out; } .home-button { background-color: #007BFF; color: white; border: none; padding: 15px 30px; /* Increase the size of the button */ - font-size: 20px; /* Increase the font size */ + font-size: 1.25rem; /* Increase the font size using rem for scalability */ cursor: pointer; border-radius: 5px; text-decoration: none; - animation: bounce 2s infinite; } .home-button:hover { background-color: #0056b3; } .copyright { margin-top: 40px; - font-size: 14px; - color: #cccccc; - animation: fadeIn 2s ease-in-out; - } - @keyframes fadeIn { - from { opacity: 0; } - to { opacity: 1; } - } - @keyframes slideIn { - from { transform: translateY(-50px); opacity: 0; } - to { transform: translateY(0); opacity: 1; } - } - @keyframes dropIn { - from { transform: translateY(-100px); opacity: 0; } - to { transform: translateY(0); opacity: 1; } - } - @keyframes bounce { - 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } - 40% { transform: translateY(-10px); } - 60% { transform: translateY(-5px); } + font-size: 0.875rem; /* Use rem for better scalability */ + color: #333333; }
404 @@ -88,7 +66,7 @@
Oops! Page not found.
- Return to Homepage + Return to Homepage
\ No newline at end of file From c20f924d0ecbb7ba471aa89e9be058558de2f4f6 Mon Sep 17 00:00:00 2001 From: cybsecmaster <157613757+cybsecmaster@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:27:34 +0300 Subject: [PATCH 8/8] Light 404 page version --- overrides/404.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/overrides/404.html b/overrides/404.html index 5f5ecc09b..6541b90cd 100644 --- a/overrides/404.html +++ b/overrides/404.html @@ -15,7 +15,7 @@ justify-content: center; flex-direction: column; font-family: Arial, sans-serif; - background-color: #ececec; /* Make the background much lighter to ensure the logo is visible */ + background-color: #ececec; color: #1b1b34; overflow: hidden; } @@ -23,24 +23,24 @@ text-align: center; } .logo img { - width: 15vw; /* Improve responsiveness by using relative units */ - max-width: 200px; /* Prevent the logo from becoming too large on very wide screens */ - margin-bottom: 40px; /* Increase spacing */ + width: 15vw; + max-width: 200px; + margin-bottom: 40px; } .error-code { - font-size: 6rem; /* Size of the 404 number, using rem for scalability */ + font-size: 6rem; margin-bottom: 20px; } .error-message { - font-size: 2rem; /* Increase the size of the text using rem for scalability */ - margin-bottom: 40px; /* Increase spacing */ + font-size: 2rem; + margin-bottom: 40px; } .home-button { background-color: #007BFF; color: white; border: none; - padding: 15px 30px; /* Increase the size of the button */ - font-size: 1.25rem; /* Increase the font size using rem for scalability */ + padding: 15px 30px; + font-size: 1.25rem; cursor: pointer; border-radius: 5px; text-decoration: none; @@ -50,7 +50,7 @@ } .copyright { margin-top: 40px; - font-size: 0.875rem; /* Use rem for better scalability */ + font-size: 0.875rem; color: #333333; }