Skip to content

Commit 31d7ce4

Browse files
typos
1 parent 7497e2d commit 31d7ce4

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed
118 KB
Loading

doc/TimesketchImport/TimesketchImport-English.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
"[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."
66

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.
88

99
Timesketch offers the following benefits:
1010
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
3636
- [Event histogram](#event-histogram)
3737
- [Save current search](#save-current-search)
3838
- [Search bar](#search-bar)
39-
- [Search history](#search-history)
39+
- [Search history](#search-history)
4040
- [Vertical elipsis](#vertical-elipsis)
4141
- [Stars and tags](#stars-and-tags)
4242

@@ -127,11 +127,11 @@ Search for `*` and the events will show up as shown below:
127127

128128
### Alert details
129129

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:
131131

132132
![Alert details](AlertDetails.png)
133133

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.
135135

136136
#### Field filtering
137137

@@ -152,11 +152,12 @@ When you click on an alert to get detailed information, a new comment dialog box
152152
![Comment Icon](CommentIcon.png)
153153

154154
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.
156157
157158
![Comment chat](CommentChat.png)
158159

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.
160161
161162
### Modifying columns
162163

@@ -220,17 +221,21 @@ Wildcards and regular expressions are supported.
220221

221222
Refer to the user guide [here](https://timesketch.org/guides/user/search-query-guide/) for more advanced queries.
222223

223-
### Search history
224+
#### Search history
224225

225226
If you click the clock icon to the left of the search bar you can show previously entered queries.
226227
You can also click the left and right arrow icons to run previous and next queries.
227228

229+
![Search History](SearchHistory.png)
230+
228231
### Vertical elipsis
229232

230233
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:
231234

232235
![Vertical elipsis](VerticalElipsisContext.png)
233236

237+
This will bring up this:
238+
234239
![Context Search](ContextSearch.png)
235240

236241
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

Comments
 (0)