MCPcopy Create free account

hub / github.com/microsoft/msticpy / functions

Functions3,664 in github.com/microsoft/msticpy

Methodname_str
Return Entity Name.
msticpy/datamodel/entities/malware.py:79
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/url.py:86
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/unknown_entity.py:43
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/alert.py:144
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/oauth_application.py:90
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/geo_location.py:83
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/network_connection.py:87
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/azure_resource.py:72
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/cloud_application.py:71
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/service_principal.py:83
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/file_hash.py:77
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/submission_mail.py:93
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/ip_address.py:110
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/registry_key.py:69
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/threat_intelligence.py:69
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/mail_cluster.py:127
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/process.py:156
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/host.py:126
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/iot_device.py:105
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/mailbox.py:95
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/host_logon_session.py:101
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/cloud_logon_session.py:89
Methodname_str
Return Name Description. Returns ------- str Entity Name (optional). If not overridden by th
msticpy/datamodel/entities/entity.py:459
Methodname_str
Return Entity Name.
msticpy/datamodel/entities/file.py:124
Methodname_str
Return Entity Description.
msticpy/datamodel/soc/incident.py:84
Functionnet_df
Return network dataframe with random sample.
tests/context/test_ip_utils.py:41
Methodnetwork
Plot entity graph with Bokeh. Parameters ---------- source_col : str Column for source nodes. ta
msticpy/vis/mp_pandas_plot.py:540
Functionnetwork_data
Get network data.
tests/vis/test_matrix_plot.py:24
Functionnetwork_data
Read DF of network data.
tests/transform/test_network.py:23
Methodnew_dynamic_summary
Return a new DynamicSummary object. Notes ----- See the DynamicSummary class documentation for details of ex
msticpy/context/azure/sentinel_dynamic_summary.py:59
Methodnode_properties
Return all public properties that are not entities. Returns ------- Dict[str, Any] Dictionary of name, v
msticpy/datamodel/entities/entity.py:534
Functionnon_periodic_data
()
tests/analysis/polling_detection/conftest.py:33
Methodobservations
Return the current list of Observations. Returns ------- Mapping[str, Observation] The current ordered d
msticpy/analysis/observationlist.py:164
Methodorigin_time
Return the datetime of event.
msticpy/nbtools/security_base.py:325
Methodparse
Convert string or int to enum. Parameters ---------- value : Union[str, int] value to parse
msticpy/data/core/query_defns.py:130
Methodparse
Return enumeration matching (case-insensitive) string value.
msticpy/common/utility/types.py:206
Methodparse_results
Return the details of the response.
tests/testdata/plugins/ti_prov.py:77
Methodparse_results
Return the details of the response.
tests/testdata/plugins/ti_prov.py:90
Methodparse_results
Return the details of the response.
tests/testdata/plugins/ti_prov.py:114
Methodparse_results
Return the details of the response.
msticpy/context/tiproviders/abuseipdb.py:53
Methodparse_results
Return the details of the response. Parameters ---------- response : Dict The returned data response
msticpy/context/tiproviders/ip_quality_score.py:45
Methodparse_results
Return the details of the response. Parameters ---------- response : Dict The returned data response
msticpy/context/tiproviders/intsights.py:99
Methodparse_results
Return the details of the response. Parameters ---------- response : Dict The returned data response
msticpy/context/tiproviders/cyberint.py:79
Methodparse_results
Return the details of the response. Parameters ---------- response : Dict The returned data response
msticpy/context/tiproviders/pulsedive.py:380
Methodparse_results
Return the details of the response. Parameters ---------- response : Dict The returned data response
msticpy/context/tiproviders/tor_exit_nodes.py:162
Methodparse_results
Return the details of the response. Parameters ---------- response : Dict The returned data response
msticpy/context/tiproviders/greynoise.py:54
Methodparse_results
Return the details of the response. Parameters ---------- response : Dict The returned data response
msticpy/context/tiproviders/open_page_rank.py:150
Methodparse_results
Return the details of the response. Parameters ---------- response : Dict The returned data response
msticpy/context/tiproviders/virustotal.py:81
Methodparse_results
Return the details of the response. Parameters ---------- response : Dict The returned data response
msticpy/context/tiproviders/ibm_xforce.py:80
Methodparse_results
Return the details of the response.
msticpy/context/tiproviders/binaryedge.py:51
Methodparse_results
Return the details of the response.
msticpy/context/tiproviders/crowdsec.py:50
Methodparse_results
Return the details of the response. Parameters ---------- response : Dict The returned data response
msticpy/context/tiproviders/ti_provider_base.py:166
Methodparse_results
Return the details of the response. Parameters ---------- response : Dict The returned data response
msticpy/context/tiproviders/alienvault_otx.py:90
Methodparse_results
Return the details of the response. Parameters ---------- response : Dict The returned data response
msticpy/context/tiproviders/azure_sent_byoti.py:63
Methodparse_results
Return the details of the response. Parameters ---------- response : Dict The returned data response
msticpy/context/tiproviders/kql_base.py:303
Methodparse_results
Return the details of the response. Parameters ---------- response : dict The returned data response
msticpy/context/contextproviders/context_provider_base.py:243
Methodpath_separator
Return the path separator used by the file.
msticpy/datamodel/entities/file.py:112
Methodperiod
Return the period of the timeperiod. Returns ------- timedelta Period timedelta.
msticpy/common/timespan.py:136
Functionperiodic_data
()
tests/analysis/polling_detection/conftest.py:15
Functionpivot_lookup
Lookup Pivot function from Entity or parameter values. Parameters ---------- data: Union[str, List[str], pd.DataFram
msticpy/init/pivot_core/pivot_register.py:155
Methodpivot_value
Perform a pivot on a single value.
msticpy/context/tiproviders/riskiq.py:337
Functionplot_cluster
Plot clustered data as scatter chart. Parameters ---------- db_cluster : DBSCAN DBScan Cluster (from SkLearn DBSCAN). da
msticpy/analysis/eventcluster.py:625
Functionplot_graph
Plot circular graph using matplotlib. Parameters ---------- call_graph : nx.Graph The graph to plot. size : Tuple[int, i
tools/toollib/module_tree.py:113
Functionplot_outlier_results
Plot Isolation Forest results. Parameters ---------- clf : IsolationForest Isolation Forest model x : np.ndarray
msticpy/analysis/outliers.py:477
Methodprimary_account
Return the primary account entity (if any) associated with this object. Returns ------- Optional[Process]
msticpy/nbtools/security_base.py:250
Methodprimary_host
Return the primary host entity (if any) associated with this object. Returns ------- Optional[Host] prim
msticpy/nbtools/security_base.py:207
Methodprimary_process
Return the primary process entity (if any) associated with this object. Returns ------- Optional[Process]
msticpy/nbtools/security_base.py:223
Methodprimary_results
Mock primary_results.
tests/data/drivers/test_azure_kusto_driver.py:406
Methodprint_license
Print license information for providers.
msticpy/context/geoip.py:192
Functionprint_module_imports
Print module imports of type. Parameters ---------- modules : Dict[str, ModuleImports] Dictionary of module imports imp_
tools/toollib/import_analyzer.py:166
Methodprisma_search_assets
Execute an asset search on Prisma Cloud with pagination. This method retrieves asset-related data from Prisma Cloud by executing the
msticpy/data/drivers/prismacloud_driver.py:699
Methodprisma_search_config_resource
Execute a configuration search on Prisma Cloud. This method retrieves configuration-related data from Prisma Cloud by executing
msticpy/data/drivers/prismacloud_driver.py:868
Methodprisma_search_events
Execute an event search on Prisma Cloud. This method retrieves event-related data from Prisma Cloud by executing the given q
msticpy/data/drivers/prismacloud_driver.py:784
Methodprisma_search_network
Execute a network data search on Prisma Cloud with pagination. This method retrieves network-related data from Prisma Cloud by execu
msticpy/data/drivers/prismacloud_driver.py:610
Methodprocess_tree
Return the process tree plot.
msticpy/context/vtlookupv3/vtfile_behavior.py:255
Methodprocess_tree
Build and plot a process tree. Parameters ---------- schema : ProcSchema, optional The data schema to us
msticpy/vis/mp_pandas_plot.py:252
Methodprocessors
Return _processors value.
msticpy/context/preprocess_observable.py:269
Functionprop_del
Property deleter.
msticpy/datamodel/entities/graph_property.py:55
Functionprop_getter
Return property value.
msticpy/datamodel/entities/graph_property.py:31
Functionprop_setter
Set property value and add graph edge.
msticpy/datamodel/entities/graph_property.py:35
Methodproperties
Return a dictionary of the Alert or Event properties. Returns ------- Dict[str, Any] dictionary of the A
msticpy/nbtools/security_base.py:149
Methodproperties
Return dictionary properties of entity. Returns ------- dict Entity properties.
msticpy/datamodel/entities/entity.py:427
Methodprovider_status
Return loaded provider status. Returns ------- Iterable[str] List of providers and descriptions.
msticpy/context/lookup.py:150
Methodproviders
Return the current set of loaded providers. Returns ------- Dict[str, Any] provider_name, provider_insta
msticpy/init/pivot.py:195
Functionps_code
Powershell code block.
tests/analysis/test_code_cleanup.py:27
Functionptu_ids
Return IDs for parse time unit tests.
tests/nbwidgets/test_nbwidgets.py:36
Functionqry_provider
Query Provider fixture.
tests/data/drivers/test_mordor_driver.py:72
Methodqualified_name
Windows qualified account name.
msticpy/datamodel/entities/account.py:138
Functionquery
Return a Query object.
tests/config/test_query_editor.py:47
Methodquery
Execute query string and return DataFrame of results.
tests/testdata/plugins/data_prov.py:33
Methodquery
Mock query function.
tests/context/test_tiprovider_kql.py:76
Methodquery
Test method.
tests/data/test_query_source.py:46
Methodquery
()
tests/data/test_dataqueries.py:714
Methodquery
Execute query string and return DataFrame of results. Parameters ---------- query : str The query to exe
msticpy/data/drivers/driver_base.py:191
Methodquery
Execute query string and return DataFrame of results. Parameters ---------- query : str The query to exe
msticpy/data/drivers/security_graph_driver.py:58
Methodquery
Execute query and retrieve results. Parameters ---------- query : str Elastic query to execute q
msticpy/data/drivers/elastic_driver.py:113
Methodquery
Execute a Prisma Cloud query and return the results as a Pandas DataFrame. This method is the primary interface for executing querie
msticpy/data/drivers/prismacloud_driver.py:1033
Methodquery
Execute Resource Graph query and retrieve results. Parameters ---------- query : str KQL query to execut
msticpy/data/drivers/resource_graph_driver.py:107
Methodquery
Execute query string and return DataFrame of results. Parameters ---------- query : str The query to exe
msticpy/data/drivers/cybereason_driver.py:121
Methodquery_attach_spec
Parameters that determine whether a query is relevant for the driver.
msticpy/data/drivers/driver_base.py:264
← previousnext →2,601–2,700 of 3,664, ranked by callers