MCPcopy Create free account

hub / github.com/microsoft/msticpy / functions

Functions3,664 in github.com/microsoft/msticpy

Functionioc_extract_no_df
Return IoCExtract instance.
tests/transform/test_ioc_extractor.py:28
Methodioc_query_defs
Return current dictionary of IoC query/request definitions. Returns ------- dict[str, Any] IoC query/req
msticpy/context/tiproviders/ti_provider_base.py:308
Methodioc_types
Return the current set of IoC types and regular expressions. Returns ------- dict dict of IoC Type names
msticpy/transform/iocextract.py:307
Methodioc_vt_type_mapping
Return mapping between internal and VirusTotal IoC type names. Returns ------- Mapping[str, str] Return
msticpy/context/vtlookupv3/vtlookup.py:190
Functionip_rev_resolve_df
Reverse lookup for IP Address. Parameters ---------- ip_address : str The IP address to query. Returns -------
msticpy/context/domain_utils.py:397
Methodis_done
(self)
tests/data/drivers/test_splunk_driver.py:92
Methodis_in_azure_sub
Return True if the alert originates from an Azure Security Center host.
msticpy/nbtools/security_base.py:191
Methodis_in_log_analytics
Return True if the alert originates from a Log Analytics Workspace host.
msticpy/nbtools/security_base.py:186
Methodis_in_log_analytics
Return True if the alert originates from a Log Analytics Workspace host.
msticpy/datamodel/soc/sentinel_alert.py:129
Methodis_in_workspace
Return True if the alert has a Log Analytics WorkspaceID.
msticpy/nbtools/security_base.py:181
Methodis_in_workspace
Return True if the alert has a Log Analytics WorkspaceID.
msticpy/datamodel/soc/sentinel_alert.py:124
Methodis_known_type
Return True if this a known IoC Type. Parameters ---------- item_type : str IoCType string to test
msticpy/context/provider_base.py:291
Methoditem_query_defs
Return current dictionary of IoC query/request definitions. Returns ------- dict[str, Any] IoC query/req
msticpy/context/provider_base.py:278
Methoditerator
Return an iterator of VT objects.
tests/context/test_vtlookupv3.py:139
Methodjob_id
Return current job ID.
msticpy/init/azure_synapse_tools.py:326
Methodjson
Return Python representation of json data.
tests/context/test_contextproviders.py:52
Methodkey_vault
Return default Key Vault name.
msticpy/init/azure_synapse_tools.py:296
Methodkeyvault_uri
Return KeyVault URI template for current cloud.
msticpy/auth/keyvault_settings.py:125
Functionla_uploader
Generate LAUploader for testing.
tests/data/uploaders/test_loganalytics_uploader.py:26
Methodlabel
Return current display item.
msticpy/nbwidgets/select_item.py:167
Functionlaplace_smooth_counts
Laplace smoothing is applied to the counts. We do this by adding 1 to each of the counts. This is so we shift some of the probability ma
msticpy/analysis/anomalous_sequence/utils/cmds_params_values.py:131
Functionlaplace_smooth_counts
Laplace smoothing is applied to the counts. We do this by adding 1 to each of the counts. This is so we shift some of the probability ma
msticpy/analysis/anomalous_sequence/utils/cmds_params_only.py:96
Functionlaplace_smooth_counts
Laplace smoothing is applied to the counts. We do this by adding 1 to each of the counts. This is so when we compute the probabilities f
msticpy/analysis/anomalous_sequence/utils/cmds_only.py:71
Methodlayout
Return underlying widget collection.
msticpy/nbwidgets/get_text.py:72
Methodlayout
Return underlying widget collection.
msticpy/nbwidgets/get_environment_key.py:106
Methodlayout
Create layout for buttons.
msticpy/nbwidgets/option_buttons.py:97
Methodlayout
Return underlying widget.
msticpy/nbwidgets/lookback.py:101
Methodlayout
Return underlying widget collection.
msticpy/nbwidgets/select_item.py:143
Methodlayout
Return the parent widget.
msticpy/config/comp_edit.py:128
Methodlayout
Return the widget layout for the control.
msticpy/config/compound_ctrls.py:504
Functionlegacy_select_api
(env: DataEnvironment, cloud: str)
tests/data/drivers/test_mdatp_driver.py:103
Methodlinks
Return all links associated with the alert.
msticpy/datamodel/soc/sentinel_alert.py:134
Methodlist
Provide list of subscriptions.
tests/data/drivers/test_resource_graph_driver.py:26
Functionlist_auth_methods
Return list of accepted authentication methods.
msticpy/auth/azure_auth_core.py:299
Methodlist_data_connectors
List deployed data connectors. Returns ------- pd.DataFrame A DataFrame containing the deployed data con
msticpy/context/azure/sentinel_core.py:463
Functionlist_default_imports
List the default imports for `init_notebook`.
msticpy/init/nbinit.py:575
Functionlist_entities
List entities.
msticpy/datamodel/entities/__init__.py:145
Methodlist_pivot_funcs
Print list of pivot functions assigned to entity.
msticpy/datamodel/entities/entity.py:628
Functionlist_pygments_styles
Return list of pygments styles available. Returns ------- List[str] The list of pygments style names.
msticpy/vis/code_view.py:54
Functionlist_responses
Return multiple response list from test data.
tests/context/azure/test_sentinel_dynamic_summary.py:228
Methodlist_sandboxes
Return list of known sandbox types.
msticpy/context/vtlookupv3/vtfile_behavior.py:109
Methodlist_sentinel_workspaces
Return a list of Microsoft Sentinel workspaces in a Subscription. Parameters ---------- sub_id : str The
msticpy/context/azure/azure_data.py:340
Methodlist_vaults
Return a list of vaults for the subscription. Returns ------- list[str] Vault names
msticpy/auth/keyvault_client.py:440
Functionload_index
Return None if magic isn't == kql.
tests/data/uploaders/test_splunk_uploader.py:21
Functionload_plugins
Fixture_docstring.
tests/init/test_mp_plugins.py:46
Functionload_plugins
Load plugins from specified paths or configuration. Parameters ---------- plugin_paths : Union[str, Iterable[str]] A path or
msticpy/__init__.py:161
Methodloaded
Return true if the provider is loaded. Returns ------- bool True if the provider is loaded. Not
msticpy/data/drivers/driver_base.py:115
Methodloaded_providers
Return dictionary of loaded providers. Returns ------- dict[str, TIProvider] [description]
msticpy/context/lookup.py:137
Methodlog_analytics_uri
Return the AAD authority URI.
msticpy/auth/cloud_mappings.py:278
Methodlookback
Return current widget lookback value.
msticpy/nbwidgets/lookback.py:106
Methodlookup_ioc
Lookup single IoC.
tools/mp_demo_data.py:217
Methodlookup_ioc
Lookup a single IoC observable. Parameters ---------- ioc : str IoC Observable value ioc_type :
msticpy/context/tiproviders/riskiq.py:176
Methodlookup_ioc
Lookup for IOC in MalwareBazaar. Parameters ---------- observable : str The observable to lookup.
msticpy/context/tiproviders/mblookup.py:96
Methodlookup_ioc
Lookup a single IoC observable. Parameters ---------- ioc : str IoC Observable value ioc_type :
msticpy/context/tiproviders/tor_exit_nodes.py:101
Methodlookup_ioc
Lookup from a value. Parameters ---------- ioc : str ioc to lookup ioc_type : str, optional
msticpy/context/tiproviders/ti_http_provider.py:153
Methodlookup_ioc
Lookup from a value. Parameters ---------- ioc : str item to lookup ioc_type : str, optional
msticpy/context/tiproviders/kql_base.py:89
Methodlookup_ioc
Look up and single IoC observable. Parameters ---------- observable: str The observable value vt
msticpy/context/vtlookupv3/vtlookupv3.py:298
Methodlookup_ioc
Look up and single IoC observable. Parameters ---------- observable : str The observable value i
msticpy/context/vtlookupv3/vtlookup.py:282
Methodlookup_iocs
Lookup collection of IoC observables. Parameters ---------- data : Union[pd.DataFrame, Dict[str, str], Iterable[str]
msticpy/context/tiproviders/open_page_rank.py:89
Methodlookup_iocs
Lookup collection of IoC observables. Parameters ---------- data : Union[pd.DataFrame, dict[str, str], Iterable[str]
msticpy/context/tiproviders/ti_provider_base.py:212
Methodlookup_iocs
Look up and multiple IoC observables. Parameters ---------- observables_df: pd.DataFrame A Pandas DataFr
msticpy/context/vtlookupv3/vtlookupv3.py:394
Methodlookup_iocs
Retrieve results for IoC observables in the source dataframe. Parameters ---------- data : pd.DataFrame
msticpy/context/vtlookupv3/vtlookup.py:202
Methodlookup_iocs_async
Call base async wrapper.
msticpy/context/tiproviders/open_page_rank.py:74
Methodlookup_iocs_async
Call base async wrapper.
msticpy/context/tiproviders/ti_provider_base.py:252
Methodlookup_ip
Look up location.
tools/mp_demo_data.py:237
Methodlookup_item
Lookup from an item value. Parameters ---------- item : str item to lookup item_type : str, opti
msticpy/context/http_provider.py:169
Methodlookup_item
Lookup a single item. Parameters ---------- item : str Item value to lookup item_type : str, opt
msticpy/context/tiproviders/ti_provider_base.py:117
Methodlookup_item
Lookup from a value. Parameters ---------- item : str item to lookup item_type : str, optional
msticpy/context/contextproviders/context_provider_base.py:96
Methodlookup_items
Lookup collection of items. Parameters ---------- data : Union[pd.DataFrame, dict[str, str], Iterable[str]]
msticpy/context/provider_base.py:171
Methodlookup_observable
Lookup single observable in active providers. Parameters ---------- observable : str observable
msticpy/context/contextlookup.py:56
Methodlookup_observable
Lookup from a value. Parameters ---------- observable : str observable to lookup observable_type
msticpy/context/contextproviders/http_context_provider.py:142
Methodlookup_observables
Lookup collection of observables. Parameters ---------- data : pd.DataFrame | dict[str, str] | Iterable[str]
msticpy/context/contextproviders/context_provider_base.py:261
Methodlookup_observables_async
Call base async wrapper.
msticpy/context/contextproviders/context_provider_base.py:301
Methodmap_azure_type
(azure_type: str)
msticpy/data/drivers/azure_search_driver.py:202
Functionmd_error
Return string as an error - red text prefixed by "Error". Parameters ---------- string : str The error message. disp_id
msticpy/common/utility/ipython.py:106
Functionmdr_driver
Test fixture to create mordor driver.
tests/data/drivers/test_mordor_driver.py:81
Functionmetadata_editor
Return a MetadataEditWidget instance.
tests/config/test_query_editor.py:152
Methodmgmt_uri
Return Azure management URI template for current cloud.
msticpy/auth/keyvault_settings.py:135
Functionmock_auth_context_methods
(expiry_time)
tests/auth/test_provider_secrets.py:347
Functionmock_az_credentials
()
tests/auth/test_azure_auth.py:15
Functionmock_connect
Mock driver.connect.
tests/init/pivot/conftest.py:79
Functionmock_credentials
Return mock credentials object.
tests/data/drivers/test_azure_search_driver.py:40
Functionmock_query_response
Return a fake query response including Schema for datetime conversion.
tests/data/drivers/test_mdatp_driver.py:34
Functionmock_token_response
Return a minimal successful token response.
tests/data/drivers/test_mdatp_driver.py:28
Functionmp_conf_ctrl
Create MPConfigControl instance.
tests/config/test_mp_config_controls.py:26
Functionmp_conf_ctrl
Create MPConfigControl instance.
tests/config/test_item_editors.py:43
Functionmp_config_file
Fixture_docstring.
tests/auth/test_azure_auth_core.py:55
Functionmp_edit
Get instantiated editor.
tests/config/test_mp_config_edit.py:31
Functionmp_session_yaml
Create a temporary YAML file for testing. Parameters ---------- tmp_path : pathlib.Path Temporary directory provided by pyte
tests/init/test_mp_user_session.py:18
Functionmp_settings
Return test settings.
tests/init/test_user_config.py:76
Methodmp_settings
Return the equivalent MSTICPY settings dictionary.
msticpy/common/wsconfig.py:242
Functionmpsparkutils
(monkeypatch)
tests/init/test_azure_synapse_tools.py:33
Methodname
Get the current name of the key.
msticpy/nbwidgets/get_environment_key.py:101
Methodname
Return the name of the provider.
msticpy/context/provider_base.py:167
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/security_group.py:71
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/account.py:123
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/dns.py:75
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/registry_value.py:76
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/mail_message.py:171
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/mailbox_configuration.py:102
← previousnext →2,501–2,600 of 3,664, ranked by callers