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
18.05.2021 14:52:53
-7,200
6de13f54a83133e19dbe7d58d32b6cbdd3f582cb
Change from OR to AND
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/datastores/elastic.py", "new_path": "timesketch/lib/datastores/elastic.py", "diff": "@@ -338,7 +338,10 @@ class ElasticsearchDataStore(object):\nif query_string:\nquery_dsl['query']['bool']['must'].append(\n- {'query_string': {'query': query_str...
Python
Apache License 2.0
google/timesketch
Change from OR to AND (#1775)
263,113
19.05.2021 17:23:09
-10,800
a5f086094409446ae408d71f89a3df4c1ba085c5
Fixed some links pointing to non-existing docs
[ { "change_type": "MODIFY", "old_path": "docs/learn/basic-concepts.md", "new_path": "docs/learn/basic-concepts.md", "diff": "@@ -12,13 +12,13 @@ Use the credentials provided by your Timesketch admin to log on to Timesketch or\nThere is a dedicated document to walk you through [Sketches](sketch-overvi...
Python
Apache License 2.0
google/timesketch
Fixed some links pointing to non-existing docs (#1776)
263,133
26.05.2021 15:30:29
0
d66cf7d3791882ed3a44d34bcbfa47b233014953
Changed how sketch attributes are stored and read from datastore.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/sketch.py", "new_path": "api_client/python/timesketch_api_client/sketch.py", "diff": "@@ -234,7 +234,8 @@ class Sketch(resource.BaseResource):\nArgs:\nname (str): The name of the attribute.\n- values (list): A list of st...
Python
Apache License 2.0
google/timesketch
Changed how sketch attributes are stored and read from datastore. (#1789)
263,112
26.05.2021 10:33:33
18,000
4a13f6c0b5f8c5a1ab44851bc466da3fb63f813f
Updated the documentation, there was a broken link in getting started
[ { "change_type": "MODIFY", "old_path": "docs/getting-started/upload-data.md", "new_path": "docs/getting-started/upload-data.md", "diff": "@@ -69,5 +69,5 @@ appears below the timelines.\nThe importer client defines an importer library that is used to help with\nfile or data uploads. This is documente...
Python
Apache License 2.0
google/timesketch
Updated the documentation, there was a broken link in getting started (#1788) Co-authored-by: Kristinn <kristinn@log2timeline.net>
263,133
26.05.2021 16:17:19
0
ee8c01c74171b6df0fbcf5722938e8ba12d15885
Fixed a minor issue in the attribute reST API.
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/attribute.py", "new_path": "timesketch/api/v1/resources/attribute.py", "diff": "import logging\n+from flask import jsonify\nfrom flask import request\nfrom flask import abort\nfrom flask_restful import Resource\n@@ -79,7 +80,7 @@ cl...
Python
Apache License 2.0
google/timesketch
Fixed a minor issue in the attribute reST API. (#1790)
263,129
31.05.2021 15:48:00
-7,200
4f181410b56a8d360d96c56e01105aa066f038ec
Fix broken attribute count in navbar
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/AppNavbarSecondary.vue", "new_path": "timesketch/frontend/src/components/AppNavbarSecondary.vue", "diff": "@@ -67,7 +67,7 @@ limitations under the License.\n<li v-if=\"meta\" v-bind:class=\"{'is-active': currentPage === 'attr...
Python
Apache License 2.0
google/timesketch
Fix broken attribute count in navbar (#1795)
263,096
02.06.2021 18:16:30
-7,200
a069bfd81d83aa9a9b2789dab653489210b62f41
Added Youtube Channel and Twitter account to docs
[ { "change_type": "MODIFY", "old_path": "docs/community/resources.md", "new_path": "docs/community/resources.md", "diff": "### Slack community\nJoin the [DFIR Timesketch Slack community](https://github.com/open-source-dfir/slack).\n+\n+### Youtube\n+\n+* [Timesketch Youtube Channel](https://www.youtu...
Python
Apache License 2.0
google/timesketch
Added Youtube Channel and Twitter account to docs (#1802)
263,096
03.06.2021 11:53:41
-7,200
0af81faed33cbdb7431538e90209b7f3e8b35d08
Updated Sigma tagging and added few improvements to sigma handling
[ { "change_type": "ADD", "old_path": null, "new_path": "data/sigma_blocklist.csv", "diff": "+path,bad,reason,last_ckecked,rule_id\n+application/app,bad,not checked yet,2021-05-04,\n+apt/apt_silence,bad,not checked yet,2021-05-04,\n+cloud/aws_,bad,not checked yet,2021-05-04,\n+compliance/,bad,not chec...
Python
Apache License 2.0
google/timesketch
Updated Sigma tagging and added few improvements to sigma handling (#1766)
263,096
04.06.2021 11:11:03
-7,200
0cfb6b4fd7e0d55b2197dc8a76487b8881365fac
Improved the Sigma verify tool
[ { "change_type": "MODIFY", "old_path": "test_tools/sigma_verify_rules.py", "new_path": "test_tools/sigma_verify_rules.py", "diff": "@@ -118,9 +118,9 @@ def run_verifier(rules_path, config_file_path, blocklist_path=None):\ncontinue\nrule_file_path = os.path.join(dirpath, rule_filename)\n-\nblock_beca...
Python
Apache License 2.0
google/timesketch
Improved the Sigma verify tool (#1804)
263,133
04.06.2021 12:03:28
0
3907a5982bcd2b97ee03cdf816adeddceaead34f
add a logger statement.
[ { "change_type": "MODIFY", "old_path": "importer_client/python/tools/timesketch_importer.py", "new_path": "importer_client/python/tools/timesketch_importer.py", "diff": "@@ -361,6 +361,7 @@ def main(args=None):\nconf_password = ''\nif credentials:\n+ logger.info('Using cached credentials.')\nif cred...
Python
Apache License 2.0
google/timesketch
add a logger statement. (#1806)
263,111
22.06.2021 20:22:17
-36,000
3e6d7c98184bb5250cca94aedc4c7e351c734eab
Fix to Time Filter Removal behavior Closes
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/views/Explore.vue", "new_path": "timesketch/frontend/src/views/Explore.vue", "diff": "@@ -185,7 +185,7 @@ limitations under the License.\n<span class=\"fa-stack fa-lg is-small\" style=\"margin-left:5px; width:20px;\">\n<i class=\"fas fa...
Python
Apache License 2.0
google/timesketch
Fix to Time Filter Removal behavior (#1843) Closes #1832 Co-authored-by: Johan Berggren <jberggren@gmail.com>
263,095
22.06.2021 15:15:31
0
59b26154a859a3c50c7a398bd2e0c3b6efa83fe8
Adding copy function to EventListRow and EvetlistRowDetail
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/Explore/EventListRow.vue", "new_path": "timesketch/frontend/src/components/Explore/EventListRow.vue", "diff": "@@ -165,6 +165,13 @@ limitations under the License.\nstyle=\"margin-right:5px; border:1px solid #d1d1d1;\"\n>{{ la...
Python
Apache License 2.0
google/timesketch
Adding copy function to EventListRow and EvetlistRowDetail
263,095
24.06.2021 08:11:02
0
b7c7c87b2a4a194f45a58fbc77199c3778731df6
make the copy message nicer and disappear
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/Explore/EventListRow.vue", "new_path": "timesketch/frontend/src/components/Explore/EventListRow.vue", "diff": "@@ -454,19 +454,15 @@ export default {\ntry {\nconst el = document.createElement('textarea');\nel.value = value;\n...
Python
Apache License 2.0
google/timesketch
make the copy message nicer and disappear
263,130
30.06.2021 13:39:56
-36,000
70e06ccce629af3e84571bed741a88923aeb7922
Update features.yaml Extend SSH regex to support public key authentication logs
[ { "change_type": "MODIFY", "old_path": "data/features.yaml", "new_path": "data/features.yaml", "diff": "@@ -142,5 +142,5 @@ ssh_client_password_ipv4_addresses:\nquery_string: 'reporter:\"sshd\"'\nattribute: 'message'\nstore_as: 'client_ip'\n- re: '^\\[sshd, pid: \\d+\\] (Accepted|Failed) password fo...
Python
Apache License 2.0
google/timesketch
Update features.yaml Extend SSH regex to support public key authentication logs
263,095
30.06.2021 09:54:29
0
86bb9060943094ec52aa03f2cd733f00bf16f4a0
use vue-clipboard2
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/Explore/EventListRow.vue", "new_path": "timesketch/frontend/src/components/Explore/EventListRow.vue", "diff": "@@ -169,7 +169,8 @@ limitations under the License.\nclass=\"icon is-small\"\nstyle=\"cursor:pointer;float:right;\"...
Python
Apache License 2.0
google/timesketch
use vue-clipboard2
263,095
30.06.2021 10:41:40
0
8c877508196eb1dde74feb68b74e8dc1b8ff5f1d
make copy button in Event List hover
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/Explore/EventListRow.vue", "new_path": "timesketch/frontend/src/components/Explore/EventListRow.vue", "diff": "@@ -30,7 +30,7 @@ limitations under the License.\n</tr>\n<!-- The event -->\n- <tr>\n+ <tr @mouseover=\"hover = tr...
Python
Apache License 2.0
google/timesketch
make copy button in Event List hover
263,096
30.06.2021 15:30:20
-7,200
b16cc797ff597e55880a08074a16708d4de99578
UX local dev doc updates
[ { "change_type": "MODIFY", "old_path": "docs/developers/developer-guide.md", "new_path": "docs/developers/developer-guide.md", "diff": "@@ -264,8 +264,8 @@ Add Yarn repo\n```bash\n$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -\n$ echo \"deb https://dl.yarnpkg.com/debian/ st...
Python
Apache License 2.0
google/timesketch
UX local dev doc updates (#1862)
263,095
01.07.2021 10:00:05
0
48245b8f3282ef7a4387477cae1ae85b477d85f7
initial sysadmin guide
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/sysadmin/install.md", "diff": "+See [here](/docs/getting-started/install.md)\n\\ No newline at end of file\n" }, { "change_type": "RENAME", "old_path": "docs/learn/server-admin.md", "new_path": "docs/sysadmin/server-admin.md...
Python
Apache License 2.0
google/timesketch
initial sysadmin guide
263,096
02.07.2021 09:00:28
-7,200
a28fd3b1fa069ed794685736b2f6eb593381da0f
remove capitalize from event list
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/Explore/EventList.vue", "new_path": "timesketch/frontend/src/components/Explore/EventList.vue", "diff": "@@ -22,7 +22,7 @@ limitations under the License.\n<input type=\"checkbox\" v-on:click=\"toggleSelectAll\" />\n</span>\n<...
Python
Apache License 2.0
google/timesketch
remove capitalize from event list (#1864)
263,096
08.07.2021 00:00:34
-7,200
31a351c2c2b2c09bd57f0d3ae1db2a9d508971ed
Mention WTF_CSRF_TIME_LIMIT in timesketch.conf
[ { "change_type": "MODIFY", "old_path": "data/timesketch.conf", "new_path": "data/timesketch.conf", "diff": "@@ -261,3 +261,10 @@ EXTERNAL_HOST_URL = 'https://localhost'\nSIGMA_RULES_FOLDERS = ['/etc/timesketch/sigma/rules/']\nSIGMA_CONFIG = '/etc/timesketch/sigma_config.yaml'\nSIGMA_TAG_DELAY = 5\n+...
Python
Apache License 2.0
google/timesketch
Mention WTF_CSRF_TIME_LIMIT in timesketch.conf (#1870) https://github.com/google/timesketch/issues/1794
263,111
07.08.2021 02:32:23
-36,000
18a5841bb5a1fb0fb5216bf351d441f75f19292d
Extended tsctl.py to add users to a sketch * Extended tsctl.py to add users to a sketch A function to grant a user access to a sketch. * Update tsctl.py Fixed linter errors about bad indentation. * Update tsctl.py Fixed another linter error about a long line.
[ { "change_type": "MODIFY", "old_path": "timesketch/tsctl.py", "new_path": "timesketch/tsctl.py", "diff": "@@ -68,6 +68,33 @@ class DropDataBaseTables(Command):\ndrop_all()\n+class GrantUser(Command):\n+ \"\"\"Grant a user user access to a sketch.\"\"\"\n+ option_list = (\n+ Option('--username', '-u'...
Python
Apache License 2.0
google/timesketch
Extended tsctl.py to add users to a sketch (#1886) * Extended tsctl.py to add users to a sketch A function to grant a user access to a sketch. * Update tsctl.py Fixed linter errors about bad indentation. * Update tsctl.py Fixed another linter error about a long line.
263,103
09.08.2021 16:18:39
-14,400
e936c011fd0dd946650d4d1735c3ed01fd74a849
Fixed issue 1871
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/views/Explore.vue", "new_path": "timesketch/frontend/src/views/Explore.vue", "diff": "@@ -949,7 +949,7 @@ export default {\nthis.selectedLabels.forEach(label => {\nlet chip = {\nfield: '',\n- value: label.label,\n+ value: label,\ntype: ...
Python
Apache License 2.0
google/timesketch
Fixed issue 1871 (#1893) Co-authored-by: Hussein Khalifa <hkhalifa@google.com>
263,093
16.08.2021 10:34:49
-7,200
dff6559b3b93a6cee7356e4e23e05f11d168bfcc
Fix double value text
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/Explore/EventListRowDetail.vue", "new_path": "timesketch/frontend/src/components/Explore/EventListRowDetail.vue", "diff": "@@ -48,7 +48,6 @@ limitations under the License.\n<td style=\"white-space:pre-wrap;word-wrap: break-wo...
Python
Apache License 2.0
google/timesketch
Fix double value text (#1900)
263,096
16.08.2021 18:12:27
-7,200
dee63a81f3861e4d1e4e64f9fe351c37abd94983
1895 bugfix copy buttons * remove copy button from EventList * Copy Button: Dark. hover, moved * dist folder * Revert "dist folder" This reverts commit
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/Explore/EventListRow.vue", "new_path": "timesketch/frontend/src/components/Explore/EventListRow.vue", "diff": "@@ -30,7 +30,7 @@ limitations under the License.\n</tr>\n<!-- The event -->\n- <tr @mouseover=\"hover = true\" @mo...
Python
Apache License 2.0
google/timesketch
1895 bugfix copy buttons (#1906) * remove copy button from EventList * Copy Button: Dark. hover, moved * dist folder * Revert "dist folder" This reverts commit 10729a8fb40a94f0ab55ec0a15c1edf6b094bb24.
263,093
17.08.2021 14:34:58
-7,200
fc8e029604dea59475750c822f68c72f1fa41049
Only create saved search if there are any sessions created
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/ssh_sessionizer.py", "new_path": "timesketch/lib/analyzers/ssh_sessionizer.py", "diff": "@@ -85,8 +85,9 @@ class SSHSessionizerSketchPlugin(sessionizer.SessionizerSketchPlugin):\nif process_id in started_sessions_ids.keys():\nself.anno...
Python
Apache License 2.0
google/timesketch
Only create saved search if there are any sessions created (#1909)
263,096
17.08.2021 22:54:00
-7,200
7c01d273641706ea74ba6562e1f59370cf0d990a
fix the sigma_view
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/sigma_tagger.py", "new_path": "timesketch/lib/analyzers/sigma_tagger.py", "diff": "@@ -110,7 +110,7 @@ class SigmaPlugin(interface.BaseAnalyzer):\ntotal_tagged_events = sum(tags_applied.values())\noutput_strings.append('Applied {0:d} t...
Python
Apache License 2.0
google/timesketch
fix the sigma_view (#1910)
263,096
18.08.2021 15:39:42
-7,200
c633b50547da0888727e1d10f65547d5dab816c8
remove mans from various docs
[ { "change_type": "MODIFY", "old_path": ".github/workflows/unit-tests.yml", "new_path": ".github/workflows/unit-tests.yml", "diff": "@@ -56,7 +56,7 @@ jobs:\npython3-flask-restful python3-flask-script python3-flask-sqlalchemy \\\npython3-flaskext.wtf python3-google-auth python3-google-auth-oauthlib \...
Python
Apache License 2.0
google/timesketch
remove mans from various docs (#1912)
263,178
21.08.2021 15:29:39
-7,200
993701332ceb73aaa3f32cdc2fe58aebad092da9
Corrected docstring in setup.py
[ { "change_type": "MODIFY", "old_path": "setup.py", "new_path": "setup.py", "diff": "@@ -48,7 +48,7 @@ def parse_requirements_from_file(path):\npath (str): path to the requirements file.\nYields:\n- pkg_resources.Requirement: package resource requirement.\n+ str: package resource requirement.\n\"\"\"...
Python
Apache License 2.0
google/timesketch
Corrected docstring in setup.py (#1926)
263,093
10.09.2021 08:49:54
-7,200
745659fc285e0373009919aeeeb987c3166d7efe
timestamp in microseconds since epoch
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/utils.py", "new_path": "timesketch/lib/utils.py", "diff": "@@ -258,7 +258,8 @@ def read_and_validate_jsonl(file_handle):\nlinedict['datetime'] = dt.isoformat()\nif 'timestamp' not in ld_keys and 'datetime' in ld_keys:\ntry:\n- linedict['timestam...
Python
Apache License 2.0
google/timesketch
timestamp in microseconds since epoch (#1939)
263,093
13.09.2021 01:11:21
-7,200
f3faad7e268d931a56f3f2e6c51654989c8dff5a
Update plaso.mappings * Update plaso.mappings Closes * Update data/plaso.mappings
[ { "change_type": "MODIFY", "old_path": "data/plaso.mappings", "new_path": "data/plaso.mappings", "diff": "\"version\": {\n\"type\": \"text\",\n\"fields\": {\"keyword\": {\"type\": \"keyword\"}}\n+ },\n+ \"http_response_bytes\": {\n+ \"type\": \"text\",\n+ \"fields\": {\"keyword\": {\"type\": \"keywo...
Python
Apache License 2.0
google/timesketch
Update plaso.mappings (#1941) * Update plaso.mappings Closes #1935 * Update data/plaso.mappings
263,129
15.09.2021 09:28:12
-7,200
87eabdcafd18c48d858134f4b6a9053707ffb48f
Check missing attributes
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/AppNavbarSecondary.vue", "new_path": "timesketch/frontend/src/components/AppNavbarSecondary.vue", "diff": "@@ -132,7 +132,7 @@ export default {\nreturn Object.entries(this.meta.attributes).length\n},\nintelligenceCount() {\n-...
Python
Apache License 2.0
google/timesketch
Check missing attributes (#1943)
263,096
15.09.2021 09:29:42
-7,200
7bd8a11f2e5999b8046cb201c71fe00b35e141f4
initiatl sizing doc
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/getting-started/sizing.md", "diff": "+# Sizing and limitations\n+\n+Timesketch is designed to scale.\n+\n+The minimum system requirements are:\n+\n+* Machine with Ubuntu 20.04 installed.\n+* At least 8GB RAM, but more the better.\n+* Option...
Python
Apache License 2.0
google/timesketch
initiatl sizing doc (#1947)
263,095
23.09.2021 07:43:36
0
362919f05bffb10b12ecea32ee2e975ccb0a334c
add GCP to sigma config file / mapping
[ { "change_type": "MODIFY", "old_path": "data/sigma_blocklist.csv", "new_path": "data/sigma_blocklist.csv", "diff": "@@ -2,6 +2,11 @@ path,bad,reason,last_ckecked,rule_id\napplication/app,bad,not checked yet,2021-05-04,\napt/apt_silence,bad,not checked yet,2021-05-04,\ncloud/aws_,bad,not checked yet,...
Python
Apache License 2.0
google/timesketch
add GCP to sigma config file / mapping
263,093
04.10.2021 15:02:16
-7,200
176a5aaed69348fcd690b0e15f581d7492dda996
Run tagger and feature extractor as multiple tasks
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/feature_extraction.py", "new_path": "timesketch/lib/analyzers/feature_extraction.py", "diff": "@@ -29,8 +29,6 @@ class FeatureExtractionSketchPlugin(interface.BaseAnalyzer):\nDISPLAY_NAME = 'Feature extractor'\nDESCRIPTION = 'Extract f...
Python
Apache License 2.0
google/timesketch
Run tagger and feature extractor as multiple tasks
263,093
04.10.2021 15:56:43
-7,200
5bcdaea399cc8100ae835d7e43a9193df883a50f
remove test sleep
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/feature_extraction.py", "new_path": "timesketch/lib/analyzers/feature_extraction.py", "diff": "@@ -164,8 +164,6 @@ class FeatureExtractionSketchPlugin(interface.BaseAnalyzer):\nReturns:\nString with summary of the analyzer result.\n\"\...
Python
Apache License 2.0
google/timesketch
remove test sleep
263,096
04.10.2021 16:50:33
-7,200
1e9122c578f910b5da00b90b8bed6b72ce4d0b25
introduce multi analyzer to docs
[ { "change_type": "MODIFY", "old_path": "docs/developers/analyzer-development.md", "new_path": "docs/developers/analyzer-development.md", "diff": "# Write analyzers in Timesketch\n+## Multi Analyzer\n+\n+When you develop an anylzer that would benefit from creating smaller sub-jobs, you should use Mul...
Python
Apache License 2.0
google/timesketch
introduce multi analyzer to docs (#1961)
263,161
07.10.2021 15:44:00
-10,800
ba5e3bdc46e079b67998927ec181cbab0d0227c0
Added deploy_timesketch.ps1 Fixes
[ { "change_type": "ADD", "old_path": null, "new_path": "contrib/deploy_timesketch.ps1", "diff": "+# Requires powershell 6.0 or newer - just because the out-file does not support encoding of UTF8NoBom on older versions.\n+# This is a copy from the official Bash script of Timesketch. https://timesketch...
Python
Apache License 2.0
google/timesketch
Added deploy_timesketch.ps1 (#1953) Fixes #1082 Co-authored-by: Johan Berggren <jberggren@gmail.com>
263,093
11.10.2021 13:06:04
-7,200
3ebbd094548abe163fb4a49b92e9908897473a2e
Adding docs on how to update docs site
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/README.md", "diff": "+# Documentation\n+\n+This is the place for user facing documentation. This is the source for the public site https://timesketch.org/\n+\n+## Adding/edit docs\n+\n+We are using a site generation tool called mkdocs. It i...
Python
Apache License 2.0
google/timesketch
Adding docs on how to update docs site (#1971)
263,093
14.10.2021 16:09:15
-7,200
fdfd0fbb324222df7f96834b249bad929d9b1296
Remoce nav and toc from main page
[ { "change_type": "MODIFY", "old_path": "docs/index.md", "new_path": "docs/index.md", "diff": "+---\n+hide:\n+ - navigation\n+ - toc\n+---\n+\n# Timesketch\nTimesketch is an open-source tool for collaborative forensic timeline analysis. Using sketches you and your collaborators can easily organize yo...
Python
Apache License 2.0
google/timesketch
Remoce nav and toc from main page (#1982)
263,096
27.10.2021 16:56:34
-7,200
d282b8955dc1fc1e0aafc7876b4fa19cb450bf3b
add ParentImage to the sigma mapping
[ { "change_type": "MODIFY", "old_path": "data/sigma_config.yaml", "new_path": "data/sigma_config.yaml", "diff": "@@ -307,3 +307,4 @@ fieldmappings:\nHostName: xml_string #96b9f619-aa91-478f-bacb-c3e50f8df575\nHostApplication: xml_string #96b9f619-aa91-478f-bacb-c3e50f8df575\ngcp.audit.method_name: me...
Python
Apache License 2.0
google/timesketch
add ParentImage to the sigma mapping (#1996)
263,096
02.11.2021 14:47:05
-3,600
1e33109f2394e89198c04aa0c251519ff6577312
fix a testadd restarting services to the doc
[ { "change_type": "MODIFY", "old_path": "docs/developers/getting-started.md", "new_path": "docs/developers/getting-started.md", "diff": "@@ -93,6 +93,16 @@ In a new shell, run the following:\n$ docker-compose exec timesketch celery -A timesketch.lib.tasks worker --loglevel info\n```\n+### Restarting\...
Python
Apache License 2.0
google/timesketch
fix a testadd restarting services to the doc (#2004)
263,096
09.11.2021 16:18:54
-3,600
d42cddc70ce8df24080e844bebb429003e2e122f
fix csv
[ { "change_type": "MODIFY", "old_path": "data/sigma_blocklist.csv", "new_path": "data/sigma_blocklist.csv", "diff": "@@ -81,8 +81,8 @@ powershell_xor_commandline.yml, good, no sample data,2021-05-04,\nwin_powershell_web_request.yml, bad, multiple rules in one file,2021-05-04,\nwindows/process_access/...
Python
Apache License 2.0
google/timesketch
fix csv (#2014)
263,096
09.11.2021 18:19:25
-3,600
09f384de08ca05b9bbbf91c3951951966965e73e
another missing column
[ { "change_type": "MODIFY", "old_path": "data/sigma_blocklist.csv", "new_path": "data/sigma_blocklist.csv", "diff": "@@ -179,4 +179,4 @@ sysmon_wsman_provider_image_load.yml,bad, Failed to parse query,2021-05-05,\nrules/windows/file_event/sysmon_susp_desktop_ini.yml,good,9ac87754adb88a8ac14969bb4adae...
Python
Apache License 2.0
google/timesketch
another missing column (#2015)
263,137
09.11.2021 14:46:28
18,000
a1dfadc077f4fc2220a8d74de95e3003d7b99fa3
Fixed broken/outdated documentation URLs
[ { "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/getting-started/install.md)\n+* [Install Time...
Python
Apache License 2.0
google/timesketch
Fixed broken/outdated documentation URLs (#2017) Co-authored-by: Juan Leaniz <leaniz@google.com>
263,147
09.11.2021 19:53:31
0
15082210e561e8adb17308621b0bbecb186bf64c
added date search examples
[ { "change_type": "MODIFY", "old_path": "docs/guides/user/search-query-guide.md", "new_path": "docs/guides/user/search-query-guide.md", "diff": "@@ -174,8 +174,20 @@ Below are syntax elements and example regular expressions\n+### Date Related Searches\n+| Description |Example Query |\n+|-------------...
Python
Apache License 2.0
google/timesketch
added date search examples (#2013) Co-authored-by: Alexander J <741037+jaegeral@users.noreply.github.com> Co-authored-by: Johan Berggren <jberggren@gmail.com>
263,093
12.11.2021 13:20:54
-3,600
1917d0821e0ce1c86f99abe5d023b0ef31730813
Generate graph for a timeline
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/Graph/Graph.vue", "new_path": "timesketch/frontend/src/components/Graph/Graph.vue", "diff": "@@ -56,6 +56,29 @@ limitations under the License.\n</ts-dropdown>\n</div>\n+ <ts-dropdown>\n+ <template v-slot:dropdown-trigger-elem...
Python
Apache License 2.0
google/timesketch
Generate graph for a timeline (#2027)
263,096
12.11.2021 22:33:34
-3,600
b027bf370bb964a5ae039c0a80429cf54ec28862
make it clear to which ID the timeline is uploaded
[ { "change_type": "MODIFY", "old_path": "importer_client/python/tools/timesketch_importer.py", "new_path": "importer_client/python/tools/timesketch_importer.py", "diff": "@@ -484,7 +484,7 @@ def main(args=None):\ncontinue\nprint('[DONE]')\n- print(f'Timeline uploaded to ID: {timeline.id}.')\n+ print(...
Python
Apache License 2.0
google/timesketch
make it clear to which ID the timeline is uploaded (#2030)
263,130
19.11.2021 18:17:05
-39,600
900a18c4c2baf1839d3e57ed0989dfb269a62b00
Update sketch.py Update API documentation to reflect new location of the ontology.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": "@@ -232,7 +232,7 @@ class Sketch(resource.BaseResource):\nvalues (list): A list of values (in their correct type according\nto the ont...
Python
Apache License 2.0
google/timesketch
Update sketch.py (#2036) Update API documentation to reflect new location of the ontology.yaml file
263,096
24.11.2021 17:00:56
-3,600
bb0ca63130e2044ed5e1049c0a4ce98fffad39e3
mention celery job checking Add some celery worker troubleshooting
[ { "change_type": "MODIFY", "old_path": "docs/guides/admin/troubleshooting.md", "new_path": "docs/guides/admin/troubleshooting.md", "diff": "@@ -124,6 +124,19 @@ See your console output if you started the workers with:\ndocker exec -it $CONTAINER_ID celery -A timesketch.lib.tasks worker --loglevel=de...
Python
Apache License 2.0
google/timesketch
mention celery job checking (#2046) Add some celery worker troubleshooting
263,096
01.12.2021 14:44:58
-3,600
7179a44b670187240c57873745fdcefe6ccf445f
Update import-from-json-csv.md
[ { "change_type": "MODIFY", "old_path": "docs/guides/user/import-from-json-csv.md", "new_path": "docs/guides/user/import-from-json-csv.md", "diff": "@@ -8,6 +8,10 @@ You can ingest timeline data from a JSONL or CSV file. You can have any number o\n- `datetime` ISO8601 format for example: `2015-07-24T...
Python
Apache License 2.0
google/timesketch
Update import-from-json-csv.md (#2063)
263,093
20.12.2021 22:03:44
-3,600
232dee4d47871158392fd7770f0937536d6ac7a9
Change search backend to OpenSearch
[ { "change_type": "MODIFY", "old_path": "contrib/deploy_timesketch.ps1", "new_path": "contrib/deploy_timesketch.ps1", "diff": "@@ -21,8 +21,8 @@ if ((docker ps | sls timesketch) -ne $null) {\nexit\n}\n-#set the vm.max_map_count for elasticsearch in WSL\n-write-host \"Set the vm.max_map_count for Elas...
Python
Apache License 2.0
google/timesketch
Change search backend to OpenSearch (#2086)
263,093
20.12.2021 22:13:32
-3,600
b74fa03ed6f285230a7524188997126597599931
Update scaling-and-limits.md
[ { "change_type": "MODIFY", "old_path": "docs/guides/admin/scaling-and-limits.md", "new_path": "docs/guides/admin/scaling-and-limits.md", "diff": "@@ -12,13 +12,13 @@ These are the limitations:\n- Disk size: You can't save larger indexes than the physical hard disk space.\n-## Elastic indices limitat...
Python
Apache License 2.0
google/timesketch
Update scaling-and-limits.md
263,160
10.01.2022 14:04:59
-3,600
ad926c1c1c7ce034f2d3dc577711b1609565f748
bugfix 2097
[ { "change_type": "MODIFY", "old_path": "contrib/deploy_timesketch.sh", "new_path": "contrib/deploy_timesketch.sh", "diff": "@@ -93,8 +93,8 @@ echo -n \"* Edit configuration files..\"\nsed -i 's#SECRET_KEY = \\x27\\x3CKEY_GOES_HERE\\x3E\\x27#SECRET_KEY = \\x27'$SECRET_KEY'\\x27#' timesketch/etc/times...
Python
Apache License 2.0
google/timesketch
bugfix 2097 (#2099) Co-authored-by: Alexander J <741037+jaegeral@users.noreply.github.com>
263,165
12.01.2022 03:12:56
-39,600
43ec555d1331e277dce7154103451cb63bfe6984
Sketch attributes deleted via the API cannot be re-added by an analyzer Fixes
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/interface.py", "new_path": "timesketch/lib/analyzers/interface.py", "diff": "@@ -464,7 +464,8 @@ class Sketch(object):\ndata/ontology.yaml.\n\"\"\"\n# Check first whether the attribute already exists.\n- attribute = Attribute.query.fil...
Python
Apache License 2.0
google/timesketch
Sketch attributes deleted via the API cannot be re-added by an analyzer (#2101) Fixes #2051
263,129
13.01.2022 12:29:11
-3,600
5d4d8d1b42944f9cb41a40eb642a9d0b2339a9a6
Add intelligence to the navbar
[ { "change_type": "MODIFY", "old_path": "mkdocs.yml", "new_path": "mkdocs.yml", "diff": "@@ -21,6 +21,7 @@ nav:\n- Interactive notebook: guides/user/notebook.md\n- Import from JSON or CSV: guides/user/import-from-json-csv.md\n- Use Sigma: guides/user/sigma.md\n+ - Intelligence: guides/user/intelligen...
Python
Apache License 2.0
google/timesketch
Add intelligence to the navbar (#2106) Co-authored-by: Johan Berggren <jberggren@gmail.com>
263,096
14.01.2022 16:07:52
-3,600
054faf6ea16f8366b23e3b98bd7c8641f3c2dc63
Mention two blog post as reading recommendation * Mention two blog post as reading recommendation I think it will be beneficial for starters to read up on those two articles before getting started. * Update basic-concepts.md
[ { "change_type": "MODIFY", "old_path": "docs/guides/user/basic-concepts.md", "new_path": "docs/guides/user/basic-concepts.md", "diff": "Timesketch is built on multiple sketches, where one sketch is usually one case.\nEvery sketch can consist of multiple timelines with multiple views.\n+We highly rec...
Python
Apache License 2.0
google/timesketch
Mention two blog post as reading recommendation (#2107) * Mention two blog post as reading recommendation I think it will be beneficial for starters to read up on those two articles before getting started. * Update basic-concepts.md Co-authored-by: Johan Berggren <jberggren@gmail.com>
263,096
24.01.2022 22:25:16
-3,600
41fada01cec10960e57be9a569d12412cb23e040
Mention Common Windows EventLog question in Docu * Mention Common Windows EventLog question in Docu from time to time people ask questions about Windows event logs, as there is a good article written by Joachim, I added it to the documentation * Update search-query-guide.md
[ { "change_type": "MODIFY", "old_path": "docs/guides/user/search-query-guide.md", "new_path": "docs/guides/user/search-query-guide.md", "diff": "@@ -213,3 +213,7 @@ Here are some common searches:\n| ---------------------------- | ---------------------------------------------------------------- |\n| E...
Python
Apache License 2.0
google/timesketch
Mention Common Windows EventLog question in Docu (#2108) * Mention Common Windows EventLog question in Docu from time to time people ask questions about Windows event logs, as there is a good article written by Joachim, I added it to the documentation * Update search-query-guide.md Co-authored-by: Johan Bergg...
263,130
26.01.2022 03:14:51
-39,600
fe4d99381c1ea593e9d03ef643484f2830b13d0f
Update TsIOCMenu.vue Fix typo
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/Common/TsIOCMenu.vue", "new_path": "timesketch/frontend/src/components/Common/TsIOCMenu.vue", "diff": "@@ -143,7 +143,7 @@ export default {\n'intelligence'\n).then(() => {\nSnackbar.open({\n- message: 'Attribtue added success...
Python
Apache License 2.0
google/timesketch
Update TsIOCMenu.vue (#2118) Fix typo
263,096
25.01.2022 17:15:20
-3,600
7a2962a4afc7b0ddeb016e76b0d8f53f3959a903
Fix broken link to notebooks the current notebook link only works if you visit it on Github, but opening it on timesketch.org (where it should be)
[ { "change_type": "MODIFY", "old_path": "docs/developers/api-client.md", "new_path": "docs/developers/api-client.md", "diff": "@@ -580,4 +580,4 @@ The sketch object can be used to do several other actions that are not documente\n## Examples\n-There are several examples using the API client in the [no...
Python
Apache License 2.0
google/timesketch
Fix broken link to notebooks (#2105) the current notebook link only works if you visit it on Github, but opening it on timesketch.org (where it should be)
263,129
25.01.2022 17:16:10
-3,600
253bb736a8e17fd5428e9703b9a21285d6b94f98
Minor changes to intelligence view
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/components/AppNavbarSecondary.vue", "new_path": "timesketch/frontend/src/components/AppNavbarSecondary.vue", "diff": "@@ -16,9 +16,9 @@ limitations under the License.\n<template>\n<section\nclass=\"section\"\n- style=\"background-color:...
Python
Apache License 2.0
google/timesketch
Minor changes to intelligence view (#2116) Co-authored-by: Alexander J <741037+jaegeral@users.noreply.github.com>
263,126
07.02.2022 19:10:10
-39,600
548a5537a0bea0a5cb25176b0bcd013663ce73d2
Update FormatTimestamp.js Add nanosecond case
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/filters/FormatTimestamp.js", "new_path": "timesketch/frontend/src/filters/FormatTimestamp.js", "diff": "@@ -23,6 +23,8 @@ export default {\ninput = input / 1000 // microseconds -> milliseconds\n} else if (tsLength === 10) {\ninput = inp...
Python
Apache License 2.0
google/timesketch
Update FormatTimestamp.js (#2132) Add nanosecond case Co-authored-by: Alexander J <741037+jaegeral@users.noreply.github.com>
263,152
12.04.2022 21:33:52
-36,000
04fb4d140b3174ab0f97b3818dbcfb7bd57ab8c4
Update install.md add_user not an option for tsctl, its now create-user. added sudo to docker compose down and up
[ { "change_type": "MODIFY", "old_path": "docs/guides/admin/install.md", "new_path": "docs/guides/admin/install.md", "diff": "@@ -69,7 +69,7 @@ sudo docker-compose up -d\n### Create the first user\n```shell\n-sudo docker-compose exec timesketch-web tsctl add_user --username <USERNAME>\n+sudo docker-co...
Python
Apache License 2.0
google/timesketch
Update install.md (#2160) add_user not an option for tsctl, its now create-user. added sudo to docker compose down and up Co-authored-by: Alexander J <741037+jaegeral@users.noreply.github.com> Co-authored-by: Johan Berggren <jberggren@gmail.com>
263,111
14.04.2022 02:40:49
0
bf49b5bf5717983e925547535fac0250c90577f2
Use of "Conditoinal Field Mappings" to support translating the same name (in this instance TargetFilename) to different data fields, depending on the rule metadata (e.g. OS is Linux vs OS is Windows).
[ { "change_type": "MODIFY", "old_path": "data/sigma_config.yaml", "new_path": "data/sigma_config.yaml", "diff": "@@ -6,6 +6,11 @@ backends:\n- es-qr\n- es-rule\nlogsources:\n+ linux_file:\n+ category: file_event\n+ product: linux\n+ conditions:\n+ data_type: \"fs:stat\"\nsshd:\nservice: sshd\nconditi...
Python
Apache License 2.0
google/timesketch
Use of "Conditoinal Field Mappings" to support translating the same name (in this instance TargetFilename) to different data fields, depending on the rule metadata (e.g. OS is Linux vs OS is Windows).
263,096
22.04.2022 16:02:56
-7,200
47523ce90741b8fa39ae0a728b88edf81a182f95
update tsctl command create-user in getting started docs for devs
[ { "change_type": "MODIFY", "old_path": "docs/developers/getting-started.md", "new_path": "docs/developers/getting-started.md", "diff": "@@ -41,7 +41,7 @@ timesketch-dev | Timesketch development server is ready!\nAdd a user to your Timesketch server (this will add a user `dev` with password `dev`)\n`...
Python
Apache License 2.0
google/timesketch
update tsctl command create-user (#2172) in getting started docs for devs
263,096
22.04.2022 16:03:46
-7,200
11e9af4870bb596e5542c2a83448310ec1111f70
introduce debugging of test instructions
[ { "change_type": "MODIFY", "old_path": "docs/developers/testing.md", "new_path": "docs/developers/testing.md", "diff": "@@ -56,6 +56,20 @@ The unittests for the api client can use `mock` to emulate responses from the se\nTo introduce a new API endpoint to be tested, the endpoint needs to be register...
Python
Apache License 2.0
google/timesketch
introduce debugging of test instructions (#2174)
263,096
04.05.2022 14:23:15
-7,200
1b1ec02709473dca2eb72ab8ce74cc13479fc9d7
fix path to ts config in UI dev guide
[ { "change_type": "MODIFY", "old_path": "docs/developers/frontend-development.md", "new_path": "docs/developers/frontend-development.md", "diff": "@@ -36,7 +36,7 @@ Follow the steps in the previous section to get dependencies installed.\n### Tweak config files\n-* In your `timesketch` docker containe...
Python
Apache License 2.0
google/timesketch
fix path to ts config in UI dev guide (#2175)
263,165
18.05.2022 17:24:05
-36,000
c4483eb0b041acb1fd2239e752c526f527d0ef89
timesketch_cli_client.commands.search bug in timestamp handling Fixes
[ { "change_type": "MODIFY", "old_path": "cli_client/python/timesketch_cli_client/commands/search.py", "new_path": "cli_client/python/timesketch_cli_client/commands/search.py", "diff": "@@ -166,8 +166,8 @@ def search_group(\nfor time_range in time_ranges:\ntry:\nrange_chip = search.DateRangeChip()\n- ...
Python
Apache License 2.0
google/timesketch
timesketch_cli_client.commands.search bug in timestamp handling (#2186) Fixes #2185
263,116
24.05.2022 02:39:29
-7,200
aea5b74b362fe5fed2d445d322cc83f2dcd4e1c3
Fixed marked import
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/views/StoryContent.vue", "new_path": "timesketch/frontend/src/views/StoryContent.vue", "diff": "@@ -143,7 +143,7 @@ limitations under the License.\n<script>\nimport ApiClient from '../utils/RestApiClient'\n-import marked from 'marked'\n...
Python
Apache License 2.0
google/timesketch
Fixed marked import (#2190)
263,096
24.05.2022 17:12:41
-7,200
75a67d8567245374a933d409ccf7956e7c62eb35
add mutex to Sigma mapping
[ { "change_type": "MODIFY", "old_path": "data/sigma_config.yaml", "new_path": "data/sigma_config.yaml", "diff": "@@ -333,6 +333,7 @@ fieldmappings:\nHostApplication: xml_string #96b9f619-aa91-478f-bacb-c3e50f8df575\ngcp.audit.method_name: methodName\nParentImage: xml_string\n+ Mutex: message\nValue:\...
Python
Apache License 2.0
google/timesketch
add mutex to Sigma mapping (#2181)
263,129
03.06.2022 17:04:36
-7,200
4bbd77052a0d3095854d75f3c4221a37fe6e82c2
Escape backslashes and spaces in generated OpenSearch queries
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/views/Intelligence.vue", "new_path": "timesketch/frontend/src/views/Intelligence.vue", "diff": "@@ -340,6 +340,8 @@ export default {\n},\ngenerateOpenSearchQuery(value, field) {\nlet query = `\"${value}\"`\n+ // Escape special OpenSearc...
Python
Apache License 2.0
google/timesketch
Escape backslashes and spaces in generated OpenSearch queries (#2207) Co-authored-by: Alexander J <741037+jaegeral@users.noreply.github.com>
263,157
09.06.2022 23:46:06
-7,200
b98656ffe16b4a94040413598d0064c3402e4000
Fix for issue 2195 by pinning the opensearch container to version 1.3.2.
[ { "change_type": "MODIFY", "old_path": "docker/dev/docker-compose.yml", "new_path": "docker/dev/docker-compose.yml", "diff": "@@ -33,7 +33,7 @@ services:\nopensearch:\ncontainer_name: opensearch\n- image: opensearchproject/opensearch:latest\n+ image: opensearchproject/opensearch:1.3.2\nrestart: alwa...
Python
Apache License 2.0
google/timesketch
Fix for issue 2195 by pinning the opensearch container to version 1.3.2. (#2217)
263,099
16.06.2022 05:53:35
0
a667669cad943d72ccb081cb90a7e03a56c073b9
Adjusted client.py to throw an error if no usable tty is found
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -16,6 +16,7 @@ from __future__ import unicode_literals\nimport os\nimport logging\n+import sys\n# pylint: disable=wrong-import-orde...
Python
Apache License 2.0
google/timesketch
Adjusted client.py to throw an error if no usable tty is found
263,099
16.06.2022 06:06:49
0
8998f5dd387ef99e10d2657fd396d1554b0ba20a
Added stdin check
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -247,7 +247,7 @@ class TimesketchApi:\nif run_server:\n_ = flow.run_local_server()\nelse:\n- if not sys.stdout.isatty():\n+ if not ...
Python
Apache License 2.0
google/timesketch
Added stdin check
263,138
20.06.2022 00:36:16
28,800
c9c7ae8ed5b586839ad19a484bf8ff6de1d2b184
Update spelling across docs
[ { "change_type": "MODIFY", "old_path": "docs/guides/admin/upgrade.md", "new_path": "docs/guides/admin/upgrade.md", "diff": "@@ -40,7 +40,7 @@ In case you don't get any response back from the `db current` command you'll nee\nroot@<CONTAINER_ID>$ tsctl db history\n```\n-Find the lasat revision number ...
Python
Apache License 2.0
google/timesketch
Update spelling across docs (#2226)
263,096
21.06.2022 17:45:35
-7,200
dab63e921c2f4e453e77aab45c5a23bfcd3a3ed9
add network/zeek/zeek_rdp_public_listener.yml
[ { "change_type": "MODIFY", "old_path": "data/sigma_rule_status.csv", "new_path": "data/sigma_rule_status.csv", "diff": "@@ -293,3 +293,4 @@ windows/sysmon/sysmon_config_modification_error.yml,good,no test data available,\nwindows/sysmon/sysmon_config_modification_status.yml,good,no test data availab...
Python
Apache License 2.0
google/timesketch
add network/zeek/zeek_rdp_public_listener.yml (#2227)
263,093
23.06.2022 05:01:36
25,200
aa5dd153b66d5090b16abe419a625c14f2fbdf20
Handle mutliple client ids
[ { "change_type": "MODIFY", "old_path": "data/timesketch.conf", "new_path": "data/timesketch.conf", "diff": "@@ -134,12 +134,9 @@ GOOGLE_OIDC_CLIENT_SECRET = None\n# an OAUTH client for \"other\", or for native applications.\n# https://developers.google.com/identity/protocols/OAuth2ForDevices\nGOOGLE...
Python
Apache License 2.0
google/timesketch
Handle mutliple client ids (#2232)
263,165
06.07.2022 16:54:04
-36,000
e33056e17a10e961dcd4b897c2cd66a1fc12ebae
Add missing decorators
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/attribute.py", "new_path": "timesketch/api/v1/resources/attribute.py", "diff": "@@ -186,6 +186,7 @@ class AttributeResource(resources.ResourceMixin, Resource):\nreturn response\n+ @login_required\ndef delete(self, sketch_id):\n\"\"\...
Python
Apache License 2.0
google/timesketch
Add missing @login_required decorators (#2236)
263,165
14.07.2022 23:30:08
-36,000
9fae8701e743fcdc42b8de2b6357f3fbbc78d081
Unit test test_invalid_algorithm_raises_jwt_validation_error failing in PPA tests * Unit test test_invalid_algorithm_raises_jwt_validation_error failing in PPA tests Fixes * Comment clarification
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/google_auth_test.py", "new_path": "timesketch/lib/google_auth_test.py", "diff": "@@ -273,9 +273,27 @@ class TestGoogleCloudIAP(BaseTest):\ndef test_invalid_algorithm_raises_jwt_validation_error(self):\n\"\"\"Test to validate a JWT with invalid a...
Python
Apache License 2.0
google/timesketch
Unit test test_invalid_algorithm_raises_jwt_validation_error failing in PPA tests (#2239) * Unit test test_invalid_algorithm_raises_jwt_validation_error failing in PPA tests Fixes #2238 * Comment clarification
263,096
21.07.2022 11:49:45
-7,200
42efffc3e5b0870720ab2b850b213856f1fcb015
s/GET/POST typo
[ { "change_type": "MODIFY", "old_path": "timesketch/api/v1/resources/timeline.py", "new_path": "timesketch/api/v1/resources/timeline.py", "diff": "@@ -230,7 +230,7 @@ class TimelineResource(resources.ResourceMixin, Resource):\n@login_required\ndef post(self, sketch_id, timeline_id):\n- \"\"\"Handles ...
Python
Apache License 2.0
google/timesketch
s/GET/POST typo (#2258)
263,129
22.07.2022 09:50:16
-7,200
b34fe1cc544c4035c5e9ff02e75bc66b57d24df8
Bring back disappearing codebase
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend/src/views/Intelligence.vue", "new_path": "timesketch/frontend/src/views/Intelligence.vue", "diff": "@@ -313,6 +313,11 @@ export default {\nif (this.tagMetadata[tag]) {\nreturn _.extend(tagInfo, this.tagMetadata[tag])\n} else {\n+ for (var r...
Python
Apache License 2.0
google/timesketch
Bring back disappearing codebase (#2260)
263,175
01.08.2022 10:19:29
-3,600
59da65a65ffc9da4b8d27f88ea8a0fbe7d51e417
Update dev README Updated dev README container commands to match the updated container name
[ { "change_type": "MODIFY", "old_path": "docker/dev/README.md", "new_path": "docker/dev/README.md", "diff": "@@ -21,13 +21,13 @@ Timesketch development server is ready!\n### Find out container ID for the timesketch container\n```\n-CONTAINER_ID=\"$(docker container list -f name=dev_timesketch -q)\"\n...
Python
Apache License 2.0
google/timesketch
Update dev README (#2267) - Updated dev README container commands to match the updated container name
263,115
01.08.2022 12:51:49
-10,800
7fe6f8c954a415762e5f9b21faeead570375997f
Update sigma_tagger_test.py
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/sigma_tagger_test.py", "new_path": "timesketch/lib/analyzers/sigma_tagger_test.py", "diff": "@@ -25,7 +25,10 @@ class TestSigmaPlugin(BaseTest):\n_ = sigma_tagger.RulesSigmaPlugin(\nsketch_id=1, index_name=self.test_index\n)\n-\n+ # Mo...
Python
Apache License 2.0
google/timesketch
Update sigma_tagger_test.py (#2265) Co-authored-by: Johan Berggren <jberggren@gmail.com>
263,096
17.08.2022 10:47:41
-7,200
ab6b8c87ee8c3a3c36c8832b2705d2537e1e5849
improve Sigma documentation documentation without review
[ { "change_type": "MODIFY", "old_path": "docs/guides/analyzers/sigma_analyzer.md", "new_path": "docs/guides/analyzers/sigma_analyzer.md", "diff": "@@ -20,8 +20,26 @@ Reasons might be because:\n- the rule is located in a folder containing the term `deprecated`\n- After parsing a rule the following val...
Python
Apache License 2.0
google/timesketch
improve Sigma documentation (#2283) documentation without review
263,168
18.08.2022 17:09:06
-7,200
8ebdc81df86ce5af26ee5fdd385bf51620d7d581
Update getting-started.md Add formatting python files documentation
[ { "change_type": "MODIFY", "old_path": "docs/developers/getting-started.md", "new_path": "docs/developers/getting-started.md", "diff": "@@ -130,3 +130,20 @@ To test mkdocs locally, run the following in your container:\n```\nAnd visit the results / review remarks, warnings or errors from mkdocs.\n+\n...
Python
Apache License 2.0
google/timesketch
Update getting-started.md (#2287) Add formatting python files documentation
263,093
22.08.2022 12:05:15
-7,200
d2f9e25bea5bdc766a7f73273d033671b3bf110e
Fix redirect for OIDC logins
[ { "change_type": "MODIFY", "old_path": "timesketch/views/auth.py", "new_path": "timesketch/views/auth.py", "diff": "@@ -82,6 +82,8 @@ def login():\n# Google OpenID Connect authentication.\nif current_app.config.get(\"GOOGLE_OIDC_ENABLED\", False):\nhosted_domain = current_app.config.get(\"GOOGLE_OID...
Python
Apache License 2.0
google/timesketch
Fix redirect for OIDC logins (#2290)
263,096
22.08.2022 14:51:04
-7,200
13bf19aa0b8b3612d3bf44748f2a6bb1933b18ab
Change default value of use rule in Sigma analyzer
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/sigma_tagger.py", "new_path": "timesketch/lib/analyzers/sigma_tagger.py", "diff": "@@ -33,7 +33,7 @@ class SigmaPlugin(interface.BaseAnalyzer):\nsuper().__init__(index_name, sketch_id, timeline_id=timeline_id)\ndef run_sigma_rule(\n- s...
Python
Apache License 2.0
google/timesketch
Change default value of use rule in Sigma analyzer (#2292)
263,093
23.08.2022 10:17:35
-7,200
64d02d78234841a0c766af897656ec40d152b061
Enable UI v2
[ { "change_type": "MODIFY", "old_path": "MANIFEST.in", "new_path": "MANIFEST.in", "diff": "@@ -6,6 +6,7 @@ exclude *.pyc\nrecursive-include config *\nrecursive-include data *\nrecursive-include timesketch/frontend/dist *\n+recursive-include timesketch/frontend-ng/dist *\nrecursive-include timesketch/...
Python
Apache License 2.0
google/timesketch
Enable UI v2 (#2294)
263,168
23.08.2022 16:38:24
-7,200
843e046b57c4bf3f47400c778f8fbddf5a7e8eb5
Tsdev.sh: a script for fast frontend/frontend-ng development * Update getting-started.md Add formatting python files documentation * add tsdev script * Update tsdev.sh * Update contrib/tsdev.sh * Update contrib/tsdev.sh
[ { "change_type": "ADD", "old_path": null, "new_path": "contrib/tsdev.sh", "diff": "+#!/bin/bash\n+\n+CONTAINER_ID=\"$(docker container list -f name=timesketch-dev -q)\"\n+frontend=${2:-\"frontend\"}\n+\n+if [ $1 == \"web\" ]; then\n+ docker exec -it $CONTAINER_ID gunicorn --reload -b 0.0.0.0:5000 --...
Python
Apache License 2.0
google/timesketch
Tsdev.sh: a script for fast frontend/frontend-ng development (#2298) * Update getting-started.md Add formatting python files documentation * add tsdev script * Update tsdev.sh * Update contrib/tsdev.sh Co-authored-by: Johan Berggren <jberggren@gmail.com> * Update contrib/tsdev.sh Co-authored-by: J...
263,114
20.09.2022 02:48:55
14,400
1820d318c3af671b95b0cbc799fff9156ae1587e
Update plaso args
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/tasks.py", "new_path": "timesketch/lib/tasks.py", "diff": "@@ -658,11 +658,11 @@ def run_plaso(file_path, events, timeline_name, index_name, source_type, timelin\nopensearch_username = current_app.config.get(\"OPENSEARCH_USER\", \"\")\nif opense...
Python
Apache License 2.0
google/timesketch
Update plaso args (#2300) Co-authored-by: Alexander J <741037+jaegeral@users.noreply.github.com>
263,096
05.10.2022 11:37:09
-7,200
a65071302154b739d7e438ef98ed392478b2e252
Changelog Only documentation affected, so overwriting branch protection as admin
[ { "change_type": "ADD", "old_path": "docs/assets/images/2321_1.png", "new_path": "docs/assets/images/2321_1.png", "diff": "Binary files /dev/null and b/docs/assets/images/2321_1.png differ\n" }, { "change_type": "ADD", "old_path": "docs/assets/images/2321_2.png", "new_path": "docs/as...
Python
Apache License 2.0
google/timesketch
Changelog 2022-09 (#2358) Only documentation affected, so overwriting branch protection as admin
263,096
14.10.2022 13:55:09
-7,200
d9392f600e1e444c8a621c1c769dbe736aab0c3e
Update frontend-development.md
[ { "change_type": "MODIFY", "old_path": "docs/developers/frontend-development.md", "new_path": "docs/developers/frontend-development.md", "diff": "@@ -57,3 +57,38 @@ $ docker-compose exec timesketch yarn run --cwd=/usr/local/src/timesketch/timesk\nThis will spawn a listener on port `5001`. Point your...
Python
Apache License 2.0
google/timesketch
Update frontend-development.md (#2367)
263,096
18.10.2022 11:48:49
-7,200
6b6f6a260c9392edb2969d7dc7ac406751a751d4
re-adding console.error(error.response.data)
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend-ng/src/utils/RestApiClient.js", "new_path": "timesketch/frontend-ng/src/utils/RestApiClient.js", "diff": "@@ -53,6 +53,8 @@ RestApiClient.interceptors.response.use(\n},\n})\n} else {\n+ // TODO: Consider removing that if a global Error hand...
Python
Apache License 2.0
google/timesketch
re-adding console.error(error.response.data) (#2375)
263,093
21.10.2022 08:18:34
-7,200
a2f20c54455a2e4562c62420cf197bebb77e85bb
Add UI feedback issue template
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/ISSUE_TEMPLATE/ui_feedback.md", "diff": "+---\n+name: UI feedback\n+about: Give feedback on the UI experience.\n+title: 'UI feedback: '\n+labels: 'UI/UX, Feedback'\n+\n+---\n+\n+**Describe the solution you'd like**\n+A clear and concise ...
Python
Apache License 2.0
google/timesketch
Add UI feedback issue template
263,157
31.10.2022 14:46:33
-3,600
7bda5422a096030c47eff1a0d933d01d40f73b58
Adding maxmind attribution for the geoip analyzer.
[ { "change_type": "MODIFY", "old_path": "timesketch/lib/analyzers/geoip.py", "new_path": "timesketch/lib/analyzers/geoip.py", "diff": "# See the License for the specific language governing permissions and\n# limitations under the License.\n+# This geoip analyzer uses GeoLite2 data created by MaxMind,...
Python
Apache License 2.0
google/timesketch
Adding maxmind attribution for the geoip analyzer. (#2406)
263,096
08.11.2022 16:49:51
-3,600
9cc38aea0a13007cd45ed78d81c2e50992f63d70
[Sigma] Update OriginalFileName mapping * Update OriginalFileName mapping the previous mapping did create a query that was not parseable, e.g. for rule # * remove one Image mapping that was not unique
[ { "change_type": "MODIFY", "old_path": "data/sigma_config.yaml", "new_path": "data/sigma_config.yaml", "diff": "@@ -326,7 +326,6 @@ fieldmappings:\nTargetFilename:\nproduct=linux: filename\ndefault: xml_string\n- Image: xml_string # that is a value name that might be used in other queries as well. I...
Python
Apache License 2.0
google/timesketch
[Sigma] Update OriginalFileName mapping (#2412) * Update OriginalFileName mapping the previous mapping did create a query that was not parseable, e.g. for rule # 80167ada-7a12-41ed-b8e9-aa47195c66a1 * remove one Image mapping that was not unique
263,096
11.11.2022 09:44:59
-3,600
7c0eaf0f97c657b2cb0dbc0d7acea2497b022ab5
use capitalize in currentUser in App.vue Fixes: ```TypeError: Cannot read properties of undefined (reading 'charAt') at Proxy.render (VM25715 App.vue:71:37) at Vue._render (vue.runtime.esm.js?2b0e:2654:1) at VueComponent.updateComponent (vue.runtime.esm.js?2b0e:3844:1)```
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend-ng/src/App.vue", "new_path": "timesketch/frontend-ng/src/App.vue", "diff": "@@ -49,7 +49,7 @@ limitations under the License.\nShare\n</v-btn>\n<v-avatar color=\"grey lighten-1\" size=\"25\" class=\"ml-3\">\n- <span class=\"white--text\">{{ ...
Python
Apache License 2.0
google/timesketch
use capitalize in currentUser in App.vue (#2418) Fixes: ```TypeError: Cannot read properties of undefined (reading 'charAt') at Proxy.render (VM25715 App.vue:71:37) at Vue._render (vue.runtime.esm.js?2b0e:2654:1) at VueComponent.updateComponent (vue.runtime.esm.js?2b0e:3844:1)```
263,096
11.11.2022 11:24:36
-3,600
1b70edd81e0755fc912427571a85542ae07a6c8d
Update SearchTemplates.vue to check if no searchTemplates are on a system * Update SearchTemplates.vue Fixes: * Update SearchTemplates.vue
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend-ng/src/components/LeftPanel/SearchTemplates.vue", "new_path": "timesketch/frontend-ng/src/components/LeftPanel/SearchTemplates.vue", "diff": "@@ -80,6 +80,9 @@ export default {\nApiClient.getSearchTemplates()\n.then((response) => {\nthis.se...
Python
Apache License 2.0
google/timesketch
Update SearchTemplates.vue to check if no searchTemplates are on a system (#2419) * Update SearchTemplates.vue Fixes: https://github.com/google/timesketch/issues/2395 * Update SearchTemplates.vue Co-authored-by: Johan Berggren <jberggren@gmail.com>
263,096
17.11.2022 09:46:08
-3,600
f90dab57297762d4f24a2bbe61a3542b1c811dec
update Sigma doc to match the new Web UI
[ { "change_type": "ADD", "old_path": "docs/assets/images/Sigma_create_rule.gif", "new_path": "docs/assets/images/Sigma_create_rule.gif", "diff": "Binary files /dev/null and b/docs/assets/images/Sigma_create_rule.gif differ\n" }, { "change_type": "MODIFY", "old_path": "docs/guides/user/sig...
Python
Apache License 2.0
google/timesketch
update Sigma doc to match the new Web UI (#2427)
263,093
01.12.2022 16:57:18
-3,600
f0bec45a358f2464b31b67b12bd247e5fb24a1bb
Update client.py Ignore type errors running under Python 3.10.
[ { "change_type": "MODIFY", "old_path": "api_client/python/timesketch_api_client/client.py", "new_path": "api_client/python/timesketch_api_client/client.py", "diff": "@@ -713,7 +713,7 @@ class TimesketchApi:\nexcept ValueError:\nlogger.error(\"Parsing Error, unable to parse the Sigma rule\", exc_info...
Python
Apache License 2.0
google/timesketch
Update client.py (#2441) Ignore type errors running under Python 3.10.
263,157
05.12.2022 16:28:00
-3,600
8c9249ce094c2304bf0194448a6ef5b3c552ad6b
Context lookup part 2 - front-end API client * + Adding context links to the frontend API. + Storing the configuration data in the vue store. + Loading the configuration when the sketch is loaded. * Removed an unused parameter for loading the context link data from the store.
[ { "change_type": "MODIFY", "old_path": "timesketch/frontend-ng/src/store.js", "new_path": "timesketch/frontend-ng/src/store.js", "diff": "@@ -42,7 +42,8 @@ const defaultState = (currentUser) => {\ncolor: \"\",\nmessage: \"\",\ntimeout: -1\n- }\n+ },\n+ contextLinkConf: {},\n}\n}\n@@ -109,6 +110,9 @@...
Python
Apache License 2.0
google/timesketch
Context lookup part 2 - front-end API client (#2445) * + Adding context links to the frontend API. + Storing the configuration data in the vue store. + Loading the configuration when the sketch is loaded. * Removed an unused parameter for loading the context link data from the store.