msticpy.data package
Data sub-package.
This sub-package contains data-access related modules and sub-packages.
It is split into the following sub-packages:
azure - Azure and MS Sentinel API related modules
browsers - notebook interactive data browsers for various components such as Threat Intel, Data Queries
context - context provider modules such as TI providers, geoip providers
core - core data query provider components
drivers - query provider interface drivers for external data sources.
queries - queries for core data providers
uploaders - loaders for some data services.
Subpackages
- msticpy.data.azure package
- msticpy.data.core package
- Submodules
- msticpy.data.core.data_providers module
- msticpy.data.core.data_query_reader module
- msticpy.data.core.param_extractor module
- msticpy.data.core.query_container module
- msticpy.data.core.query_defns module
- msticpy.data.core.query_provider_connections_mixin module
- msticpy.data.core.query_provider_utils_mixin module
- msticpy.data.core.query_source module
- msticpy.data.core.query_store module
- msticpy.data.core.query_template module
- Submodules
- msticpy.data.drivers package
import_driver()
- Submodules
- msticpy.data.drivers.azure_kusto_driver module
- msticpy.data.drivers.azure_monitor_driver module
- msticpy.data.drivers.cybereason_driver module
- msticpy.data.drivers.driver_base module
- msticpy.data.drivers.elastic_driver module
- msticpy.data.drivers.kql_driver module
- msticpy.data.drivers.kusto_driver module
- msticpy.data.drivers.local_data_driver module
- msticpy.data.drivers.local_osquery_driver module
- msticpy.data.drivers.local_velociraptor_driver module
- msticpy.data.drivers.mdatp_driver module
- msticpy.data.drivers.mordor_driver module
- msticpy.data.drivers.odata_driver module
- msticpy.data.drivers.resource_graph_driver module
- msticpy.data.drivers.security_graph_driver module
- msticpy.data.drivers.sentinel_query_reader module
- msticpy.data.drivers.splunk_driver module
- msticpy.data.drivers.sumologic_driver module
- msticpy.data.storage package
- msticpy.data.uploaders package