AUTHORS
LICENSE
MANIFEST.in
README.md
requirements.txt
run_tests.py
setup.cfg
setup.py
test_requirements.txt
config/dpkg/changelog
config/dpkg/clean
config/dpkg/compat
config/dpkg/control
config/dpkg/copyright
config/dpkg/python3-timesketch.install
config/dpkg/rules
config/dpkg/timesketch-data.dirs
config/dpkg/timesketch-data.install
config/dpkg/timesketch-server.dirs
config/dpkg/timesketch-server.install
config/dpkg/timesketch-server.postinst
config/dpkg/timesketch-server.timesketch.default
config/dpkg/timesketch-server.timesketch.service
config/dpkg/timesketch-server.timesketch.socket
config/dpkg/source/format
data/features.yaml
data/ontology.yaml
data/sigma_config.yaml
data/tags.yaml
data/timesketch.conf
data/sigma/rules/lnx_susp_zenmap.yml
end_to_end_tests/__init__.py
end_to_end_tests/interface.py
end_to_end_tests/manager.py
end_to_end_tests/query_test.py
timesketch/__init__.py
timesketch/app.py
timesketch/tsctl.py
timesketch/version.py
timesketch/wsgi.py
timesketch.egg-info/PKG-INFO
timesketch.egg-info/SOURCES.txt
timesketch.egg-info/dependency_links.txt
timesketch.egg-info/entry_points.txt
timesketch.egg-info/not-zip-safe
timesketch.egg-info/top_level.txt
timesketch/api/__init__.py
timesketch/api/v1/__init__.py
timesketch/api/v1/export.py
timesketch/api/v1/resources_test.py
timesketch/api/v1/routes.py
timesketch/api/v1/utils.py
timesketch/api/v1/resources/__init__.py
timesketch/api/v1/resources/aggregation.py
timesketch/api/v1/resources/analysis.py
timesketch/api/v1/resources/archive.py
timesketch/api/v1/resources/attribute.py
timesketch/api/v1/resources/event.py
timesketch/api/v1/resources/explore.py
timesketch/api/v1/resources/graph.py
timesketch/api/v1/resources/information.py
timesketch/api/v1/resources/searchindex.py
timesketch/api/v1/resources/searchtemplate.py
timesketch/api/v1/resources/session.py
timesketch/api/v1/resources/sketch.py
timesketch/api/v1/resources/story.py
timesketch/api/v1/resources/task.py
timesketch/api/v1/resources/timeline.py
timesketch/api/v1/resources/upload.py
timesketch/api/v1/resources/user.py
timesketch/api/v1/resources/view.py
timesketch/frontend/dist/favicon.ico
timesketch/frontend/dist/index.html
timesketch/frontend/dist/login.html
timesketch/frontend/dist/timesketch-color.png
timesketch/frontend/dist/timesketch-logo-black.svg
timesketch/frontend/dist/timesketch-logo-white.svg
timesketch/frontend/dist/timesketch-white.png
timesketch/frontend/dist/css/chunk-common.8e081924.css
timesketch/frontend/dist/css/chunk-vendors.4a602e4f.css
timesketch/frontend/dist/fonts/fa-solid-900.46280631.woff2
timesketch/frontend/dist/fonts/fa-solid-900.61969d43.woff
timesketch/frontend/dist/fonts/fa-solid-900.b5596f4d.eot
timesketch/frontend/dist/fonts/fa-solid-900.b70cea03.ttf
timesketch/frontend/dist/img/fa-solid-900.82905d8d.svg
timesketch/frontend/dist/js/chunk-common.898cf0e5.js
timesketch/frontend/dist/js/chunk-common.898cf0e5.js.map
timesketch/frontend/dist/js/chunk-vendors.3860ac12.js
timesketch/frontend/dist/js/chunk-vendors.3860ac12.js.map
timesketch/frontend/dist/js/index.0c45ccdf.js
timesketch/frontend/dist/js/index.0c45ccdf.js.map
timesketch/frontend/dist/js/login.c1fa2383.js
timesketch/frontend/dist/js/login.c1fa2383.js.map
timesketch/lib/__init__.py
timesketch/lib/aggregators_old.py
timesketch/lib/aggregators_old_test.py
timesketch/lib/definitions.py
timesketch/lib/emojis.py
timesketch/lib/emojis_test.py
timesketch/lib/errors.py
timesketch/lib/forms.py
timesketch/lib/google_auth.py
timesketch/lib/google_auth_test.py
timesketch/lib/ontology.py
timesketch/lib/similarity.py
timesketch/lib/similarity_test.py
timesketch/lib/tasks.py
timesketch/lib/testlib.py
timesketch/lib/utils.py
timesketch/lib/utils_test.py
timesketch/lib/aggregators/__init__.py
timesketch/lib/aggregators/bucket.py
timesketch/lib/aggregators/feed.py
timesketch/lib/aggregators/interface.py
timesketch/lib/aggregators/manager.py
timesketch/lib/aggregators/manager_test.py
timesketch/lib/aggregators/term.py
timesketch/lib/aggregators/vega.py
timesketch/lib/analyzers/__init__.py
timesketch/lib/analyzers/account_finder.py
timesketch/lib/analyzers/base_sessionizer_test.py
timesketch/lib/analyzers/browser_search.py
timesketch/lib/analyzers/browser_search_test.py
timesketch/lib/analyzers/browser_timeframe.py
timesketch/lib/analyzers/browser_timeframe_test.py
timesketch/lib/analyzers/chain.py
timesketch/lib/analyzers/chain_test.py
timesketch/lib/analyzers/domain.py
timesketch/lib/analyzers/domain_test.py
timesketch/lib/analyzers/evtx_sessionizers.py
timesketch/lib/analyzers/evtx_sessionizers_test.py
timesketch/lib/analyzers/expert_sessionizers.py
timesketch/lib/analyzers/expert_sessionizers_test.py
timesketch/lib/analyzers/feature_extraction.py
timesketch/lib/analyzers/feature_extraction_test.py
timesketch/lib/analyzers/gcp_servicekey.py
timesketch/lib/analyzers/interface.py
timesketch/lib/analyzers/interface_test.py
timesketch/lib/analyzers/login.py
timesketch/lib/analyzers/login_test.py
timesketch/lib/analyzers/manager.py
timesketch/lib/analyzers/manager_test.py
timesketch/lib/analyzers/ntfs_timestomp.py
timesketch/lib/analyzers/ntfs_timestomp_test.py
timesketch/lib/analyzers/phishy_domains.py
timesketch/lib/analyzers/phishy_domains_test.py
timesketch/lib/analyzers/psexec_sessionizers.py
timesketch/lib/analyzers/safebrowsing.py
timesketch/lib/analyzers/safebrowsing_test.py
timesketch/lib/analyzers/sequence_sessionizer.py
timesketch/lib/analyzers/sequence_sessionizer_test.py
timesketch/lib/analyzers/sessionizer.py
timesketch/lib/analyzers/sessionizer_test.py
timesketch/lib/analyzers/sigma_tagger.py
timesketch/lib/analyzers/sigma_tagger_test.py
timesketch/lib/analyzers/similarity_scorer.py
timesketch/lib/analyzers/similarity_scorer_test.py
timesketch/lib/analyzers/ssh_sessionizer.py
timesketch/lib/analyzers/ssh_sessionizer_test.py
timesketch/lib/analyzers/tagger.py
timesketch/lib/analyzers/tagger_test.py
timesketch/lib/analyzers/utils.py
timesketch/lib/analyzers/utils_test.py
timesketch/lib/analyzers/win_crash.py
timesketch/lib/analyzers/win_crash_test.py
timesketch/lib/analyzers/win_evtxgap.py
timesketch/lib/analyzers/win_evtxgap_test.py
timesketch/lib/analyzers/yetiindicators.py
timesketch/lib/analyzers/yetiindicators_test.py
timesketch/lib/analyzers/chain_plugins/__init__.py
timesketch/lib/analyzers/chain_plugins/chrome_download_file.py
timesketch/lib/analyzers/chain_plugins/interface.py
timesketch/lib/analyzers/chain_plugins/manager.py
timesketch/lib/analyzers/chain_plugins/win_prefetch.py
timesketch/lib/charts/__init__.py
timesketch/lib/charts/barchart.py
timesketch/lib/charts/circle.py
timesketch/lib/charts/interface.py
timesketch/lib/charts/line.py
timesketch/lib/charts/manager.py
timesketch/lib/charts/manager_test.py
timesketch/lib/charts/table.py
timesketch/lib/datastores/__init__.py
timesketch/lib/datastores/elastic.py
timesketch/lib/graphs/__init__.py
timesketch/lib/graphs/chrome_downloads.py
timesketch/lib/graphs/interface.py
timesketch/lib/graphs/manager.py
timesketch/lib/graphs/manager_test.py
timesketch/lib/graphs/win_logins.py
timesketch/lib/graphs/win_services.py
timesketch/lib/stories/__init__.py
timesketch/lib/stories/api_fetcher.py
timesketch/lib/stories/html.py
timesketch/lib/stories/interface.py
timesketch/lib/stories/manager.py
timesketch/lib/stories/manager_test.py
timesketch/lib/stories/markdown.py
timesketch/models/__init__.py
timesketch/models/acl.py
timesketch/models/acl_test.py
timesketch/models/annotations.py
timesketch/models/annotations_test.py
timesketch/models/sketch.py
timesketch/models/sketch_test.py
timesketch/models/user.py
timesketch/models/user_test.py
timesketch/views/__init__.py
timesketch/views/auth.py
timesketch/views/auth_test.py
timesketch/views/spa.py