Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/msticpy
/ functions
Functions
3,664 in github.com/microsoft/msticpy
⨍
Functions
3,664
◇
Types & classes
443
↳
Endpoints
149
↓ 1 callers
Method
_check_item_type
Check Item Type and cleans up item. Parameters ---------- item : str item item_type : str, optio
msticpy/context/contextproviders/context_provider_base.py:176
↓ 1 callers
Function
_check_kv_key_retrieval
Check that we are able to get a key from Key Vault.
msticpy/init/azure_synapse_tools.py:536
↓ 1 callers
Function
_check_merge_status
Diagnostic for _merge_parent_by_time.
msticpy/transform/proc_tree_build_winlx.py:287
↓ 1 callers
Function
_check_mp_install
Check for and try to install required MSTICPy version.
msticpy/init/azure_ml_tools.py:314
↓ 1 callers
Function
_check_msticpy_version
Check msticpy version.
msticpy/init/nbinit.py:528
↓ 1 callers
Function
_check_notebook_links
Check html links in the notebook.
tools/run_all_notebooks.py:235
↓ 1 callers
Function
_check_provider_settings
(mp_config, section, key_provs)
msticpy/common/pkg_config.py:521
↓ 1 callers
Function
_check_pyspark
Check if we are running in PySpark kernel.
msticpy/init/azure_ml_tools.py:164
↓ 1 callers
Function
_check_required_package
(package, sec_path)
msticpy/common/pkg_config.py:597
↓ 1 callers
Function
_check_required_provider_settings
(sec_args, sec_path, p_name, key_provs)
msticpy/common/pkg_config.py:549
↓ 1 callers
Method
_check_response_errors
Check the response for possible errors.
msticpy/data/drivers/odata_driver.py:453
↓ 1 callers
Method
_check_result_status
Check the return value from the query. Parameters ---------- data_result : pd.DataFrame | Any Query resu
msticpy/context/tiproviders/kql_base.py:263
↓ 1 callers
Function
_check_single_link
( url_link: str, all_links: bool, checked_links: dict[str, UrlResult], page_url: str, top_
tools/toollib/url_checker.py:170
↓ 1 callers
Method
_check_table_exists
Check that query table is in the workspace schema.
msticpy/data/drivers/azure_monitor_driver.py:548
↓ 1 callers
Function
_check_uri_with_sem_async
(sem, url, session)
tools/toollib/url_checker_async.py:361
↓ 1 callers
Function
_check_uris_async
( links_to_check: Iterable[str], max_threads: int = 10, delay: float = 0 )
tools/toollib/url_checker_async.py:367
↓ 1 callers
Function
_check_url_async
Connect to URL and return response status. Parameters ---------- url : str URL to check session : ClientSession
tools/toollib/url_checker_async.py:322
↓ 1 callers
Function
_check_valid_settings_for_input
Check input against settings in `pivot_reg`.
msticpy/init/pivot_core/pivot_register.py:374
↓ 1 callers
Function
_check_var_params_require_iter
Return params that require iteration and don't.
msticpy/init/pivot_init/pivot_data_queries.py:735
↓ 1 callers
Function
_clean_proc_data
Return cleaned process data.
msticpy/transform/proc_tree_build_winlx.py:86
↓ 1 callers
Method
_clear_display
Clear any current details.
msticpy/nbwidgets/select_alert.py:247
↓ 1 callers
Method
_clear_display
Clear any current details.
msticpy/nbwidgets/select_item.py:221
↓ 1 callers
Method
_clear_fields
Clear data fields (when nothing is selected).
msticpy/vis/mordor_browser.py:209
↓ 1 callers
Method
_clear_filters
(self, btn)
msticpy/vis/data_viewer.py:412
↓ 1 callers
Method
_cli_connect
(self, **kwargs)
tests/data/drivers/test_sumologic_driver.py:94
↓ 1 callers
Method
_cluster_groups_match
Return True if query source cluster group is valid for current cluster.
msticpy/data/drivers/azure_kusto_driver.py:840
↓ 1 callers
Method
_cluster_id_matches
Return True if query source cluster is valid for current cluster.
msticpy/data/drivers/azure_kusto_driver.py:858
↓ 1 callers
Method
_combine_results
( input_df: pd.DataFrame, results_df: pd.DataFrame, result_ioc_key: str, )
msticpy/context/tiproviders/kql_base.py:419
↓ 1 callers
Function
_compare_reqs
Return diff of two requirements lists.
tools/create_reqs_all.py:123
↓ 1 callers
Function
_compile_regex
(regex)
msticpy/transform/iocextract.py:46
↓ 1 callers
Method
_compute_counts
Compute all the counts for the model. The items we will count depend on the the `session_type` attribute. We will compute th
msticpy/analysis/anomalous_sequence/model.py:166
↓ 1 callers
Method
_compute_probs
Compute all the probabilities for the model. The probabilities we compute depends on the `session_type` attribute. We will c
msticpy/analysis/anomalous_sequence/model.py:313
↓ 1 callers
Method
_compute_probs_cmds
Compute the individual and transition command probabilties.
msticpy/analysis/anomalous_sequence/model.py:608
↓ 1 callers
Method
_compute_probs_params
Compute the individual param probs and param conditional on command probs.
msticpy/analysis/anomalous_sequence/model.py:624
↓ 1 callers
Method
_compute_probs_values
Compute the individual value probs and value conditional on param probs.
msticpy/analysis/anomalous_sequence/model.py:641
↓ 1 callers
Function
_configure_mp_settings
Set msticpyconfig and GeoIPLite dbfolder paths.
msticpy/init/azure_synapse_tools.py:554
↓ 1 callers
Method
_connect
Connect to query provider.
msticpy/context/tiproviders/kql_base.py:358
↓ 1 callers
Function
_consolidate_configs
(def_config: SettingsDict, cust_config: SettingsDict)
msticpy/common/pkg_config.py:277
↓ 1 callers
Method
_conv_expr_type
Convert string expression to required type.
msticpy/vis/data_viewer.py:484
↓ 1 callers
Method
_convert_datetime
(self, param_value: Any)
msticpy/data/core/query_source.py:295
↓ 1 callers
Method
_convert_mp_config
Convert definition dictionary to extract definitions.
msticpy/config/mp_config_control.py:392
↓ 1 callers
Function
_cr_pre_checks
(driver: CybereasonDriver)
tests/data/drivers/test_cybereason_driver.py:248
↓ 1 callers
Method
_create_api_paths_for_workspace
Save configuration and build API URLs for workspace.
msticpy/context/azure/sentinel_core.py:338
↓ 1 callers
Method
_create_cache
Build a suitable token persistence instance based your current OS.
msticpy/auth/msal_auth.py:115
↓ 1 callers
Function
_create_call_graph
( calls: dict[str, Any], funcs: dict[str, Any], all_calls=False )
tools/toollib/module_tree.py:50
↓ 1 callers
Function
_create_cluster_config
Return a dictionary of Kusto cluster settings from msticpyconfig.yaml.
msticpy/data/drivers/azure_kusto_driver.py:937
↓ 1 callers
Method
_create_configuration
Create Tabulator configuration dict to pass to JS Tabulator.
msticpy/vis/data_viewer_panel.py:163
↓ 1 callers
Method
_create_controls
Create controls from settings.
msticpy/config/compound_ctrls.py:412
↓ 1 callers
Method
_create_ctrl_dict
Create a blank control dictionary from settings.
msticpy/config/mp_config_control.py:209
↓ 1 callers
Function
_create_data_func_exec
Wrap func to issue single or multiple calls to query. Parameters ---------- func : Callable[[Any], pd.DataFrame] Query funct
msticpy/init/pivot_init/pivot_data_queries.py:569
↓ 1 callers
Function
_create_data_providers
(mp_config: dict[str, Any])
msticpy/common/pkg_config.py:358
↓ 1 callers
Function
_create_data_table
Return DataTable widget for source.
msticpy/vis/process_tree.py:579
↓ 1 callers
Function
_create_dict_from_grouping
Return data groupings as a dictionary.
msticpy/vis/timeline.py:469
↓ 1 callers
Function
_create_distinct_list
(distinct_select: list[dict[str, Any]])
msticpy/data/sql_to_kql.py:588
↓ 1 callers
Function
_create_edge_hover
Create a hover tool for nodes.
msticpy/vis/network_plot.py:237
↓ 1 callers
Function
_create_edge_renderer
Create graph render for edges.
msticpy/vis/network_plot.py:261
↓ 1 callers
Function
_create_entities
Create incident entities from API returned dicts.
msticpy/datamodel/soc/incident.py:156
↓ 1 callers
Method
_create_file_widget
Create the file widget.
msticpy/config/query_editor.py:861
↓ 1 callers
Function
_create_fill_map
Create factor map or linear map based on `source_column`.
msticpy/vis/process_tree.py:504
↓ 1 callers
Method
_create_from_ent
(self, src_entity)
msticpy/datamodel/entities/alert.py:107
↓ 1 callers
Method
_create_from_event
(self, src_event, role)
msticpy/datamodel/entities/account.py:151
↓ 1 callers
Method
_create_from_event
(self, src_event)
msticpy/datamodel/entities/mail_message.py:145
↓ 1 callers
Method
_create_from_event
(self, src_event)
msticpy/datamodel/entities/mailbox_configuration.py:88
↓ 1 callers
Method
_create_from_event
(self, src_event)
msticpy/datamodel/entities/url.py:75
↓ 1 callers
Method
_create_from_event
Create Alert from an alert event.
msticpy/datamodel/entities/alert.py:180
↓ 1 callers
Method
_create_from_event
(self, src_event)
msticpy/datamodel/entities/file_hash.py:81
↓ 1 callers
Method
_create_from_event
(self, src_event)
msticpy/datamodel/entities/mail_cluster.py:112
↓ 1 callers
Method
_create_from_event
(self, src_event, role)
msticpy/datamodel/entities/process.py:105
↓ 1 callers
Method
_create_from_event
(self, src_event)
msticpy/datamodel/entities/host.py:130
↓ 1 callers
Method
_create_from_event
(self, src_event)
msticpy/datamodel/entities/mailbox.py:82
↓ 1 callers
Method
_create_from_event
(self, src_event)
msticpy/datamodel/entities/cloud_logon_session.py:77
↓ 1 callers
Method
_create_from_event
(self, src_event, role)
msticpy/datamodel/entities/file.py:128
↓ 1 callers
Function
_create_func_doc
Create the relationship docstring.
msticpy/init/pivot_init/vt_pivot.py:197
↓ 1 callers
Method
_create_help_controls
Instantiate and set up help widgets.
msticpy/init/pivot_core/pivot_browser.py:120
↓ 1 callers
Function
_create_input_df
Create input_df and params from input.
msticpy/init/pivot_core/pivot_register.py:426
↓ 1 callers
Method
_create_ip_entity
(ip_loc: dict, ip_entity: IpAddress | None)
msticpy/context/geoip.py:331
↓ 1 callers
Method
_create_ip_entity
( ip_address: str, geo_match: Mapping[str, Any], ip_entity: IpAddress | None = None,
msticpy/context/geoip.py:610
↓ 1 callers
Function
_create_js_callback
Create and return CustomJS callback to set Python variable.
msticpy/vis/process_tree.py:484
↓ 1 callers
Method
_create_layout
(self)
msticpy/nbwidgets/query_time.py:279
↓ 1 callers
Method
_create_layouts
Set up the widget layouts.
msticpy/vis/mordor_browser.py:101
↓ 1 callers
Function
_create_mapped_icon
Return folium Icon from mapping or defaults.
msticpy/vis/foliummap.py:928
↓ 1 callers
Function
_create_mdr_metadata_cache
()
msticpy/data/drivers/mordor_driver.py:572
↓ 1 callers
Function
_create_node_hover
Create a hover tool for nodes.
msticpy/vis/network_plot.py:223
↓ 1 callers
Function
_create_node_renderer
Create graph render for nodes.
msticpy/vis/network_plot.py:246
↓ 1 callers
Method
_create_not_connected_err
(prov_name)
msticpy/data/drivers/driver_base.py:308
↓ 1 callers
Function
_create_order_by
(order_by: dict[str, Any] | list[dict[str, Any]])
msticpy/data/sql_to_kql.py:604
↓ 1 callers
Method
_create_paginated_query_tasks
Return dictionary of partials to execute queries. Returns ------- dict[str, partial[dict[str, Any]]]
msticpy/data/drivers/cybereason_driver.py:466
↓ 1 callers
Function
_create_piv_properties
(name, param_entities, container)
msticpy/init/pivot_init/pivot_data_queries.py:494
↓ 1 callers
Function
_create_pivots
(api_scope: str | VTAPIScope | None)
msticpy/init/pivot_init/vt_pivot.py:154
↓ 1 callers
Function
_create_proctree_template
Create a template from the schema.
msticpy/transform/process_tree_utils.py:469
↓ 1 callers
Function
_create_protected_args
Return a dictionary of protected settings for Kusto args config.
msticpy/data/drivers/azure_kusto_driver.py:988
↓ 1 callers
Function
_create_query
Create a Query object.
msticpy/config/query_editor.py:1061
↓ 1 callers
Method
_create_query_client
Create the query client.
msticpy/data/drivers/azure_monitor_driver.py:388
↓ 1 callers
Function
_create_query_defaults
Create a QueryDefaults object.
msticpy/config/query_editor.py:1050
↓ 1 callers
Method
_create_query_provider
(self: Self, **kwargs: str)
msticpy/context/tiproviders/kql_base.py:331
↓ 1 callers
Method
_create_row_formatter
Build formatter function for row-details.
msticpy/vis/data_viewer_panel.py:154
↓ 1 callers
Method
_create_search_controls
Instantiate and set up search widgets.
msticpy/init/pivot_core/pivot_browser.py:156
↓ 1 callers
Method
_create_select_controls
Instantiate and set up select widgets.
msticpy/init/pivot_core/pivot_browser.py:104
↓ 1 callers
Method
_create_select_ctrl
(self, ctrl_defn, name, curr_value)
msticpy/config/compound_ctrls.py:508
↓ 1 callers
Function
_create_si_proc
Return an SIProcess Object from a raw VT proc definition.
msticpy/context/vtlookupv3/vtfile_behavior.py:365
← previous
next →
901–1,000 of 3,664, ranked by callers