MCPcopy Create free account

hub / github.com/microsoft/msticpy / functions

Functions3,664 in github.com/microsoft/msticpy

Method__init__
Initialize connector for Azure Python SDK.
msticpy/context/azure/azure_data.py:145
Method__init__
Add fields to field mapping.
msticpy/context/azure/sentinel_dynamic_summary_types.py:77
Method__init__
Initialize a DynamicSummary instance. Parameters ---------- summary_id : str, optional The summary UUID,
msticpy/context/azure/sentinel_dynamic_summary_types.py:172
Method__init__
Initialize Sentinel Provider.
msticpy/context/azure/sentinel_dynamic_summary.py:543
Method__init__
Initialize connector for Azure APIs. Parameters ---------- resource_id : str, optional Set the Sentinel
msticpy/context/azure/sentinel_core.py:133
Method__init__
Initialize new instance.
msticpy/data/uploaders/uploader_base.py:23
Method__init__
Initialize a LogAnalytics Uploader instance.
msticpy/data/uploaders/loganalytics_uploader.py:38
Method__init__
Initialize a Splunk Uploader instance.
msticpy/data/uploaders/splunk_uploader.py:32
Method__init__
Query provider interface to queries. Parameters ---------- data_environment : Union[str, DataEnvironment]
msticpy/data/core/data_providers.py:64
Method__init__
Initialize a QueryStore for a new environment. Parameters ---------- environment : str The data environm
msticpy/data/core/query_store.py:78
Method__init__
Initialize query source definition. Parameters ---------- name : str The query name source : dic
msticpy/data/core/query_source.py:69
Method__init__
Instantiate OSQueryLogDriver and optionally connect. Parameters ---------- connection_str : str, optional
msticpy/data/drivers/local_osquery_driver.py:50
Method__init__
Instantiate KqlDriver and optionally connect. Parameters ---------- connection_str : str, optional Conne
msticpy/data/drivers/azure_monitor_driver.py:83
Method__init__
Instantiate Velociraptor driver and optionally connect. Parameters ---------- connection_str : str, optional
msticpy/data/drivers/local_velociraptor_driver.py:40
Method__init__
Initialize new instance.
msticpy/data/drivers/driver_base.py:81
Method__init__
Initialize the driver. Parameters ---------- connection_str : str, optional Connection string for Azure
msticpy/data/drivers/azure_search_driver.py:46
Method__init__
Instantiate MSGraph driver and optionally connect. Parameters ---------- connection_str : str, optional
msticpy/data/drivers/security_graph_driver.py:30
Method__init__
Initialize the Mordor driver.
msticpy/data/drivers/mordor_driver.py:64
Method__init__
Instantiate Elastic Driver.
msticpy/data/drivers/elastic_driver.py:41
Method__init__
Instantiate MSDefenderDriver and optionally connect. Parameters ---------- connection_str : str, optional
msticpy/data/drivers/mdatp_driver.py:73
Method__init__
Instantiate LocalDataDriver and optionally connect. Parameters ---------- connection_str : str, optional
msticpy/data/drivers/local_data_driver.py:28
Method__init__
Initialize the Prisma Cloud Driver and set up the HTTP client. This method configures the HTTP client (`self.client`) for co
msticpy/data/drivers/prismacloud_driver.py:165
Method__init__
Instantiate Splunk Driver.
msticpy/data/drivers/splunk_driver.py:97
Method__init__
Instantiate Azure Resource Graph Driver.
msticpy/data/drivers/resource_graph_driver.py:51
Method__init__
Instantiate Cybereason driver. Parameters ---------- timeout : int | None Query timeout in seconds. Defa
msticpy/data/drivers/cybereason_driver.py:59
Method__init__
Instantiate OData driver and optionally connect. Parameters ---------- connect: bool, optional Set true
msticpy/data/drivers/odata_driver.py:57
Method__init__
Instantiate Sumologic Driver.
msticpy/data/drivers/sumologic_driver.py:62
Method__init__
Instantiate OpenObserve Driver.
msticpy/data/drivers/openobserve_driver.py:61
Method__init__
Instantiate KustoDriver. Parameters ---------- connection_str : str, optional Connection string
msticpy/data/drivers/azure_kusto_driver.py:147
Method__init__
Initialize connector for Azure Python SDK.
msticpy/data/storage/azure_blob_storage.py:34
Method__init__
Create an instance of the folium map. Parameters ---------- title : str, optional Name of the main tile
msticpy/vis/foliummap.py:46
Method__init__
Create a new instance of the entity graph. Parameters ---------- entity : Union[Incident, Alert, pd.DataFrame, pd.Se
msticpy/vis/entity_graph_tools.py:53
Method__init__
Initialize the VT Browser. Parameters ---------- file_id : Optional[str], optional File ID (Hash) of fil
msticpy/vis/vtobject_browser.py:41
Method__init__
Instantiate pandas extension class.
msticpy/vis/mp_pandas_plot.py:36
Method__init__
Initialize the DataViewer class. Parameters ---------- data : pd.DataFrame The DataFrame to view
msticpy/vis/data_viewer_panel.py:39
Method__init__
Initialize the DataTableColumnChooser class.
msticpy/vis/data_viewer_panel.py:194
Method__init__
Initialize the DataViewer class. Parameters ---------- data : pd.DataFrame The DataFrame to view
msticpy/vis/data_viewer.py:50
Method__init__
Initialize the DataTableColumnChooser class.
msticpy/vis/data_viewer.py:174
Method__init__
Initialize the DataTableFilter class.
msticpy/vis/data_viewer.py:254
Method__init__
Initialize MordorBrowser control. Parameters ---------- save_folder : str, optional Folder to save downl
msticpy/vis/mordor_browser.py:35
Method__init__
Initialize the extension.
msticpy/analysis/timeseries.py:39
Method__init__
Initialize Robust Random Cut Forest model. Parameters ---------- num_trees: int Number of trees in the f
msticpy/analysis/outliers.py:141
Method__init__
Create an observation list. Parameters ---------- observationlist : Observations, optional Initialize fr
msticpy/analysis/observationlist.py:140
Method__init__
Create periodogram polling detector. Parameters ---------- data: DataFrame Dataframe containing the data
msticpy/analysis/polling_detection.py:57
Method__init__
Instantiate the Model class. This Model class can be used to model sessions, where each session is a sequence of commands. W
msticpy/analysis/anomalous_sequence/model.py:22
Method__init__
Containr for dict of counts/probs or dict of dicts of cond counts/probs. If you try and retrieve the count/probability for an unseen
msticpy/analysis/anomalous_sequence/utils/data_structures.py:18
Method__init__
Initialize the descriptor. Parameters ---------- instance_name : str Name of the instance attribute to u
msticpy/common/data_types.py:88
Method__init__
Initialize the descriptor. Parameters ---------- instance_name : str Name of the instance attribute to u
msticpy/common/data_types.py:112
Method__init__
Initialize the descriptor. Parameters ---------- inst_left_name : str Name of the instance attribute to
msticpy/common/data_types.py:141
Method__init__
Initialize Timespan. Parameters ---------- timespan : Union(TimeSpan, Tuple(Any, Any), Any), optional A
msticpy/common/timespan.py:28
Method__init__
Create generic user configuration exception. Parameters ---------- help_uri : Union[tuple[str, str], str, None], opt
msticpy/common/exceptions.py:250
Method__init__
Create Key Vault configuration exception. Parameters ---------- help_uri : Union[tuple[str, str], str, None], option
msticpy/common/exceptions.py:285
Method__init__
Create Key Vault missing key exception. Parameters ---------- help_uri : Union[tuple[str, str], str, None], optional
msticpy/common/exceptions.py:307
Method__init__
Create Azure data missing configuration exception. Parameters ---------- help_uri : Union[tuple[str, str], str, None
msticpy/common/exceptions.py:335
Method__init__
Create import missing extra exception. Parameters ---------- help_uri : Union[tuple[str, str], str, None], optional
msticpy/common/exceptions.py:406
Method__init__
Create import missing extra exception. Parameters ---------- help_uri : Union[tuple[str, str], str, None], optional
msticpy/common/exceptions.py:442
Method__init__
Create parameter exception. Parameters ---------- help_uri : Union[tuple[str, str], str, None], optional
msticpy/common/exceptions.py:492
Method__init__
Load current Azure Notebooks configuration for Log Analytics. Parameters ---------- config_file : Optional[str], opt
msticpy/common/wsconfig.py:122
Method__init__
Instantiate the class wrapper.
msticpy/common/utility/types.py:357
Method__init__
Initialize class with imported item name and reqd. packages.
msticpy/common/utility/types.py:381
Method__init__
Initialize new instance of IoCExtract. Parameters ---------- defanged : bool If True, the regex will be
msticpy/transform/iocextract.py:192
Method__init__
Initialize an instance of the component. Parameters ---------- mp_controls : MpConfigControls The config
msticpy/config/ce_data_providers.py:52
Method__init__
Return an instance of MpConfigControls. Parameters ---------- mp_config_def : Dict[str, Any] Msticpy con
msticpy/config/mp_config_control.py:39
Method__init__
Initialize an instance of CEAzureSentinel. Parameters ---------- mp_controls : MpConfigControls The conf
msticpy/config/ce_azure_sentinel.py:85
Method__init__
Create help sub-component. Parameters ---------- help_text : str, optional The help string (HTML), by de
msticpy/config/comp_edit.py:93
Method__init__
Initialize the class. Set a label with `description` as content.
msticpy/config/comp_edit.py:136
Method__init__
Initialize the class.
msticpy/config/comp_edit.py:151
Method__init__
Initialize the class. Set a label with `description` as content.
msticpy/config/comp_edit.py:175
Method__init__
Initialize the class. Set a label with `description` as content.
msticpy/config/comp_edit.py:200
Method__init__
Initialize the CompEditTabs class. Parameters ---------- tabs : Optional[Dict[str, Tuple[type, Union[List[Any], Dict
msticpy/config/comp_edit.py:257
Method__init__
Initialize and ArgControl object. Parameters ---------- setting_path : Optional[str], optional The full
msticpy/config/compound_ctrls.py:41
Method__init__
Initialize the control. Parameters ---------- prov_name : str The query provider name
msticpy/config/compound_ctrls.py:308
Method__init__
Initialize the control. Parameters ---------- mp_controls : MpConfigControls Msticpy configu controls da
msticpy/config/compound_ctrls.py:387
Method__init__
Initialize the class.
msticpy/config/query_editor.py:179
Method__init__
Initialize a QueryEditWidget object. Parameters ---------- query_collection : QueryCollection A collecti
msticpy/config/query_editor.py:382
Method__init__
Initialize a MetadataEditWidget object. Parameters ---------- metadata : Metadata A Metadata object.
msticpy/config/query_editor.py:634
Method__init__
Initialize the QueryEditor. Parameters ---------- query_file : Union[QueryCollection, Path, str, None], optional
msticpy/config/query_editor.py:793
Method__init__
Initialize the context manager.
msticpy/config/query_editor.py:955
Method__init__
Initialize an instance of the component. Parameters ---------- mp_controls : MpConfigControls The config
msticpy/config/ce_provider_base.py:78
Method__init__
Initialize the class for path and with optional callback. Parameters ---------- path : str, optional Pat
msticpy/config/file_browser.py:33
Method__init__
Initialize an instance of CEAutoLoad class. Parameters ---------- mp_controls : MpConfigControls The con
msticpy/config/ce_user_defaults.py:60
Method__init__
Initialize the class. Set the controls and retrieve settings.
msticpy/config/ce_simple_settings.py:31
Method__init__
Create an instance of the MSTICPy Configuration helper class. Parameters ---------- file : Optional[str], optional
msticpy/config/mp_config_file.py:72
Method__init__
Initialize instance of MpConfigEdit. Parameters ---------- settings : Optional[Union[Dict[str, Any], MpConfigFile, s
msticpy/config/mp_config_edit.py:50
Method__iter__
Iterate over properties.
msticpy/auth/azure_auth_core.py:58
Method__iter__
Iterate over entity_properties.
msticpy/datamodel/entities/entity.py:235
Method__iter__
Iterate over properties.
msticpy/context/ip_utils.py:555
Method__iter__
Return iterator over observations.
msticpy/analysis/observationlist.py:159
Method__iter__
Return iterator over the attributes.
msticpy/common/data_types.py:28
Method__len__
Return length/number of entity_properties.
msticpy/datamodel/entities/entity.py:239
Method__len__
Return number of items in the attribute collection.
msticpy/common/data_types.py:24
Method__post_init__
(self: Self)
msticpy/context/tiproviders/intsights.py:43
Method__post_init__
(self: Self)
msticpy/context/tiproviders/ibm_xforce.py:37
Method__post_init__
(self: Self)
msticpy/context/tiproviders/alienvault_otx.py:37
Method__post_init__
(self: Self)
msticpy/context/contextproviders/servicenow.py:45
Method__post_init__
Initialize item ID if was not set explicitly.
msticpy/context/azure/sentinel_dynamic_summary_types.py:129
Method__post_init__
Determine if the selected API supports Entra ID OAuth v2.0. This is important because the fields in the request body are different be
msticpy/data/drivers/mdatp_driver.py:52
Method__repr__
(self)
tests/init/pivot/test_pivot_data_queries_create.py:104
Method__repr__
Return object representation.
tests/context/test_tiproviders.py:89
Method__repr__
Return repr of item.
msticpy/nbtools/security_base.py:105
← previousnext →1,901–2,000 of 3,664, ranked by callers