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
Function
test_widget_attribs
Check widgets expected properties.
tests/nbwidgets/test_nbwidgets.py:296
Function
test_widgets_notebook
Run widgets notebook.
tests/nbwidgets/test_nbwidgets.py:320
Function
test_windows_path
(ioc_extract)
tests/transform/test_ioc_extractor.py:80
Function
test_workspace_args_are_normalized
Test that workspace Args are mapped to az_connect keyword names.
tests/data/drivers/test_azure_monitor_driver.py:228
Function
test_write_to_yaml
()
tests/data/drivers/test_sentinel_query_reader.py:226
Function
test_ws_details_from_url
Testing retrieving workspace details from portal url.
tests/context/azure/test_sentinel_workspaces.py:191
Function
test_wsconfig_config_str
Test capture of config from connections strings.
tests/common/test_wsconfig.py:174
Function
test_wsconfig_default_ws
Test WorkspaceConfig - no parameter.
tests/common/test_wsconfig.py:23
Function
test_wsconfig_misc_funcs
Test miscellaneous functions.
tests/common/test_wsconfig.py:94
Function
test_wsconfig_named_ws
Test WorkspaceConfig.
tests/common/test_wsconfig.py:75
Function
test_wsconfig_single_ws
Test single workspace config.
tests/common/test_wsconfig.py:112
Function
ti_data
Return TI data dataframe.
tests/context/azure/test_sentinel_dynamic_summary.py:215
Function
ti_lookup
Return TI Lookup.
tests/context/test_tiprovider_kql.py:156
Function
ti_lookup
Return TILookup instance.
tests/context/test_lookup.py:52
Function
ti_lookup
Return TILookup instance.
tests/context/test_tiproviders.py:35
Function
ti_results
Test fixture to read Dataframe.
tests/vis/test_ti_browser.py:21
Method
timespan
Return the timespan as a TimeSpan object.
msticpy/nbwidgets/query_time.py:456
Method
timespan
Return the current timespan. Returns ------- TimeSpan The current timespan
msticpy/init/pivot.py:261
Method
to_graph
Create a networkx graph from a DataFrame. Parameters ---------- source_col : str Column for source nodes
msticpy/init/mp_pandas_accessors.py:173
Method
token
Return the token.
msticpy/auth/msal_auth.py:138
Function
token_side_effect
(request)
tests/data/drivers/test_mdatp_driver.py:131
Method
token_uri
Return the resource manager token URI.
msticpy/auth/cloud_mappings.py:266
Function
tree_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
Function
txt2df
Convert cell text to pandas DataFrame. Parameters ---------- sep : str Column separator/delimiter to use
msticpy/init/nbmagics.py:171
Function
unescape_windows_path
Remove escaping from backslash characters in a string.
msticpy/common/utility/format.py:92
Function
unit_test_ids
Test Kusto connection.
tests/data/drivers/test_azure_kusto_driver.py:343
Method
units
Time units used by control.
msticpy/nbwidgets/query_time.py:451
Function
unpack_items
Base64 decode an input string or strings taken from a pandas dataframe. Parameters ---------- input_string : str, optional s
msticpy/transform/base64unpack.py:143
Method
update_progress
Update progress UI by increment or new total. Parameters ---------- new_total : int, optional New total,
msticpy/nbwidgets/progress.py:75
Method
update_tnt
(chg)
msticpy/common/wsconfig.py:368
Method
update_ws
(chg)
msticpy/common/wsconfig.py:365
Method
upload_df
Upload a Pandas DataFrame to Splunk. Parameters ---------- data : pd.DataFrame Data to upload. s
msticpy/data/uploaders/splunk_uploader.py:128
Method
upload_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
Method
upload_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
Method
upload_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
Method
upload_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
Function
url_components
Return parsed Url components as dict.
msticpy/context/domain_utils.py:305
Method
url_endpoint
Return the current URL endpoint for Azure Monitor.
msticpy/data/drivers/azure_monitor_driver.py:150
Method
usage
Print usage of provider.
msticpy/context/tiproviders/ti_provider_base.py:321
Method
value
Return value.
tests/config/test_mp_config_controls.py:100
Method
value
Return currently selected value or values.
msticpy/nbwidgets/select_subset.py:105
Method
value
Return the timespan as a TimeSpan object.
msticpy/nbwidgets/query_time.py:466
Method
value
Return the current progress value. Returns ------- int Progess value
msticpy/nbwidgets/progress.py:50
Method
value
Get the current value of the widget.
msticpy/nbwidgets/get_text.py:77
Method
value
Return selected alert.
msticpy/nbwidgets/select_alert.py:141
Method
value
Get the current value of the key.
msticpy/nbwidgets/get_environment_key.py:95
Method
value
Return current widget lookback value.
msticpy/nbwidgets/lookback.py:111
Method
value
Return the currently selected item.
msticpy/nbwidgets/select_item.py:154
Method
value
Return the current value of the control.
msticpy/config/comp_edit.py:243
Method
value
Return the value of the control. Returns ------- Union[str, Dict[str, Optional[str]]] Either a string va
msticpy/config/compound_ctrls.py:112
Method
value
Return the current value of the control. Returns ------- Union[str, Dict[str, Optional[str]]] The value
msticpy/config/compound_ctrls.py:348
Method
value
Return the current value of the control. Returns ------- Optional[Dict[str, Any]] Control value dictiona
msticpy/config/compound_ctrls.py:456
Method
vault_name
Return the Key Vault name.
msticpy/auth/keyvault_client.py:268
Method
view
Initialize the DataViewer class. Parameters ---------- data : pd.DataFrame The DataFrame to view
msticpy/init/mp_pandas_accessors.py:295
Method
visit_Call
Collect call statements. Parameters ---------- node : Any Visited node
tools/toollib/ast_parser.py:107
Method
visit_FunctionDef
Collect function statements. Parameters ---------- node : Any Visited node
tools/toollib/ast_parser.py:123
Method
visit_Import
Collect import statements. Parameters ---------- node : Any Visited node
tools/toollib/ast_parser.py:78
Method
visit_ImportFrom
Collect import from statements. Parameters ---------- node : Any Visited node
tools/toollib/ast_parser.py:92
Function
vt_client
Return a VTLookup instance.
tests/context/test_vtlookupv3.py:53
Method
workspace_name
Return the Synapse workspace name.
msticpy/init/azure_synapse_tools.py:316
Function
wrapped_query_func
Wrap function to extract and map parameters.
msticpy/init/pivot_init/pivot_data_queries.py:548
Function
wrapper
Inner argument name checker.
msticpy/common/utility/types.py:81
Method
x_column
Return the current x column value.
msticpy/vis/matrix_plot.py:58
Method
y_column
Return the current y column value.
msticpy/vis/matrix_plot.py:63
← previous
3,601–3,664 of 3,664, ranked by callers