{"library":"msticpy","title":"MSTICpy","description":"MSTIC Security Tools for Jupyter notebooks, providing data acquisition, analysis, and visualization for security investigations. Current version is 3.0.0, released with Python 3.13 support and breaking changes. Release cadence: major/minor releases every few months.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install msticpy"],"cli":null},"imports":["from msticpy.data import QueryProvider","from msticpy.analysis import timeseries_anomalies","from msticpy.vis import nbdisplay","from msticpy.context.geoip import GeoIPLookup"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from msticpy.data import QueryProvider\nimport pandas as pd\n\n# Initialize a data provider (example: Azure Resource Graph)\nqry_prov = QueryProvider('AzureResourceGraph')\nprint('QueryProvider initialized successfully')","lang":"python","description":"Initialize a QueryProvider using the AzureResourceGraph driver. Replace 'AzureResourceGraph' with other supported drivers (e.g., 'LogAnalytics', 'MSSentinel').","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}