MCPcopy Create free account

hub / github.com/microsoft/msticpy / functions

Functions3,664 in github.com/microsoft/msticpy

Functiontest_widget_attribs
Check widgets expected properties.
tests/nbwidgets/test_nbwidgets.py:296
Functiontest_widgets_notebook
Run widgets notebook.
tests/nbwidgets/test_nbwidgets.py:320
Functiontest_windows_path
(ioc_extract)
tests/transform/test_ioc_extractor.py:80
Functiontest_workspace_args_are_normalized
Test that workspace Args are mapped to az_connect keyword names.
tests/data/drivers/test_azure_monitor_driver.py:228
Functiontest_write_to_yaml
()
tests/data/drivers/test_sentinel_query_reader.py:226
Functiontest_ws_details_from_url
Testing retrieving workspace details from portal url.
tests/context/azure/test_sentinel_workspaces.py:191
Functiontest_wsconfig_config_str
Test capture of config from connections strings.
tests/common/test_wsconfig.py:174
Functiontest_wsconfig_default_ws
Test WorkspaceConfig - no parameter.
tests/common/test_wsconfig.py:23
Functiontest_wsconfig_misc_funcs
Test miscellaneous functions.
tests/common/test_wsconfig.py:94
Functiontest_wsconfig_named_ws
Test WorkspaceConfig.
tests/common/test_wsconfig.py:75
Functiontest_wsconfig_single_ws
Test single workspace config.
tests/common/test_wsconfig.py:112
Functionti_data
Return TI data dataframe.
tests/context/azure/test_sentinel_dynamic_summary.py:215
Functionti_lookup
Return TI Lookup.
tests/context/test_tiprovider_kql.py:156
Functionti_lookup
Return TILookup instance.
tests/context/test_lookup.py:52
Functionti_lookup
Return TILookup instance.
tests/context/test_tiproviders.py:35
Functionti_results
Test fixture to read Dataframe.
tests/vis/test_ti_browser.py:21
Methodtimespan
Return the timespan as a TimeSpan object.
msticpy/nbwidgets/query_time.py:456
Methodtimespan
Return the current timespan. Returns ------- TimeSpan The current timespan
msticpy/init/pivot.py:261
Methodto_graph
Create a networkx graph from a DataFrame. Parameters ---------- source_col : str Column for source nodes
msticpy/init/mp_pandas_accessors.py:173
Methodtoken
Return the token.
msticpy/auth/msal_auth.py:138
Functiontoken_side_effect
(request)
tests/data/drivers/test_mdatp_driver.py:131
Methodtoken_uri
Return the resource manager token URI.
msticpy/auth/cloud_mappings.py:266
Functiontree_to_text
Return text rendering of process tree. Parameters ---------- procs : pd.DataFrame The process tree DataFrame. schema : O
msticpy/transform/process_tree_utils.py:394
Functiontxt2df
Convert cell text to pandas DataFrame. Parameters ---------- sep : str Column separator/delimiter to use
msticpy/init/nbmagics.py:171
Functionunescape_windows_path
Remove escaping from backslash characters in a string.
msticpy/common/utility/format.py:92
Functionunit_test_ids
Test Kusto connection.
tests/data/drivers/test_azure_kusto_driver.py:343
Methodunits
Time units used by control.
msticpy/nbwidgets/query_time.py:451
Functionunpack_items
Base64 decode an input string or strings taken from a pandas dataframe. Parameters ---------- input_string : str, optional s
msticpy/transform/base64unpack.py:143
Methodupdate_progress
Update progress UI by increment or new total. Parameters ---------- new_total : int, optional New total,
msticpy/nbwidgets/progress.py:75
Methodupdate_tnt
(chg)
msticpy/common/wsconfig.py:368
Methodupdate_ws
(chg)
msticpy/common/wsconfig.py:365
Methodupload_df
Upload a Pandas DataFrame to Splunk. Parameters ---------- data : pd.DataFrame Data to upload. s
msticpy/data/uploaders/splunk_uploader.py:128
Methodupload_file
Upload a seperated value file to Log Analytics. Parameters ---------- file_path : str Path to file to up
msticpy/data/uploaders/loganalytics_uploader.py:169
Methodupload_file
Upload a seperated value file to Splunk. Parameters ---------- file_path : str Path to the file to uploa
msticpy/data/uploaders/splunk_uploader.py:181
Methodupload_folder
Upload all files in a folder to Log Analytics. Parameters ---------- folder_path : str Folder path to up
msticpy/data/uploaders/loganalytics_uploader.py:189
Methodupload_folder
Upload all files in a folder to Splunk. Parameters ---------- folder_path : str Path to folder to upload
msticpy/data/uploaders/splunk_uploader.py:242
Functionurl_components
Return parsed Url components as dict.
msticpy/context/domain_utils.py:305
Methodurl_endpoint
Return the current URL endpoint for Azure Monitor.
msticpy/data/drivers/azure_monitor_driver.py:150
Methodusage
Print usage of provider.
msticpy/context/tiproviders/ti_provider_base.py:321
Methodvalue
Return value.
tests/config/test_mp_config_controls.py:100
Methodvalue
Return currently selected value or values.
msticpy/nbwidgets/select_subset.py:105
Methodvalue
Return the timespan as a TimeSpan object.
msticpy/nbwidgets/query_time.py:466
Methodvalue
Return the current progress value. Returns ------- int Progess value
msticpy/nbwidgets/progress.py:50
Methodvalue
Get the current value of the widget.
msticpy/nbwidgets/get_text.py:77
Methodvalue
Return selected alert.
msticpy/nbwidgets/select_alert.py:141
Methodvalue
Get the current value of the key.
msticpy/nbwidgets/get_environment_key.py:95
Methodvalue
Return current widget lookback value.
msticpy/nbwidgets/lookback.py:111
Methodvalue
Return the currently selected item.
msticpy/nbwidgets/select_item.py:154
Methodvalue
Return the current value of the control.
msticpy/config/comp_edit.py:243
Methodvalue
Return the value of the control. Returns ------- Union[str, Dict[str, Optional[str]]] Either a string va
msticpy/config/compound_ctrls.py:112
Methodvalue
Return the current value of the control. Returns ------- Union[str, Dict[str, Optional[str]]] The value
msticpy/config/compound_ctrls.py:348
Methodvalue
Return the current value of the control. Returns ------- Optional[Dict[str, Any]] Control value dictiona
msticpy/config/compound_ctrls.py:456
Methodvault_name
Return the Key Vault name.
msticpy/auth/keyvault_client.py:268
Methodview
Initialize the DataViewer class. Parameters ---------- data : pd.DataFrame The DataFrame to view
msticpy/init/mp_pandas_accessors.py:295
Methodvisit_Call
Collect call statements. Parameters ---------- node : Any Visited node
tools/toollib/ast_parser.py:107
Methodvisit_FunctionDef
Collect function statements. Parameters ---------- node : Any Visited node
tools/toollib/ast_parser.py:123
Methodvisit_Import
Collect import statements. Parameters ---------- node : Any Visited node
tools/toollib/ast_parser.py:78
Methodvisit_ImportFrom
Collect import from statements. Parameters ---------- node : Any Visited node
tools/toollib/ast_parser.py:92
Functionvt_client
Return a VTLookup instance.
tests/context/test_vtlookupv3.py:53
Methodworkspace_name
Return the Synapse workspace name.
msticpy/init/azure_synapse_tools.py:316
Functionwrapped_query_func
Wrap function to extract and map parameters.
msticpy/init/pivot_init/pivot_data_queries.py:548
Functionwrapper
Inner argument name checker.
msticpy/common/utility/types.py:81
Methodx_column
Return the current x column value.
msticpy/vis/matrix_plot.py:58
Methody_column
Return the current y column value.
msticpy/vis/matrix_plot.py:63
← previous3,601–3,664 of 3,664, ranked by callers