Skip to content

Releases: microsoft/msticpy

Azure Sentinel TI Provider

23 Aug 03:11
Compare
Choose a tag to compare

New Features

  • Azure Sentinel Threat Intel provider in TILookup
  • kql_base.py provider for TILookup to support other LogAnalytics TI sources
  • Refactored unit tests for TIProviders with mocking of data sources.
  • TIProviders notebook and ReadTheDocs TI Providers doc page.
  • Added package config and ability for WSConfig to get workspace and tenant config from msticpyconfig.yaml

Fixes

  • Fixes for mypy warnings - now mypy clean
  • Addressed most other linting warnings
  • Fixed broken multiple TI lookups for http providers
  • Black formatting
  • Bug in geoip that would throw exception for private IP addresses and issue warnings rather than exceptions if something goes wrong with GeoLite DB download
  • Fixed errors in several network query definitions
  • IoCExtract bug when trying to download TLD file offline

Enabling data library support

05 Jun 20:53
Compare
Choose a tag to compare

Some of the data library support was not included in the previous release. This is just catching up.

Data Query Library

31 May 16:36
Compare
Choose a tag to compare

New Features

  • Data query library supporting multiple data providers (kqlmagic, Odata...).
  • Query definitions are stored in YAML files in data/queries. Allowing default parameters and replaceable parameters at runtime.

Fixes

  • Updates to IocExtract and base64unpack.

Minor README/Setup Updates

16 Apr 09:33
Compare
Choose a tag to compare

New Features

  • Updated README with links to documentation and sample notebooks.
  • Added links to code and documentation in setup.py allowing links to appear in the PyPI repo side menu.

Fixes

  • Fixed a broken project url in setup.py.

Sphinx Documentation

12 Apr 15:53
Compare
Choose a tag to compare

New Features

Adding Sphinx documentation for Read the docs
Numpy docstrings should now be used (almost) everywhere
Added function to kql.py execute simple kql string query.
Added function to auditdextract.py to read audit logs from file.
Added these HowTo docs to repo:

  • Jupyter And Security
  • Azure Sentinel and Jupyter
  • Enabling Auditd on Linux in Azure Sentinel

Fixes

Fixing some errors in iocextract
Pylint and Flake8 warnings (mostly reducing line length to < 90)

Adding test cases and correcting linting warnings

05 Apr 22:00
Compare
Choose a tag to compare

New Features

Added observationlist module

Fixes

Fixing linting warnings.
Adding unittests test_event_cluster, test_observationlist, test_security_event + test data
Miscellaneous small fixes and improvements.

Adding documentation notebooks

27 Mar 21:03
Compare
Choose a tag to compare

New Features

Added several doc notebooks for components
Updated Readme.md
Initial refactoring of docstrings to use numpy standard format.
Additional unit tests.

Fixes

Fixing some bugs found while doing the documentation.

v0.1.3

25 Mar 12:05
900c3cb
Compare
Choose a tag to compare

msticpy initial public release v0.1.3