Skip to content

Initial release

Compare
Choose a tag to compare
@ianhelle ianhelle released this 04 Aug 16:41
dab2f0b

Features

  • Notebooklet infrastructure:
    • Dataproviders (automating load of msticpy providers)
    • Notebooklet and NotebookletResult base classes
    • Notebooklet importer - handling classes and yaml metadata
    • Classdoc - self-documentation of notebooklets
  • Notebooklets:
    The initial set of notebooklets are specific to Azure Sentinel
    • HostSummary (Linux and Windows) - basic details about a host from Azure Sentinel and Azure APIs
    • HostLogonsSummary (Linux and Windows) - analysis of logons to the host
    • WinHostEvents (Windows) analysis of security events on a Windows host (esp Account management events)
    • NetworkFlowSummary - analysis of network traffic for a specific host/IP address
    • Alert enrichment - additional enrichment (e.g. ThreatIntel) for alert triage
    • AccountSummary (Windows, Linux, Azure AD, Office) - analysis of logon activity for an account.