github microsoft/msticpy v2.3.1
MSTICPy Feb 2023 Fixes

latest releases: v2.13.0, v2.12.0, v2.11.0...
19 months ago

This is minor release with mostly fixes.

Some higlights from the #631 PR

#629 - You can now suppress progress bar for Threat Intel lookups (useful to avoid screen mess
when running multiple lookups from other code)

  tilookup.lookup_iocs(data, progress=False)

#572 - We've had a long-running issue in Azure Machine Learning where the UI does not correctly
handle javascript written by the notebook. This results in JS code in the output cells. While we're waiting
for AML to re-adopt the latest Azure Notebooks package and get rid of this bug altogether we've
added a fix to suppress javascript text for out Kqlmagic data provider

  • Fix to Azure ML use - automatic creation of msticpyconfig.yaml was writing the file to
    the wrong place, so users always got the message that no config file was found.

  • We had a request (again for batch jobs) to remove automatic display of license information in the geoip module.

  • Using MSTICPy offline or in isolated environment - it has always been our goal to support this but
    we recently discovered that we were running a check_version call from init_notebook. This function
    did not handle network failure and crashed the entire init_notebook process. This has been fixed
    so should be runnable offline or in air-gapped networks.

  • Related to this we've also cleaned up remaining units tests that make outbound network requests.

Full Changelist

New Contributors

Full Changelog: v2.2.3...v2.3.1

Don't miss a new msticpy release

NewReleases is sending notifications on new releases.