You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/TimesketchImport/TimesketchImport-English.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
"[Timesketch](https://timesketch.org/) is an open-source tool for collaborative forensic timeline analysis. Using sketches you and your collaborators can easily organize your timelines and analyze them all at the same time. Add meaning to your raw data with rich annotations, comments, tags and stars."
6
6
7
-
For small investigations where you are analyzing a CSV file less than 1GB and working alone, Timeline Explorer is suitable, however, when you are working with larger data or with a team, a tool like Timesketch is much better.
7
+
For small investigations where you are analyzing a CSV file only a couple hundred MBs in size and working alone, Timeline Explorer is suitable, however, when you are working with larger data or with a team, a tool like Timesketch is much better.
8
8
9
9
Timesketch offers the following benefits:
10
10
1. It is very fast and can handle large data
@@ -36,7 +36,7 @@ The only downside is that you will have to setup a Timesketch server in your lab
36
36
-[Event histogram](#event-histogram)
37
37
-[Save current search](#save-current-search)
38
38
-[Search bar](#search-bar)
39
-
-[Search history](#search-history)
39
+
-[Search history](#search-history)
40
40
-[Vertical elipsis](#vertical-elipsis)
41
41
-[Stars and tags](#stars-and-tags)
42
42
@@ -127,11 +127,11 @@ Search for `*` and the events will show up as shown below:
127
127
128
128
### Alert details
129
129
130
-
If you click on alert rule title under `message`, you will get the detailed information about the alert and log:
130
+
If you click on an alert rule title under the `message` column, you will get the detailed information about the alert:
131
131
132
132

133
133
134
-
If you want to understand the sigma rule logic, look up the description and references, etc... please check the rule in the [hayabusa-rules](https://github.com/Yamato-Security/hayabusa-rules) repository.
134
+
If you want to understand the sigma rule logic, look up the description and references, etc... please look up the rule in the [hayabusa-rules](https://github.com/Yamato-Security/hayabusa-rules) repository.
135
135
136
136
#### Field filtering
137
137
@@ -152,11 +152,12 @@ When you click on an alert to get detailed information, a new comment dialog box
152
152

153
153
154
154
Here, users can start a chat and write comments about the investigation.
155
-
If you working on a team, you should probably create different user account for each member so that you know who wrote what.
155
+
156
+
> If you working on a team, you should probably create different user account for each member so that you know who wrote what.
156
157
157
158

158
159
159
-
If you hover over a comment, you can easily edit and delete the messages.
160
+
> If you hover over a comment, you can easily edit and delete the messages.
160
161
161
162
### Modifying columns
162
163
@@ -220,17 +221,21 @@ Wildcards and regular expressions are supported.
220
221
221
222
Refer to the user guide [here](https://timesketch.org/guides/user/search-query-guide/) for more advanced queries.
222
223
223
-
### Search history
224
+
####Search history
224
225
225
226
If you click the clock icon to the left of the search bar you can show previously entered queries.
226
227
You can also click the left and right arrow icons to run previous and next queries.
227
228
229
+

230
+
228
231
### Vertical elipsis
229
232
230
233
If you click on the vertical elipsis to the left of a timestamp and click `Context search`, you can see alerts that happened before and after a certain event:
231
234
232
235

233
236
237
+
This will bring up this:
238
+
234
239

235
240
236
241
In the example above, events before and after 60 seconds (`60S`) are being shown but you can adjust that from +- 1 second (`1S`) to +- 60 minutes (`60M`).
0 commit comments