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_sent_ti_query_indicator
Test Sentinel analytics feature.
tests/context/azure/test_sentinel_ti.py:274
Function
test_sent_ti_result
Test Sentinel hunting feature.
tests/context/azure/test_sentinel_ti.py:205
Function
test_sent_ti_results
Test Sentinel hunting feature.
tests/context/azure/test_sentinel_ti.py:193
Function
test_sent_ti_update_indicator
Test Sentinel analytics feature.
tests/context/azure/test_sentinel_ti.py:247
Function
test_sent_updates
Test Sentinel incident update feature.
tests/context/azure/test_sentinel_incidents.py:76
Function
test_sent_watchlists
Test Sentinel Watchlist feature.
tests/context/azure/test_sentinel_watchlists.py:85
Function
test_sent_watchlists_create
Test Sentinel Watchlist feature.
tests/context/azure/test_sentinel_watchlists.py:97
Function
test_sent_watchlists_delete
Test Sentinel Watchlist feature.
tests/context/azure/test_sentinel_watchlists.py:113
Function
test_sent_watchlists_items
Test Sentinel Watchlist feature.
tests/context/azure/test_sentinel_watchlists.py:123
Function
test_sent_watchlists_items_add
Test Sentinel Watchlist feature.
tests/context/azure/test_sentinel_watchlists.py:137
Function
test_sentinel_connect
Test connect method with different parameter combinations.
tests/context/azure/test_sentinel_core.py:213
Function
test_sentinel_connect_no_init_params
Test connect method where no initial parameters are set.
tests/context/azure/test_sentinel_core.py:284
Function
test_sentinel_entity_creation
Test creation of Sentinel Alert entity.
tests/datamodel/entities/test_entity.py:184
Function
test_sentinel_ti_multi_lookups
Test multiple IOCs and failures.
tests/context/test_tiprovider_kql.py:289
Function
test_sentinel_ti_provider
Test TI provider queries.
tests/context/test_tiprovider_kql.py:221
Method
test_service_queries
Test default implementation of property service_queries.
tests/data/test_dataqueries.py:466
Method
test_sessionize_data
(self)
tests/analysis/test_anom_sessionize.py:217
Function
test_set_azure_env_creds
Test setting environment variables for env credential.
tests/init/test_azure_synapse_tools.py:198
Function
test_set_azure_msi_creds
Test setting environment variables for env credential.
tests/init/test_azure_synapse_tools.py:223
Function
test_set_config
Test pkg_config.set_config.
tests/common/test_pkg_config.py:255
Function
test_set_database_query
Test that we can set the database via the set_database method.
tests/data/drivers/test_azure_kusto_driver.py:821
Function
test_set_default_workspace
Test setting default workspace.
tests/context/azure/test_sentinel_core.py:141
Method
test_set_driver_property
Test default implementation of method set_driver_property with invalid property.
tests/data/test_dataqueries.py:489
Function
test_set_mp_azure_settings
Test setting msticpy settings.
tests/init/test_azure_synapse_tools.py:243
Function
test_settings_dict_get
Test get method.
tests/common/test_pkg_config.py:290
Function
test_settings_dict_getitem
Test __getitem__ method.
tests/common/test_pkg_config.py:269
Function
test_settings_dict_setitem
Test __setitem__ method.
tests/common/test_pkg_config.py:281
Method
test_skip_already_timedelta_column
Test that columns already in timedelta format are skipped.
tests/common/test_data_utils.py:128
Method
test_skip_nonexistent_column
Test that nonexistent columns are skipped without error.
tests/common/test_data_utils.py:137
Function
test_sort
Test mp_pivot.sort accessor.
tests/init/pivot/test_pivot_pd_accessor.py:172
Method
test_split_queries
Test queries split into time segments.
tests/data/test_dataqueries.py:405
Function
test_split_queries_async
Test queries split into time segments threaded execution.
tests/data/test_async_queries.py:330
Method
test_split_queries_err
Test queries split error conditions.
tests/data/test_dataqueries.py:426
Function
test_split_queries_sync
Test queries split into time segments.
tests/data/test_async_queries.py:293
Method
test_split_ranges
Test time range split logic.
tests/data/test_dataqueries.py:386
Function
test_splunk_connect_errors
Check connect failure errors.
tests/data/drivers/test_splunk_driver.py:196
Function
test_splunk_connect_no_params
Check failure with no args.
tests/data/drivers/test_splunk_driver.py:161
Function
test_splunk_connect_req_params
Check load/connect success with required params.
tests/data/drivers/test_splunk_driver.py:175
Function
test_splunk_fired_alerts
Check fired alerts.
tests/data/drivers/test_splunk_driver.py:226
Function
test_splunk_query_success
Check loaded true.
tests/data/drivers/test_splunk_driver.py:280
Function
test_splunk_saved_searches
Check saved searches.
tests/data/drivers/test_splunk_driver.py:249
Function
test_sql_convert
Test SQL to KQL Conversion.
tests/data/test_sql_to_kql.py:190
Method
test_state_matrix
(self)
tests/analysis/test_anom_seq_data_structures.py:12
Function
test_string_functions
Test string manipulation functions.
tests/data/test_sql_to_kql.py:247
Function
test_subgroups
Test subgroups.
tests/vis/test_folium.py:164
Function
test_subquery_in_from
Test subquery in FROM clause.
tests/data/test_sql_to_kql.py:334
Function
test_sumologic_connect_errors
Check connect failure errors.
tests/data/drivers/test_sumologic_driver.py:183
Function
test_sumologic_connect_no_params
Check failure with no args.
tests/data/drivers/test_sumologic_driver.py:157
Function
test_sumologic_connect_req_params
Check load/connect success with required params.
tests/data/drivers/test_sumologic_driver.py:169
Function
test_sumologic_query
Check queries with different outcomes.
tests/data/drivers/test_sumologic_driver.py:268
Function
test_sumologic_query_export
Check queries with different parameters.
tests/data/drivers/test_sumologic_driver.py:358
Function
test_sumologic_query_no_connect
Check query fails when not connected true.
tests/data/drivers/test_sumologic_driver.py:222
Function
test_sumologic_query_params
Check queries with different parameters.
tests/data/drivers/test_sumologic_driver.py:343
Function
test_synapse_name
Test the Synapse Name class.
tests/init/test_azure_synapse_tools.py:180
Function
test_syslog_risky_actions
()
tests/transform/test_cmd_line.py:38
Function
test_tee
Test mp_pivot.tee_exec accessor.
tests/init/pivot/test_pivot_pd_accessor.py:96
Function
test_tee_exec
Test mp_pivot.tee_exec accessor.
tests/init/pivot/test_pivot_pd_accessor.py:119
Function
test_text_process_tree
()
tests/transform/test_process_tree_utils.py:430
Function
test_ti_config_and_load
Test loading settings and TI Lookup.
tests/context/test_tiprovider_kql.py:164
Function
test_ti_config_and_load
Test loading TI providers.
tests/context/test_lookup.py:74
Function
test_ti_config_and_load
Test loading TI providers.
tests/context/test_tiproviders.py:281
Function
test_ti_lookup_enable_disable
Test enable and disable a provider.
tests/context/test_lookup.py:139
Function
test_ti_lookup_enable_disable
Test enable and disable a provider.
tests/context/test_tiproviders.py:313
Function
test_ti_provider
Test individual providers.
tests/context/test_tiproviders.py:189
Function
test_timeline
Test display_timeline.
tests/vis/test_timeline.py:126
Function
test_timeline_controls
Test timeline notebook.
tests/vis/test_timeline.py:265
Function
test_timeline_dict
Test display_timeline_dict.
tests/vis/test_timeline.py:184
Function
test_timeline_duration
Test display_timeline_duration.
tests/vis/test_timeline.py:240
Function
test_timeline_refs
Test display_timeline with reference items.
tests/vis/test_timeline.py:169
Function
test_timeline_values
Test display_timeline_values.
tests/vis/test_timeline.py:201
Function
test_timespan_eq
Test creating Timespan from another Timespan.
tests/common/test_timespan.py:60
Function
test_timespan_invalid_params
Test error handling for invalid params.
tests/common/test_timespan.py:100
Function
test_timespan_parms
Test standard parameters.
tests/common/test_timespan.py:28
Function
test_timespan_timeselector
Test timespan with a time selector object.
tests/common/test_timespan.py:76
Function
test_tiproviders_editor
TI Providers item editor.
tests/config/test_item_editors.py:252
Function
test_to_df
Test exporting graph nodes to a dataframe.
tests/vis/test_entity_graph.py:188
Function
test_to_html
Test to_html function.
tests/vis/test_code_view.py:77
Function
test_tor_exit_nodes
Test TOR exit nodes.
tests/context/test_tiproviders.py:414
Method
test_train
(self)
tests/analysis/test_anom_seq_model.py:51
Function
test_tree_utils_lx
Test process tree utils.
tests/transform/test_process_tree_utils.py:316
Function
test_tree_utils_win
Test process tree utils.
tests/transform/test_process_tree_utils.py:269
Function
test_ts_anomalies_seasonal_zero
Test ts_anomalies_stl handles seasonal == 0 case correctly.
tests/analysis/test_timeseries.py:88
Function
test_ts_anomalies_stl
Test ts_anomalies_stl function.
tests/analysis/test_timeseries.py:33
Function
test_txt2df
Test txt2df magic function.
tests/init/pivot/test_txt_df_magic.py:41
Function
test_union_without_all
Test UNION (which adds distinct).
tests/data/test_sql_to_kql.py:386
Function
test_upload_fails
Check upload failure.
tests/data/uploaders/test_loganalytics_uploader.py:64
Function
test_url
Test URL get_componennts.
tests/datamodel/entities/test_entity.py:60
Function
test_url
(ioc_extract)
tests/transform/test_ioc_extractor.py:75
Method
test_urlvalidation
(self)
tests/context/test_vtlookup.py:53
Function
test_user_config
Test user config.
tests/init/test_user_config.py:87
Function
test_user_exceptions
Test user exceptions with messages to std out.
tests/common/test_exceptions.py:81
Function
test_valid_queries
Test load default settings.
tests/data/queries/test_query_files.py:44
Method
test_valid_relative_path
Validate a simple relative path succeeds.
tests/common/test_archive_utils.py:28
Method
test_valid_simple_filename
Validate a plain filename succeeds.
tests/common/test_archive_utils.py:33
Function
test_validate_config
Test config validation function.
tests/common/test_pkg_config.py:124
Function
test_validate_domain
()
tests/context/test_domain_utils.py:15
Function
test_validate_domain_fail
()
tests/context/test_domain_utils.py:25
Function
test_vr_query
Test loading and querying velociraptor data.
tests/data/drivers/test_velociraptor_driver.py:51
Function
test_vt_search
Test search API.
tests/context/test_vtlookupv3.py:399
Function
test_whois_pdext
Test IP Whois.
tests/context/test_ip_utils.py:495
← previous
next →
3,501–3,600 of 3,664, ranked by callers