-
Notifications
You must be signed in to change notification settings - Fork 321
MSTICPy Folder Structure
Ian Hellen edited this page Feb 7, 2023
·
2 revisions
Folder | Description | ||
---|---|---|---|
.ci_config | Build configuration files | ||
conda | Conda package requirements | ||
docs | Documentation root | ||
\...... | build | Docs build folder (no source) | |
\...... | notebooks | Documentation notebooks | |
\...... | source | ReadtheDocs Sphinx documentation root | |
\...... | data_acquisition | Data acquisition documents | |
\...... | data_analysis | Data analysis documents | |
\...... | getting_started | Introductory documents | |
\...... | visualization | Visualization documents | |
msticpy | MSTICPY main package root | ||
\...... | analysis | Analysis modules sub-package | |
\...... | auth | Authentication and secrets management | |
\...... | common | Common modules sub-package | |
\...... | context | Data enrichment modules sub-package | |
\...... | azure | Azure and MS Sentinel modules | |
\...... | contextproviders | Drivers for non-TI context providers | |
\...... | tiproviders | Drivers for non-TI context providers | |
\...... | data | Data acquisition modules and queries sub-package | |
\...... | core | Core data provider modules | |
\...... | drivers | Source-specific drivers | |
\...... | queries | Yaml query definitions | |
\...... | datamodel | Entity and SOC object definitions | |
\...... | init | Notebook initialization and Pivot code | |
\...... | DEPRECATED | ||
\...... | nbwidgets | Notebook composite widgets | |
\...... | resources | Package resources - incl pivot definitions | |
\...... | DEPRECATED | ||
\...... | transform | Data transform, decoding | |
\...... | vis | Visualization modules sub-package | |
pre-commit | Pre-commit scripts | ||
tests | Test modules | ||
\...... | msticpy folders... | Test data | |
\...... | testdata | Test data | |
tools | Supplementary python and other tools | ||
\...... | misc | Miscellaneous library modules for tools | |
\...... | toollib | Main tool library modules |