author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
263,093
02.10.2020 14:54:07
-7,200
a7ba9ecb664ea59b63a88442c29e9ebc5a5ac124
Handle missing chips in filter
[ { "change_type": "MODIFY", "old_path": "timesketch/models/sketch.py", "new_path": "timesketch/models/sketch.py", "diff": "@@ -299,7 +299,8 @@ class View(AccessControlMixin, LabelMixin, StatusMixin, CommentMixin,\n'terminate_after': DEFAULT_LIMIT,\n'indices': [],\n'exclude': [],\n- 'order': 'asc'\n+ ...
Python
Apache License 2.0
google/timesketch
Handle missing chips in filter (#1387)
263,133
02.10.2020 14:11:47
0
3998aaa802f7b574f660caf634e059c72dd6e33e
Adding the ability to check your own permission to a sketch.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -75,6 +75,19 @@ class Sketch(resource.BaseResource):\nreturn {}\nreturn json.loads(permission_string)\n+ @property\n+ def my_acl(se...
Python
Apache License 2.0
google/timesketch
Adding the ability to check your own permission to a sketch. (#1389)
263,133
06.10.2020 09:12:48
0
7e5513ba4cd1b6d6a3e74e16e126567d95b8fddc
Adding attributes to the sketch model.
[ { "change_type": "MODIFY", "old_path": "timesketch/models/sketch.py", "new_path": "timesketch/models/sketch.py", "diff": "@@ -50,6 +50,7 @@ class Sketch(AccessControlMixin, LabelMixin, StatusMixin, CommentMixin,\nevents = relationship('Event', backref='sketch', lazy='select')\nstories = relationship...
Python
Apache License 2.0
google/timesketch
Adding attributes to the sketch model.
263,159
09.10.2020 12:14:49
0
de89f736bdafc6e2d32e63252ee319d855d8d875
Added support for optional keyword rdomain
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/ssh_sessionizer.py", "new_path": "timesketch/lib/analyzers/ssh_sessionizer.py", "diff": "@@ -12,15 +12,16 @@ from timesketch.lib.analyzers import sessionizer\nSSH_PATTERN = re.compile(r'^\\[sshd\\] \\[(?P<process_id>\\d+)\\]:')\n# pyli...
Python
Apache License 2.0
google/timesketch
Added support for optional keyword rdomain
263,133
12.10.2020 17:10:04
0
60eb7d7828480df6292c61de5aeecd38e693fa9d
Minor bug fixes here and there.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -317,8 +317,8 @@ class Sketch(resource.BaseResource):\nquery_filter = {\n'time_start': None,\n'time_end': None,\n- 'size': self.DEF...
Python
Apache License 2.0
google/timesketch
Minor bug fixes here and there.
263,133
12.10.2020 19:26:38
0
907076ce7c40393ae8438b83f57b8421cf59b8f7
Fixing a linter issue
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/stories/api_fetcher.py", "new_path": "timesketch/lib/stories/api_fetcher.py", "diff": "@@ -75,7 +75,7 @@ class ApiDataFetcher(interface.DataFetcher):\nindex = parameters.pop('index', None)\naggregator = agg_class(sketch_id=self._sketch_id, index...
Python
Apache License 2.0
google/timesketch
Fixing a linter issue
263,096
14.10.2020 16:31:00
-7,200
57d11614263a94e53b3e846557c1b5f111239d4a
Update APIClient.md A small explanation how to use the return_fields filter
[ { "change_type": "MODIFY", "old_path": "docs/APIClient.md", "new_path": "docs/APIClient.md", "diff": "@@ -150,6 +150,13 @@ data = sketch.explore('google.com', as_pandas=True)\nThis will return back a pandas DataFrame with the search results.\n+Another example search query:\n+```\n+data = sketch.expl...
Python
Apache License 2.0
google/timesketch
Update APIClient.md A small explanation how to use the return_fields filter
263,133
15.10.2020 14:42:28
0
96ec30adf0b8c2e46ce66f0dd1ca389bfc8abe02
API client: Adding a check for scroll ID in the explore function
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -947,6 +947,10 @@ class Sketch(resource.BaseResource):\nif stop_size and total_count >= stop_size:\nbreak\n+ if not scroll_id:\n+ l...
Python
Apache License 2.0
google/timesketch
API client: Adding a check for scroll ID in the explore function (#1413)
263,133
18.10.2020 16:36:37
0
0ea12f20509f5e71b22064f7f7ab893ddb95d9c3
Making few more changes to the colab
[ { "change_type": "MODIFY", "old_path": "notebooks/colab-timesketch-demo.ipynb", "new_path": "notebooks/colab-timesketch-demo.ipynb", "diff": "\"name\": \"Timesketch And Colab.ipynb\",\n\"provenance\": [],\n\"private_outputs\": true,\n+ \"toc_visible\": true,\n\"include_colab_link\": true\n},\n\"kern...
Python
Apache License 2.0
google/timesketch
Making few more changes to the colab
263,133
19.10.2020 14:08:50
0
a6e8fb7a03a47c6d0e0f0a6903c757a7207d43fe
Updating colab
[ { "change_type": "MODIFY", "old_path": "notebooks/colab-timesketch-demo.ipynb", "new_path": "notebooks/colab-timesketch-demo.ipynb", "diff": "\"execution_count\": null,\n\"outputs\": []\n},\n+ {\n+ \"cell_type\": \"markdown\",\n+ \"metadata\": {\n+ \"id\": \"mFQTCGbNeRoR\"\n+ },\n+ \"source\": [\n+ ...
Python
Apache License 2.0
google/timesketch
Updating colab
263,095
21.10.2020 12:02:24
-7,200
468f27ffe0fcfd581c0a00eae905e403c6927780
right usage of lower()
[ { "change_type": "MODIFY", "old_path": "test_tools/sigma_verify_rules.py", "new_path": "test_tools/sigma_verify_rules.py", "diff": "@@ -131,7 +131,7 @@ def run_verifier(rules_path, config_file_path):\nfor dirpath, dirnames, files in os.walk(rules_path):\n- if 'deprecated' in [x.lower for x in dirnam...
Python
Apache License 2.0
google/timesketch
right usage of lower()
263,133
21.10.2020 23:20:30
0
724a001d74107a0d812d1650600665e9c0bb4301
Need write to run an analyzer, add ability to add/remove labels from timelines, fix bug in upload
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/timeline.py", "new_path": "api_client/python/timesketch_api_client/timeline.py", "diff": "@@ -132,6 +132,67 @@ class Timeline(resource.BaseResource):\nstatus = status_list[0]\nreturn status.get('status')\n+ def add_timel...
Python
Apache License 2.0
google/timesketch
Need write to run an analyzer, add ability to add/remove labels from timelines, fix bug in upload
263,133
21.10.2020 23:36:18
0
7e7a77243c676fda4c28703b9e32fb0a062ca4c4
Adding few fixes
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/timeline.py", "new_path": "api_client/python/timesketch_api_client/timeline.py", "diff": "@@ -45,6 +45,7 @@ class Timeline(resource.BaseResource):\n\"\"\"\nself.id = timeline_id\nself._labels = []\n+ self._color = ''\nse...
Python
Apache License 2.0
google/timesketch
Adding few fixes
263,133
22.10.2020 00:07:26
0
1c940e46fd039ecaa9b7faa09f67b5639d06f7ac
Adding delete permission requirements to remove label.
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/timeline.py", "new_path": "timesketch/api/v1/resources/timeline.py", "diff": "@@ -263,6 +263,12 @@ class TimelineResource(resources.ResourceMixin, Resource):\nself._add_label(timeline=timeline, label=label))\nchanged = any(changes)\...
Python
Apache License 2.0
google/timesketch
Adding delete permission requirements to remove label.
263,133
22.10.2020 10:35:55
0
9db263c2bfe9386990d97bab9b737929e33d7609
Updating annotations
[ { "change_type": "ADD", "old_path": null, "new_path": "timesketch/lib/ontology.py", "diff": "+# Copyright 2020 Google Inc. All rights reserved.\n+#\n+# Licensed under the Apache License, Version 2.0 (the \"License\");\n+# you may not use this file except in compliance with the License.\n+# You may o...
Python
Apache License 2.0
google/timesketch
Updating annotations
263,133
23.10.2020 09:53:34
0
72d29d994290bd06d05544a0ccb967bf7c7bb770
Adding the ability to add/remove attributes.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -233,6 +233,73 @@ class Sketch(resource.BaseResource):\nsketch = self.lazyload_data()\nreturn sketch['objects'][0]['status'][0]['st...
Python
Apache License 2.0
google/timesketch
Adding the ability to add/remove attributes.
263,133
23.10.2020 09:54:47
0
56723e47590e95bfb9687ac109ea80198ed96cac
Adding the attribute resource
[ { "change_type": "ADD", "old_path": null, "new_path": "timesketch/api/v1/resources/attribute.py", "diff": "+# Copyright 2020 Google Inc. All rights reserved.\n+#\n+# Licensed under the Apache License, Version 2.0 (the \"License\");\n+# you may not use this file except in compliance with the License....
Python
Apache License 2.0
google/timesketch
Adding the attribute resource
263,133
23.10.2020 10:13:48
0
b3b894d49bbbcd03aa3ab176a48ebed8a7bfa52b
Adding the db migration file.
[ { "change_type": "ADD", "old_path": null, "new_path": "timesketch/migrations/versions/5610b4f43b04_attributes.py", "diff": "+\"\"\"attributes\n+\n+Revision ID: 5610b4f43b04\n+Revises: None\n+Create Date: 2020-10-23 10:09:30.817613\n+\n+\"\"\"\n+\n+# revision identifiers, used by Alembic.\n+revision ...
Python
Apache License 2.0
google/timesketch
Adding the db migration file.
263,133
23.10.2020 10:44:22
0
d9d5e2d136d5ff743fce9996028e5688e64ebd49
Moving the ontology to a YAML file
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -240,8 +240,8 @@ class Sketch(resource.BaseResource):\nname (str): The name of the attribute.\nvalues (list): A list of string valu...
Python
Apache License 2.0
google/timesketch
Moving the ontology to a YAML file
263,133
23.10.2020 11:23:12
0
738d9b7796fb2a119ed501a56e7d62553c8cc24c
Adding few values to the ontology
[ { "change_type": "MODIFY", "old_path": "data/ontology.yaml", "new_path": "data/ontology.yaml", "diff": "@@ -21,3 +21,10 @@ url.bad:\ncast_as: str\ndescription: \"URL related to a sketch.\"\n+float:\n+ cast_as: float\n+ description: \"Float.\"\n+\n+bool:\n+ case_as: bool\n+ description: \"Boolean, Tr...
Python
Apache License 2.0
google/timesketch
Adding few values to the ontology
263,133
23.10.2020 13:10:57
0
aad7fa77c9c6de94acefc599998c3992d4a7347c
Making changes to the schema
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/attribute.py", "new_path": "timesketch/api/v1/resources/attribute.py", "diff": "@@ -138,10 +138,17 @@ class AttributeResource(resources.ResourceMixin, Resource):\nHTTP_STATUS_CODE_BAD_REQUEST,\n'All values needs to be stored as stri...
Python
Apache License 2.0
google/timesketch
Making changes to the schema
263,133
23.10.2020 13:25:32
0
69c68d7208b152db18187214b541403f11fb4b80
Minor changes to docker files.
[ { "change_type": "MODIFY", "old_path": "docker/dev/docker-entrypoint.sh", "new_path": "docker/dev/docker-entrypoint.sh", "diff": "@@ -13,6 +13,9 @@ if [ \"$1\" = 'timesketch' ]; then\nmkdir /etc/timesketch\ncp /usr/local/src/timesketch/data/timesketch.conf /etc/timesketch/\ncp /usr/local/src/timeske...
Python
Apache License 2.0
google/timesketch
Minor changes to docker files.
263,133
23.10.2020 13:32:14
0
d5de8beca55b20074d0327b16071362ef469b18d
Minor docker change
[ { "change_type": "MODIFY", "old_path": "docker/dev/docker-entrypoint.sh", "new_path": "docker/dev/docker-entrypoint.sh", "diff": "@@ -16,6 +16,7 @@ if [ \"$1\" = 'timesketch' ]; then\ncp /usr/local/src/timesketch/data/tags.yaml /etc/timesketch/\ncp /usr/local/src/timesketch/data/ontology.yaml /etc/t...
Python
Apache License 2.0
google/timesketch
Minor docker change
263,133
24.10.2020 09:16:51
0
0576c0cebbd40c200b5b365693589891cf008f7f
Addign revision file
[ { "change_type": "MODIFY", "old_path": "docs/Admin-Guide.md", "new_path": "docs/Admin-Guide.md", "diff": "@@ -260,13 +260,13 @@ tsctl similarity_score\nAfter changin the schema for the database a revision file needs to be generated.\nTo generate the file use the command:\n-\n```shell\n-tsctl db revi...
Python
Apache License 2.0
google/timesketch
Addign revision file
263,133
24.10.2020 11:38:01
0
c9d8c6c011d8d723e1f177bbe2b7d1535189a287
Adding data frame attribute into the API client.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -134,6 +134,19 @@ class Sketch(resource.BaseResource):\nmeta = data.get('meta', {})\nreturn meta.get('attributes', [])\n+\n+ @prope...
Python
Apache License 2.0
google/timesketch
Adding data frame attribute into the API client.
263,133
26.10.2020 14:37:06
0
26f2e73d38aea9ecc0c951a952a08ca358736bda
Changing names of tables to avoid confusion.
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/attribute.py", "new_path": "timesketch/api/v1/resources/attribute.py", "diff": "@@ -28,8 +28,8 @@ from timesketch.lib.definitions import HTTP_STATUS_CODE_BAD_REQUEST\nfrom timesketch.lib.definitions import HTTP_STATUS_CODE_FORBIDDEN...
Python
Apache License 2.0
google/timesketch
Changing names of tables to avoid confusion.
263,133
26.10.2020 14:46:23
0
5bb1c349c74883e88203f703197da766aea0e831
minor change to the ontology
[ { "change_type": "MODIFY", "old_path": "data/ontology.yaml", "new_path": "data/ontology.yaml", "diff": "@@ -19,7 +19,11 @@ url.safe:\nurl.bad:\ncast_as: str\n- description: \"URL related to a sketch.\"\n+ description: \"URL related to a sketch, can morph into a search.\"\n+\n+domain:\n+ cast_as: str...
Python
Apache License 2.0
google/timesketch
minor change to the ontology
263,133
26.10.2020 15:56:37
0
ec706ff75b2aa52601542a8e08840d2b27c0b5e2
Adding the ability for analyzers to add sketch attributes
[ { "change_type": "MODIFY", "old_path": "test_tools/timesketch/lib/analyzers/interface.py", "new_path": "test_tools/timesketch/lib/analyzers/interface.py", "diff": "@@ -486,6 +486,24 @@ class Sketch(object):\nview = VIEW_OBJECT(1, name)\nreturn view\n+ def add_sketch_attribute(self, name, values, ont...
Python
Apache License 2.0
google/timesketch
Adding the ability for analyzers to add sketch attributes
263,133
28.10.2020 07:37:05
0
bb98ec7b6abe1a9bf545ab5ce9ce7db9206e1f6a
Fixing API client.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -297,7 +297,9 @@ class TimesketchApi(object):\nif auth_mode == 'http-basic':\nsession.auth = (username, password)\n- session.verify...
Python
Apache License 2.0
google/timesketch
Fixing API client. (#1431)
263,133
28.10.2020 13:27:07
0
cd13ba9f9f4e8b8974a12c6e097985b150b6c339
Minor updates to the text
[ { "change_type": "MODIFY", "old_path": "notebooks/colab-timesketch-demo.ipynb", "new_path": "notebooks/colab-timesketch-demo.ipynb", "diff": "\"colab_type\": \"text\"\n},\n\"source\": [\n- \"<a href=\\\"https://colab.research.google.com/github/google/timesketch/blob/master/notebooks/colab-timesketch...
Python
Apache License 2.0
google/timesketch
Minor updates to the text
263,133
30.10.2020 07:58:20
0
6bdee3ece9c7acdfb4388dd081a0ae81751b7347
Minor changes to the get_client in API client config module.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/config.py", "new_path": "api_client/python/timesketch_api_client/config.py", "diff": "@@ -17,6 +17,7 @@ from __future__ import unicode_literals\nimport configparser\nimport logging\nimport os\n+import requests\nfrom goog...
Python
Apache License 2.0
google/timesketch
Minor changes to the get_client in API client config module.
263,096
30.10.2020 09:04:39
-3,600
b92b96192a2958075e09647bb69086e81687c9af
Fix a small typo in docstring
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -741,7 +741,7 @@ class Sketch(resource.BaseResource):\n\"\"\"Return a stored aggregation group.\nArgs:\n- goup_id: id of the stored...
Python
Apache License 2.0
google/timesketch
Fix a small typo in docstring
263,133
30.10.2020 16:30:38
0
bf304c01af41ba3e55cfa47e5701764529d45ba3
Fixing badge in colab notebooks.
[ { "change_type": "MODIFY", "old_path": "notebooks/Stolen_Szechuan_Sauce_Analysis.ipynb", "new_path": "notebooks/Stolen_Szechuan_Sauce_Analysis.ipynb", "diff": "\"colab_type\": \"text\"\n},\n\"source\": [\n- \"<a href=\\\"https://colab.research.google.com/github/kiddinn/timesketch/blob/colab_sauce/no...
Python
Apache License 2.0
google/timesketch
Fixing badge in colab notebooks.
263,133
30.10.2020 16:31:28
0
c3b12e587b14d4b48394194a6e88f8732fc5240f
Forgot one badge
[ { "change_type": "MODIFY", "old_path": "notebooks/colab-timesketch-demo.ipynb", "new_path": "notebooks/colab-timesketch-demo.ipynb", "diff": "\"colab_type\": \"text\"\n},\n\"source\": [\n- \"<a href=\\\"https://colab.research.google.com/github/kiddinn/timesketch/blob/colab_sauce/notebooks/colab-time...
Python
Apache License 2.0
google/timesketch
Forgot one badge
263,096
02.11.2020 17:24:25
-3,600
e10385c0a941f8b650917689a042f73a16839c38
replace jaegeral with google and branch with master Fix the link to the colab direct link
[ { "change_type": "MODIFY", "old_path": "Github_Timesketch_add_a_single_event_to_a_sketch.ipynb", "new_path": "Github_Timesketch_add_a_single_event_to_a_sketch.ipynb", "diff": "\"colab_type\": \"text\"\n},\n\"source\": [\n- \"<a href=\\\"https://colab.research.google.com/github/jaegeral/timesketch/bl...
Python
Apache License 2.0
google/timesketch
replace jaegeral with google and branch with master Fix the link to the colab direct link
263,096
02.11.2020 17:29:17
-3,600
c966ecfa25f89f45fbe1e2a908cb5c5f4cb6a269
Update and rename Timesketch_add_a_single_event_to_a_sketch.ipynb to add_a_single_event_to_a_sketch.ipynb
[ { "change_type": "RENAME", "old_path": "notebooks/Timesketch_add_a_single_event_to_a_sketch.ipynb", "new_path": "notebooks/add_a_single_event_to_a_sketch.ipynb", "diff": "\"nbformat_minor\": 0,\n\"metadata\": {\n\"colab\": {\n- \"name\": \"Github_Timesketch_add_a_single_event_to_a_sketch.ipynb\",\n+...
Python
Apache License 2.0
google/timesketch
Update and rename Timesketch_add_a_single_event_to_a_sketch.ipynb to add_a_single_event_to_a_sketch.ipynb
263,096
03.11.2020 14:34:10
-3,600
c283ba075e6ce9b78e2caf8ca455b4296ea8f922
Remove sudo from the docker dev guide Be consistent in the documentation and remove sudo for this occurance as well
[ { "change_type": "MODIFY", "old_path": "docker/dev/README.md", "new_path": "docker/dev/README.md", "diff": "## Docker for development\nYou can run Timesketch on Docker in development mode.\n-Make sure to follow the docker [post-install](https://docs.docker.com/engine/install/linux-postinstall/) to r...
Python
Apache License 2.0
google/timesketch
Remove sudo from the docker dev guide Be consistent in the documentation and remove sudo for this occurance as well
263,145
09.11.2020 19:58:16
0
6b7f3ae07488190016c86f4c5b01a123cc50e853
Update deploy_timesketch.sh Updates URL to master branch. I previously had errors generating the `config.env` (all I got was a 404) using `deploy_timesketch.sh` script. It would just write a `404: Not Found` in the config file. Once I've updated the URL I could use the script for deploying timesketch using Docker again...
[ { "change_type": "MODIFY", "old_path": "contrib/deploy_timesketch.sh", "new_path": "contrib/deploy_timesketch.sh", "diff": "@@ -66,7 +66,7 @@ ELASTIC_ADDRESS=\"elasticsearch\"\nELASTIC_PORT=9200\nREDIS_ADDRESS=\"redis\"\nREDIS_PORT=6379\n-GITHUB_BASE_URL=\"https://raw.githubusercontent.com/google/ti...
Python
Apache License 2.0
google/timesketch
Update deploy_timesketch.sh (#1460) Updates URL to master branch. I previously had errors generating the `config.env` (all I got was a 404) using `deploy_timesketch.sh` script. It would just write a `404: Not Found` in the config file. Once I've updated the URL I could use the script for deploying timesketch using ...
263,093
10.11.2020 16:18:18
-3,600
9501a500591aa9d699908611429eb9ab13e34608
Don't use scrollig for nested queries
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/graphs/chrome_downloads.py", "new_path": "timesketch/lib/graphs/chrome_downloads.py", "diff": "@@ -80,7 +80,8 @@ class ChromeDownloadsGraph(BaseGraphPlugin):\nprefetch_events = self.event_stream(\nquery_string=prefetch_query,\nreturn_fields=pref...
Python
Apache License 2.0
google/timesketch
Don't use scrollig for nested queries (#1461)
263,171
12.11.2020 20:50:15
-3,600
b65300a5207532a12d120dfa0afb61bd1ed376bd
Added features to analyzer feature extract * Improve options for extract multi ip Add options: store_type_list overwrite_store_as overwrite_and_merge_store_as keep_multimatch
[ { "change_type": "MODIFY", "old_path": "data/features.yaml", "new_path": "data/features.yaml", "diff": "# tags: []\n# create_view: False\n# aggregate: False\n+# overwrite_store_as: True\n+# overwrite_and_merge_store_as: False\n+# store_type_list: False\n+# keep_multimatch: False\n#\n# Each definitio...
Python
Apache License 2.0
google/timesketch
Added features to analyzer feature extract (#1452) * Improve options for extract multi ip Add options: store_type_list overwrite_store_as overwrite_and_merge_store_as keep_multimatch
263,096
15.11.2020 10:44:18
-3,600
1b34b88bb77e16fdb5e1a6400e28cca13ad1d3f8
Fixed the sigma analyzer, removed hacky .keyword
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/sigma_tagger.py", "new_path": "timesketch/lib/analyzers/sigma_tagger.py", "diff": "@@ -117,11 +117,6 @@ class SigmaPlugin(interface.BaseSketchAnalyzer):\nfor sigma_rule in parsed_sigma_rules:\ntry:\nsigma_rule_counter += 1\n- # TODO In...
Python
Apache License 2.0
google/timesketch
Fixed the sigma analyzer, removed hacky .keyword (#1468) Co-authored-by: Kristinn <kristinn@log2timeline.net>
263,093
17.11.2020 15:42:51
-3,600
0b8d0e67022497244d0b825f08622cd5bb704963
Fixed an issue in the winservices graph plugin
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/graphs/win_services.py", "new_path": "timesketch/lib/graphs/win_services.py", "diff": "@@ -36,13 +36,18 @@ class WinServiceGraph(BaseGraphPlugin):\nquery_string=query, return_fields=return_fields)\nfor event in events:\n- computer_name = event['...
Python
Apache License 2.0
google/timesketch
Fixed an issue in the winservices graph plugin (#1475) Co-authored-by: Kristinn <kristinn@log2timeline.net>
263,093
17.11.2020 17:41:41
-3,600
a18812e585f2cf308728f37197103156336da34e
Add GH action badges
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google/timesketch/blob/master/notebooks/colab-timesketch-demo.ipynb)\n[![Open In Binder](https:/...
Python
Apache License 2.0
google/timesketch
Add GH action badges
263,093
18.11.2020 17:00:57
-3,600
bbd6e30df1f7d9b98c31bac7e641cbe139cea5bc
Changed the graph interface to use ID from attributes
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/graphs/interface.py", "new_path": "timesketch/lib/graphs/interface.py", "diff": "@@ -58,7 +58,11 @@ class Graph:\nReturns:\nInstance of Node object.\n\"\"\"\n+ if not attributes:\n+ attributes = {}\n+\nnode = Node(label, attributes)\n+ node.set_...
Python
Apache License 2.0
google/timesketch
Changed the graph interface to use ID from attributes (#1480)
263,178
20.11.2020 11:48:12
-3,600
7f1d29507d97940829af8a770129bb1b008c9891
Updated dpkg configuration files
[ { "change_type": "MODIFY", "old_path": "config/dpkg/changelog", "new_path": "config/dpkg/changelog", "diff": "-timesketch (20200805-1) unstable; urgency=low\n+timesketch (20201120-1) unstable; urgency=low\n* Auto-generated\n- -- Timesketch development team <timesketch-dev@googlegroups.com> Wed, 05 A...
Python
Apache License 2.0
google/timesketch
Updated dpkg configuration files (#1487)
263,133
20.11.2020 14:30:09
0
4f02103f48d5ee3a838b0fa9f6fd1dee6b4a7d9a
Added a linter GH workflow and adding a bit more resiliency into the error logging in the ES datastore
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/linter.yml", "diff": "+name: pylint\n+\n+on:\n+ pull_request:\n+ types: [opened, synchronize, reopened]\n+\n+jobs:\n+ linter:\n+ runs-on: ubuntu-20.04\n+ strategy:\n+ matrix:\n+ os: [ubuntu-20.04]\n+ python-version: [3.7, 3.8]\...
Python
Apache License 2.0
google/timesketch
Added a linter GH workflow and adding a bit more resiliency into the error logging in the ES datastore (#1488)
263,096
02.12.2020 13:39:20
-3,600
385a141bbb4666e7a66f8dd829515447d3da9da3
Added Sigma object to the API client
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -36,6 +36,7 @@ from . import error\nfrom . import index\nfrom . import sketch\nfrom . import version\n+from . import sigma\nlogger ...
Python
Apache License 2.0
google/timesketch
Added Sigma object to the API client (#1456)
263,133
03.12.2020 12:54:15
0
3911225d647665f69e406fd39036c25d507ead57
Making changes to the search API client.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/search.py", "new_path": "api_client/python/timesketch_api_client/search.py", "diff": "@@ -448,13 +448,9 @@ class Search(resource.SketchResource):\nraise ValueError(\n'Unable to query with a query filter that isn\\'t a di...
Python
Apache License 2.0
google/timesketch
Making changes to the search API client. (#1500)
263,148
04.12.2020 19:33:30
0
282c3fcd96a9f6b696b7fc53cec1947fc27f0305
Enabled connection to production Elastic instance (using SSL)
[ { "change_type": "MODIFY", "old_path": "data/timesketch.conf", "new_path": "data/timesketch.conf", "diff": "@@ -28,6 +28,10 @@ SQLALCHEMY_DATABASE_URI = 'postgresql://<USERNAME>:<PASSWORD>@localhost/timesket\n# http://www.elasticsearch.org/blog/scripting-security/\nELASTIC_HOST = '127.0.0.1'\nELASTI...
Python
Apache License 2.0
google/timesketch
Enabled connection to production Elastic instance (using SSL) (#1503)
263,096
04.12.2020 20:50:47
-3,600
d7d252f87602e9625f8e8bc3ae6bce93a13fb2ed
Sigma Rule maintain improvement
[ { "change_type": "MODIFY", "old_path": "test_tools/sigma_verify_rules.py", "new_path": "test_tools/sigma_verify_rules.py", "diff": "@@ -17,84 +17,21 @@ This tool can be used to verify your rules before running an analyzer.\nIt also does not require you to have a full blown Timesketch instance.\nDefa...
Python
Apache License 2.0
google/timesketch
Sigma Rule maintain improvement (#1502)
263,093
07.12.2020 17:04:17
-3,600
34e21f378ed4344850dac2c62795561ce1f26331
use docker network
[ { "change_type": "MODIFY", "old_path": "docker/dev/build/timesketchrc", "new_path": "docker/dev/build/timesketchrc", "diff": "[timesketch]\n-host_uri = http://localhost:5000\n+host_uri = http://timesketch:5000\nusername = dev\nverify = True\nclient_id =\nclient_secret =\nauth_mode = userpass\ncred_k...
Python
Apache License 2.0
google/timesketch
use docker network (#1507)
263,133
09.12.2020 11:26:28
0
55d5bac9966b41c14ea9f620cbcd8c34c28b56e5
Added a check for default section value in API client
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/config.py", "new_path": "api_client/python/timesketch_api_client/config.py", "diff": "@@ -243,6 +243,9 @@ class ConfigAssistant:\nlogger.warning('No config read')\nreturn\n+ if not section:\n+ section = 'timesketch'\n+\n...
Python
Apache License 2.0
google/timesketch
Added a check for default section value in API client (#1516)
263,096
09.12.2020 18:16:29
-3,600
7d0827daf911d4e6b73d0f08f7b7d9ce82e20582
[docs] How to run a single test file There are multiple ways to run single test files, but at least one method for people getting started running a single test file within docker (so we know the environment is controlled and ready to be used)
[ { "change_type": "MODIFY", "old_path": "docs/Developers-Guide.md", "new_path": "docs/Developers-Guide.md", "diff": "@@ -44,6 +44,19 @@ To run TSLint in watch mode, use\n! yarn run lint --watch\n```\n+To run a single test (there are multiple ways to do it), open a shell in the docker container:\n+```...
Python
Apache License 2.0
google/timesketch
[docs] How to run a single test file (#1517) There are multiple ways to run single test files, but at least one method for people getting started running a single test file within docker (so we know the environment is controlled and ready to be used) Co-authored-by: Kristinn <kristinn@log2timeline.net>
263,093
11.12.2020 13:51:27
-3,600
a29a1b6a5ff535f6310fb62ddf505d2a721b3de3
require view name
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/view.py", "new_path": "timesketch/api/v1/resources/view.py", "diff": "@@ -83,6 +83,9 @@ class ViewListResource(resources.ResourceMixin, Resource):\nif isinstance(query_filter, tuple):\nquery_filter = query_filter[0]\n+ if not view_n...
Python
Apache License 2.0
google/timesketch
require view name (#1523)
263,133
14.12.2020 14:32:19
0
efc54ce12ccf310a7beeb4cbe25b4115cbf0a480
Added API client support for graphs.
[ { "change_type": "MODIFY", "old_path": "api_client/python/setup.py", "new_path": "api_client/python/setup.py", "diff": "@@ -57,6 +57,7 @@ setup(\n'requests',\n'altair',\n'google-auth',\n+ 'networkx',\n'google_auth_oauthlib',\n'beautifulsoup4']),\n)\n" }, { "change_type": "ADD", "old_path...
Python
Apache License 2.0
google/timesketch
Added API client support for graphs. (#1522)
263,096
15.12.2020 21:38:22
-3,600
956a6d0f1db9730baeb58a54abe88605fc26f986
Improve evtx mapping
[ { "change_type": "MODIFY", "old_path": "data/sigma_config.yaml", "new_path": "data/sigma_config.yaml", "diff": "@@ -60,6 +60,11 @@ logsources:\nsource_name:\n- \"Microsoft-Windows-Security-Auditing\"\n- \"Microsoft-Windows-Eventlog\"\n+ service_windows_system:\n+ service: system\n+ conditions:\n+ so...
Python
Apache License 2.0
google/timesketch
Improve evtx mapping (#1529) Co-authored-by: Kristinn <kristinn@log2timeline.net>
263,155
16.12.2020 07:49:04
0
1d6fbc9ec64023d1b4a6e38ec221aeef3e5c5078
Add a Date sorting function in the AnalyzerHistory component
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/Sketch/AnalyzerHistory.vue", "new_path": "timesketch/frontend/src/components/Sketch/AnalyzerHistory.vue", "diff": "@@ -39,7 +39,7 @@ limitations under the License.\nicon-prev=\"chevron-left\"\nicon-next=\"chevron-right\"\ndef...
Python
Apache License 2.0
google/timesketch
Add a Date sorting function in the AnalyzerHistory component (#1525)
263,178
29.12.2020 13:44:12
-3,600
7e204e05cdcb6db1748b21f82a9b3252eb72fc2d
Changes to dpkg configuration for Ubuntu 20.04
[ { "change_type": "MODIFY", "old_path": "config/dpkg/control", "new_path": "config/dpkg/control", "diff": "@@ -27,7 +27,7 @@ Description: Python 3 module of Timesketch\nPackage: timesketch-server\nArchitecture: all\n-Depends: apt-transport-https, gunicorn3, python3-psycopg2, python3-timesketch (>= ${...
Python
Apache License 2.0
google/timesketch
Changes to dpkg configuration for Ubuntu 20.04 (#1545)
263,166
06.01.2021 16:07:18
-3,600
8666b8e8f326b64b2516eda8a4067da71b913ce8
Removed requirements of delete permissions to remove labels on a timeline
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/timeline.py", "new_path": "timesketch/api/v1/resources/timeline.py", "diff": "@@ -267,12 +267,6 @@ class TimelineResource(resources.ResourceMixin, Resource):\nself._add_label(timeline=timeline, label=label))\nchanged = any(changes)\...
Python
Apache License 2.0
google/timesketch
Removed requirements of delete permissions to remove labels on a timeline (#1544)
263,178
07.01.2021 00:39:37
-3,600
a63f5d3dcd04cebde05035fd73e7f9effc310d4d
Changes to dpkg configuration for release
[ { "change_type": "MODIFY", "old_path": "config/dpkg/changelog", "new_path": "config/dpkg/changelog", "diff": "-timesketch (20201120-1) unstable; urgency=low\n+timesketch (20201229-1) unstable; urgency=low\n* Auto-generated\n- -- Timesketch development team <timesketch-dev@googlegroups.com> Fri, 20 N...
Python
Apache License 2.0
google/timesketch
Changes to dpkg configuration for release (#1546) Co-authored-by: Kristinn <kristinn@log2timeline.net>
263,133
07.01.2021 11:29:08
0
681d403278b46b587fab017a463194c6235e5495
minor minor change, sleeping some more
[ { "change_type": "MODIFY", "old_path": "end_to_end_tests/interface.py", "new_path": "end_to_end_tests/interface.py", "diff": "@@ -87,6 +87,10 @@ class BaseEndToEndTest(object):\nbreak\nretry_count += 1\ntime.sleep(sleep_time_seconds)\n+\n+ # Adding in one more sleep for good measure (preventing flak...
Python
Apache License 2.0
google/timesketch
minor minor change, sleeping some more (#1551)
263,133
21.01.2021 23:07:19
0
f454231ccfa5866022df5035e5302c80dba33bcb
Changes to API and API client
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/analyzer.py", "new_path": "api_client/python/timesketch_api_client/analyzer.py", "diff": "@@ -38,6 +38,19 @@ class AnalyzerResult(resource.BaseResource):\napi.api_root, sketch_id, timeline_id)\nsuper().__init__(api, reso...
Python
Apache License 2.0
google/timesketch
Changes to API and API client (#1562)
263,130
22.01.2021 08:13:52
-3,600
69eee10ab34ecda4fc5f9b76d45a01c6ee9dcc8d
Added new IP address related feature extractors
[ { "change_type": "MODIFY", "old_path": "data/features.yaml", "new_path": "data/features.yaml", "diff": "@@ -102,3 +102,24 @@ linkedin_accounts:\naggregate: True\ntags: ['linkedin-account']\nemojis: ['ID_BUTTON']\n+\n+rdp_ipv4_addresses:\n+ query_string: 'data_type:\"windows:evtx:record\" AND\n+ sour...
Python
Apache License 2.0
google/timesketch
Added new IP address related feature extractors (#1563)
263,106
31.01.2021 16:15:43
-19,080
c021944e60d98cc984556d996cdd6fa8d0dcfc54
hypen error in readme
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "4. [Contributing](#contributing)\n## About Timesketch\n-Timesketch is an open source tool for collaborative forensic timeline analysis. Using sketches you and your collaborators can easily organize your timelines a...
Python
Apache License 2.0
google/timesketch
hypen error in readme (#1572)
263,133
01.02.2021 11:56:34
0
72e4eeb3594cdff0e1e284bb13942fc7f01ddf89
Adding datetime limits on the aggregation bucket.
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/aggregation.py", "new_path": "timesketch/api/v1/resources/aggregation.py", "diff": "@@ -492,6 +492,11 @@ class AggregationExploreResource(resources.ResourceMixin, Resource):\n'Attempting to run an aggregation on a non-existing '\n'E...
Python
Apache License 2.0
google/timesketch
Adding datetime limits on the aggregation bucket. (#1568)
263,130
03.02.2021 14:20:22
-3,600
2285e1125a82b8a627ed4f9353b7cbb57a1c484c
Small bugfix in SSH features regex
[ { "change_type": "MODIFY", "old_path": "data/features.yaml", "new_path": "data/features.yaml", "diff": "@@ -121,5 +121,5 @@ ssh_host_ipv4_addresses:\nquery_string: 'reporter:\"sshd\"'\nattribute: 'message'\nstore_as: 'host_ip'\n- re: '^\\[sshd\\] \\[\\d+\\]: Connection from ((?:[0-9]{1,3}\\.){3}[0-9...
Python
Apache License 2.0
google/timesketch
Small bugfix in SSH features regex (#1582)
263,133
08.02.2021 15:13:02
0
8cdda1a6b8b6edc11c7bba29001b9a083552d98e
Fixed by adding mappings to deployment script.
[ { "change_type": "MODIFY", "old_path": "contrib/deploy_timesketch.sh", "new_path": "contrib/deploy_timesketch.sh", "diff": "@@ -79,6 +79,7 @@ curl -s $GITHUB_BASE_URL/docker/release/config.env > timesketch/config.env\n# Fetch default Timesketch config files\ncurl -s $GITHUB_BASE_URL/data/timesketch....
Python
Apache License 2.0
google/timesketch
Fixed #1600 by adding mappings to deployment script. (#1601)
263,130
11.02.2021 16:35:21
-3,600
491d650c5a5d682b112534a91e1e520eff55a05f
Added extractions of IP address from RdpCoreTS event logs into the feature extraction
[ { "change_type": "MODIFY", "old_path": "data/features.yaml", "new_path": "data/features.yaml", "diff": "@@ -103,13 +103,20 @@ linkedin_accounts:\ntags: ['linkedin-account']\nemojis: ['ID_BUTTON']\n-rdp_ipv4_addresses:\n+rdp_ts_ipv4_addresses:\nquery_string: 'data_type:\"windows:evtx:record\" AND\nso...
Python
Apache License 2.0
google/timesketch
Added extractions of IP address from RdpCoreTS event logs into the feature extraction (#1605)
263,133
11.02.2021 17:21:24
0
cbbdfd76e2e5d44c4fd547ea8323eeb2b1fc592c
Upgraded the importer version
[ { "change_type": "MODIFY", "old_path": "importer_client/python/timesketch_import_client/version.py", "new_path": "importer_client/python/timesketch_import_client/version.py", "diff": "# limitations under the License.\n\"\"\"Version information for Timesketch Import Client.\"\"\"\n-__version__ = '202...
Python
Apache License 2.0
google/timesketch
Upgraded the importer version (#1606)
263,133
17.02.2021 09:43:47
0
fea297501bd7a45b3d8309848a4d189a02c41801
Fixed issues with running analyzers in API client.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/timeline.py", "new_path": "api_client/python/timesketch_api_client/timeline.py", "diff": "@@ -251,7 +251,7 @@ class Timeline(resource.BaseResource):\nanalyzer_names = list(all_names.difference(done_names))\nfor name in a...
Python
Apache License 2.0
google/timesketch
Fixed issues with running analyzers in API client. (#1623)
263,096
18.02.2021 14:29:21
-3,600
fb1580c9e6f79e399b9e8a7033af8302e9f0a15f
Added concepts and API dev guide to documentations
[ { "change_type": "MODIFY", "old_path": "docs/Developers-Guide.md", "new_path": "docs/Developers-Guide.md", "diff": "@@ -4,6 +4,17 @@ It is recommended to develop Timesketch using a docker container. Refer to [Dock\nNote: Exclamation mark `!` denotes commands that should run in the docker container s...
Python
Apache License 2.0
google/timesketch
Added concepts and API dev guide to documentations (#1618) Co-authored-by: Kristinn <kristinn@log2timeline.net>
263,096
24.02.2021 15:58:51
-3,600
1b5654cd3043bff1abee437802eff164e74d192f
Fixed some spelling mistakes in various files comments
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -140,7 +140,7 @@ class TimesketchApi:\nself.session = session_object\ndef _authenticate_session(self, session, username, password):...
Python
Apache License 2.0
google/timesketch
Fixed some spelling mistakes in various files comments (#1634)
263,096
26.02.2021 11:36:35
-3,600
047156ed112c0b1aa0dadf1b4d863ad787baa75a
Added more Sigma support into the API and API client
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -550,16 +550,12 @@ class TimesketchApi:\nreturn pandas.DataFrame.from_records(response.get('objects'))\nfor rule_dict in response['...
Python
Apache License 2.0
google/timesketch
Added more Sigma support into the API and API client (#1511)
263,155
26.02.2021 11:42:58
-3,600
234a0fc04f294f99ef48d756571eeb1432321018
Replaced the use of the csv library in import task to use pandas (for csv/json data ingestion)
[ { "change_type": "ADD", "old_path": null, "new_path": "test_tools/test_events/sigma_events.csv", "diff": "+\"message\",\"timestamp\",\"datetime\",\"timestamp_desc\",\"extra_field_1\",\"command\",\"data_type\",\"display_name\",\"filename\",\"packages\",\"parser\"\n+\"A message\",\"123456789\",\"2015-...
Python
Apache License 2.0
google/timesketch
Replaced the use of the csv library in import task to use pandas (for csv/json data ingestion) (#1534)
263,096
26.02.2021 15:51:41
-3,600
9265d81b530c1fcda1465ce013ade27bd9338f9a
Fixed couple of bugs in the sigma API and API Client
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sigma.py", "new_path": "api_client/python/timesketch_api_client/sigma.py", "diff": "@@ -161,7 +161,6 @@ class Sigma(resource.BaseResource):\nfor key, value in self.resource_data.items():\nself.set_value(key, value)\n-\nd...
Python
Apache License 2.0
google/timesketch
Fixed couple of bugs in the sigma API and API Client (#1646)
263,096
28.02.2021 14:32:12
-3,600
fc3417c0a34c0c4bc87ac6ac7fbf0355d419ddb7
Changed docker config: e2e / dev Sigma directory was not created before
[ { "change_type": "MODIFY", "old_path": "docker/dev/build/docker-entrypoint.sh", "new_path": "docker/dev/build/docker-entrypoint.sh", "diff": "@@ -15,7 +15,7 @@ if [ \"$1\" = 'timesketch' ]; then\ncp /usr/local/src/timesketch/data/ontology.yaml /etc/timesketch/\nln -s /usr/local/src/timesketch/data/s...
Python
Apache License 2.0
google/timesketch
Changed docker config: e2e / dev Sigma directory was not created before (#1650)
263,135
28.02.2021 15:06:31
-3,600
f52747c0e9e419234f8ed6c7f55ff8325f84a73f
Added the ability to use elasticsearch with SSL but without username/password authentication.
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/datastores/elastic.py", "new_path": "timesketch/lib/datastores/elastic.py", "diff": "@@ -89,10 +89,15 @@ class ElasticsearchDataStore(object):\nself.verify = current_app.config.get('ELASTIC_VERIFY_CERTS', True)\nif self.ssl:\n- self.client = Ela...
Python
Apache License 2.0
google/timesketch
Added the ability to use elasticsearch with SSL but without username/password authentication. (#1645)
263,096
28.02.2021 18:59:17
-3,600
81f91a898ea28fc57f00a33d1f94b5c22b00fc0e
Fixed few minor checks in sigma libraries where unittests did not reflect the reality
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sigma.py", "new_path": "api_client/python/timesketch_api_client/sigma.py", "diff": "@@ -158,7 +158,12 @@ class Sigma(resource.BaseResource):\napi=self.api, resource_uri=self.resource_uri)\nself.lazyload_data(refresh_cach...
Python
Apache License 2.0
google/timesketch
Fixed few minor checks in sigma libraries where unittests did not reflect the reality (#1647)
263,096
28.02.2021 23:35:49
-3,600
da936fafe36dd0d950bfe34af235f3bd5441f87c
Fixed some lint issues in the the e2e Docker readme file
[ { "change_type": "MODIFY", "old_path": "docker/e2e/README.md", "new_path": "docker/e2e/README.md", "diff": "Timesketch has support for Docker. This is a convenient way of getting up and running.\nNOTE: Windows based host systems are not supported at this time.\n-### Install Docker\n+## Install Docke...
Python
Apache License 2.0
google/timesketch
Fixed some lint issues in the the e2e Docker readme file (#1653)
263,133
01.03.2021 12:43:46
0
78efda91972e72832e1e0f5cbe730562f4873a95
Added search templates to API and API client
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/error.py", "new_path": "api_client/python/timesketch_api_client/error.py", "diff": "@@ -92,7 +92,8 @@ def get_response_json(response, logger):\ntry:\nreturn response.json()\nexcept json.JSONDecodeError as e:\n- logger.er...
Python
Apache License 2.0
google/timesketch
Added search templates to API and API client (#1643)
263,133
01.03.2021 13:43:39
0
be9f516eb92ae2d99b380aa7b1894a0eac83e2db
Forgot to include the `searchtemplate.py` file in the last PR
[ { "change_type": "ADD", "old_path": null, "new_path": "api_client/python/timesketch_api_client/searchtemplate.py", "diff": "+# Copyright 2021 Google Inc. All rights reserved.\n+#\n+# Licensed under the Apache License, Version 2.0 (the \"License\");\n+# you may not use this file except in compliance ...
Python
Apache License 2.0
google/timesketch
Forgot to include the `searchtemplate.py` file in the last PR (#1655)
263,133
03.03.2021 13:01:30
0
c0e575550690bc4e4c59e8a0fd5c2ee42cea88f1
Cleaned up some of the API code.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/index.py", "new_path": "api_client/python/timesketch_api_client/index.py", "diff": "@@ -42,9 +42,9 @@ class SearchIndex(resource.BaseResource):\nself.id = searchindex_id\nself._labels = []\nself._searchindex_name = searc...
Python
Apache License 2.0
google/timesketch
Cleaned up some of the API code. (#1657)
263,133
04.03.2021 13:12:38
0
6788356ade315873a79fabadbb51e08b860e6e2e
Made slight changes to the API client and REST API.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/config.py", "new_path": "api_client/python/timesketch_api_client/config.py", "diff": "@@ -478,7 +478,11 @@ def configure_missing_parameters(\nif config_assistant.missing:\n# We still have unanswered questions.\n- return ...
Python
Apache License 2.0
google/timesketch
Made slight changes to the API client and REST API. (#1664)
263,093
09.03.2021 08:05:49
-3,600
fa100f6d4c38d581c408ba58a9d08c0f79264a97
Update 2021_timesketch_summit.md
[ { "change_type": "MODIFY", "old_path": "docs/events/2021_timesketch_summit.md", "new_path": "docs/events/2021_timesketch_summit.md", "diff": "@@ -24,7 +24,7 @@ Please use the [Google form](https://forms.gle/1D23n4SkoCPay1eDA) to sign up.\n## Agenda and talks\n-- Presentations: 16:00 - 18:15 UTC\n+- ...
Python
Apache License 2.0
google/timesketch
Update 2021_timesketch_summit.md
263,133
10.03.2021 08:28:32
0
e6205eaf6576a29b369b951189e1fd338d56d008
Added several enhancements to the importer and importer tasks.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -499,6 +499,26 @@ class TimesketchApi:\nsearchindex_id = response_dict['objects'][0]['id']\nreturn self.get_searchindex(searchindex...
Python
Apache License 2.0
google/timesketch
Added several enhancements to the importer and importer tasks. (#1667)
263,133
11.03.2021 10:35:04
0
3013e20cf834f6517c7ee31716b150f9d470b133
Changed how the NAN values are filled in for CSV ingestion.
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/datastores/elastic.py", "new_path": "timesketch/lib/datastores/elastic.py", "diff": "@@ -32,7 +32,6 @@ from elasticsearch.exceptions import RequestError\nfrom elasticsearch.exceptions import ConnectionError\nfrom flask import abort\nfrom flask i...
Python
Apache License 2.0
google/timesketch
Changed how the NAN values are filled in for CSV ingestion. (#1676)
263,133
15.03.2021 09:08:49
0
f1c45f476ebd53c5472131fe2f86d8a39b67f8b6
Minor bug fixes to the API client
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/search.py", "new_path": "api_client/python/timesketch_api_client/search.py", "diff": "@@ -702,6 +702,12 @@ class Search(resource.SketchResource):\n@indices.setter\ndef indices(self, indices):\n\"\"\"Make changes to the c...
Python
Apache License 2.0
google/timesketch
Minor bug fixes to the API client (#1686)
263,144
19.03.2021 14:50:07
-3,600
37f5bd5a20451c9a625c0c8cdf6c387a49c5e131
Fixed broken links in README.md Fix broken links
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -27,23 +27,23 @@ Timesketch is an open-source tool for collaborative forensic timeline analysis.\n## Getting started\n#### Installation\n-* [Install Timesketch](docs/admin-guide/install.md)\n+* [Install Timesket...
Python
Apache License 2.0
google/timesketch
Fixed broken links in README.md (#1696) Fix broken links
263,109
22.03.2021 09:22:19
-3,600
8f51d3a778df9bed788fec06799d1983d71064bc
Updated link The link was broken: It has been fixed
[ { "change_type": "MODIFY", "old_path": "docker/release/README.md", "new_path": "docker/release/README.md", "diff": "# Release Docker images\n-For instruction on how to deploy, see: https://github.com/google/timesketch/blob/master/docs/Installation.md\n\\ No newline at end of file\n+For instruction o...
Python
Apache License 2.0
google/timesketch
Updated link (#1702) The link was broken: It has been fixed
263,133
23.03.2021 08:19:26
0
6d66c2a23bf1f13b82876ccb0667e945a978f3d7
Changed how import errors are presented as well as ability to change passwords for the current user.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -925,9 +925,14 @@ class Sketch(resource.BaseResource):\nraise RuntimeError(\n'Unable to list timelines on an archived sketch.')\n- ...
Python
Apache License 2.0
google/timesketch
Changed how import errors are presented as well as ability to change passwords for the current user. (#1700)
263,133
25.03.2021 14:29:21
0
28ea5ad804d4bc6a6fa62efd84f8a64560954ca7
Added upper memory limits to psort.
[ { "change_type": "MODIFY", "old_path": "data/timesketch.conf", "new_path": "data/timesketch.conf", "diff": "@@ -148,6 +148,11 @@ CELERY_RESULT_BACKEND = 'redis://127.0.0.1:6379'\n# for plaso files.\nPLASO_MAPPING_FILE = '/etc/timesketch/plaso.mappings'\n+# Upper limits for the process memory that ps...
Python
Apache License 2.0
google/timesketch
Added upper memory limits to psort. (#1722)
263,131
25.03.2021 23:04:33
-28,800
d0664c47a97b4a51ff7586f227faa2ee20841ade
Allow other OIDC providers for authentication
[ { "change_type": "MODIFY", "old_path": "data/timesketch.conf", "new_path": "data/timesketch.conf", "diff": "@@ -109,8 +109,20 @@ GOOGLE_IAP_PUBLIC_KEY_URL = 'https://www.gstatic.com/iap/verify/public_key'\n# that user should be allowed to access the server.\n# Enable Cloud OIDC authentication suppor...
Python
Apache License 2.0
google/timesketch
Allow other OIDC providers for authentication (#1717)
263,096
31.03.2021 01:13:59
-7,200
2a6f6289f4f41313c94bcd0ca9279d82d79d7878
Updated developer-guide.md The command displayed was wrong
[ { "change_type": "MODIFY", "old_path": "docs/developers/developer-guide.md", "new_path": "docs/developers/developer-guide.md", "diff": "@@ -107,7 +107,7 @@ End2end (e2e) tests are run on Github with every commit. Those tests will setup\nTo run the e2e-tests locally execute to setup the e2e docker im...
Python
Apache License 2.0
google/timesketch
Updated developer-guide.md (#1725) The command displayed was wrong
263,096
11.04.2021 11:57:20
-7,200
726d088b975e61cb16958278a71f4e01cd90d99a
Add Get Timesketch client object into dev/notebook snippet That should be something that people do on a regular base...
[ { "change_type": "MODIFY", "old_path": "docker/dev/build/snippets.json", "new_path": "docker/dev/build/snippets.json", "diff": "\"# agg.title = 'Top 10 Domains'\",\n\"# agg.save()\"\n]\n- }\n+ },\n+ {\n+ \"name\" : \"Get Timesketch client object\",\n+ \"code\" : [\n+ \"# Execute cell in order to get...
Python
Apache License 2.0
google/timesketch
Add Get Timesketch client object into dev/notebook snippet (#1737) That should be something that people do on a regular base...
263,093
11.04.2021 14:47:21
-7,200
04fb2cdb1bef5ad8652648673f7d1215295f63cd
Set timeline ID in the GCS importer * Set timeline ID in the GCS importer Quick fix for the GCS importer. * Update contrib/gcs_importer.py
[ { "change_type": "MODIFY", "old_path": "contrib/gcs_importer.py", "new_path": "contrib/gcs_importer.py", "diff": "@@ -77,7 +77,7 @@ def setup_sketch(timeline_name, index_name, username, sketch_id=None):\nsketch_id: (str) Optional sketch_id to add timeline to\nReturns:\n- (str) Sketch ID\n+ (tuple) s...
Python
Apache License 2.0
google/timesketch
Set timeline ID in the GCS importer (#1738) * Set timeline ID in the GCS importer Quick fix for the GCS importer. * Update contrib/gcs_importer.py Co-authored-by: Johan Berggren <jberggren@gmail.com> Co-authored-by: Kristinn <kristinn@log2timeline.net>
263,096
12.04.2021 12:24:59
-7,200
762b7f564fef6ba0524c6a4e255a43e1ea69623f
Fixed a bug in Sigma
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources_test.py", "new_path": "timesketch/api/v1/resources_test.py", "diff": "@@ -405,7 +405,12 @@ class SigmaListResourceTest(BaseTest):\n'*apt-get install zmap*'\n]\n},\n- 'es_query': '*apt\\\\-get\\\\ install\\\\ zmap*',\n+ 'es_query':\n...
Python
Apache License 2.0
google/timesketch
Fixed a bug in Sigma (#1741)
263,096
12.04.2021 12:34:25
-7,200
cb62b592ad36e33f54b9a3399b147827ddcfe329
Added os filsystem information to sigma mappings That is especially useful if plaso parsed image timelines are ingested into TS.
[ { "change_type": "MODIFY", "old_path": "data/sigma_config.yaml", "new_path": "data/sigma_config.yaml", "diff": "@@ -70,6 +70,11 @@ logsources:\nconditions:\nsource_name:\n- \"Microsoft-Windows-Security-Auditing\"\n+ os:\n+ service: filesystem\n+ conditions:\n+ data_type:\n+ - \"fs:stat\"\nfieldmappi...
Python
Apache License 2.0
google/timesketch
Added os filsystem information to sigma mappings (#1734) That is especially useful if plaso parsed image timelines are ingested into TS. Co-authored-by: Kristinn <kristinn@log2timeline.net>
263,096
18.04.2021 12:49:34
-7,200
47161572d8870283b132d0ec89628449df0e76d4
Added Sigma api e2e as well as a notebook example
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sigma.py", "new_path": "api_client/python/timesketch_api_client/sigma.py", "diff": "@@ -78,7 +78,7 @@ class Sigma(resource.BaseResource):\n@property\ndef rule_uuid(self):\n\"\"\"Returns the rule id.\"\"\"\n- return self....
Python
Apache License 2.0
google/timesketch
Added Sigma api e2e as well as a notebook example (#1730)
263,171
30.04.2021 15:44:56
-7,200
3121bfb3c2ae6fc94fc06cf247c0cef52fcfca9d
Added generic mappings for CSV/JSON ingestion
[ { "change_type": "MODIFY", "old_path": "contrib/deploy_timesketch.sh", "new_path": "contrib/deploy_timesketch.sh", "diff": "@@ -80,6 +80,7 @@ curl -s $GITHUB_BASE_URL/docker/release/config.env > timesketch/config.env\ncurl -s $GITHUB_BASE_URL/data/timesketch.conf > timesketch/etc/timesketch/timesket...
Python
Apache License 2.0
google/timesketch
Added generic mappings for CSV/JSON ingestion (#1753)
263,093
17.05.2021 15:19:33
-7,200
6c733f4f4c50229012531ab02705ba42ccce64f7
get first entry based on ID
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/explore.py", "new_path": "timesketch/api/v1/resources/explore.py", "diff": "@@ -425,7 +425,8 @@ class SearchHistoryResource(resources.ResourceMixin, Resource):\ntree = {}\nroot_node = SearchHistory.query.filter_by(\n- user=current_u...
Python
Apache License 2.0
google/timesketch
get first entry based on ID (#1773)