Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* NB magics mp_magics.py for base64unpack and IocExtract Tidying the code up a bit in base64unpack Adding tests for test_tiprovider_kql and test_tiproviders.py * Added arguments checker to help with timeline and other functions that have a lot of kwargs. Added requirements-dev.txt * Fixing missing Dict import in utility.py Fixing mypy errors in base64unpack.py * Fixing parameters issue in timeline Add parameter checks to timeline.py Getting rid of and deprecating some functions * Removing erroneous legend_column parameter. Adding unit tests for utility.py * Added more tests for utility.py Fixed some errors and typos * Fixing some tests an incorrect parameters used in notebooks Fixing AttributeError for pandas datetime value (seeming to result from update to Pandas 1.0) Changed tld_index and ssl_bl attributes to properties that auto-load on first use (prevents remote http request if data on class instantiation) Change environment variable that controls test skipping to something more generic MSTICPY_TEST_NOSKIP * Moved mp_magics to sectools_magics to avoid circular import problem Added new location centering logic to foliummap Add a closure to preserve config file name in pkg_config.py - also function to return the filename process_tree - added pandas extension and changed main function so that it returnns the plot figure and layout timeline - added pandas extension. added support for DateTime column in Tooltips (display as date time rather than number) wsconfig - added method to dispaly available workspaces base64unpack - added pandas extension iocextract - added pandas extension * Fixed bug in GeoIP DB downloader Add doc of magic and pandas extension to IoCExtract.ipynb Changed foliummap center functions to use median by default Removed largely redundant os_family param from iocextract.py functions Fixed sectools_magics iocextract class Update test_ioc_extractor for new parameters * Adding FoliumMap.ipynb notebook, Updates to GeoIPLookups.ipynb Added unit test test_folium.py Fixed a few errors in foliummap.py * Removed failing cell from end of GeoIPLookups notebook * Missing test data file * Another missing file * And another! * Updating docs for new usage. Suppressing credscan error in AzureData.rst * Removing notebook with misleading content * Adding suppression file for credscan * Credscan suppression for Sphinx-generated docs\build\html\_sources\data_acquisition\AzureData.rst.txt * Trying to clean up pytest coverage report. * Adding GeoIP tests. Removing deprecated lines from coverage reports. * Excluding test_geoip from local tests * Spelling fixes for AzureData.rst * Adding better help if someone tries to use a query that doesn't exist * Review changes for foliummap Experiment with image in README.md * Adding a couple more graphics to README.md * Fixing type of Azure in AzureData.rst
- Loading branch information