Skip to content

v0.19.0

Compare
Choose a tag to compare
@kpcyrd kpcyrd released this 18 Jun 21:52

New Feature: calendar

Previous releases introduced activity as a new discoverable datapoint, there's now a new cal command to show a calendar that's annotated with a heat-map.

sn0int cal 2020

sn0int-cal

It's also possible to break them down to a specific time (-T) which defaults to 12 minute slices, or group by hour instead (-H). To -C to show additional days for context (this also works in the month view):

sn0int cal -TC3

sn0int-cal-time

New Feature: notify

There's a new notification system that you can hook into. Notifications are also just sent with regular sn0int modules that take -- Source: notifications as input, to get the list of notification modules that are currently installed run:

sn0int pkg list --source notifications

This enables you to run sn0int automatically and unattended to monitor infrastructure. A full walk-through of how to setup notification routing can be found here:

https://sn0int.readthedocs.io/en/latest/notifications.html

Please note that this feature is still very much work in progress.

Misc

  • Add deprecation notice for mod command in favor of pkg
  • Make pkg quickstart skip already installed modules
  • Make sn0int more forgiving with accidential ^C
  • Fix seccomp issues with sleep

Thanks

We'd like to thank @repi for their support on github sponsors.