0.1.87
·
3388 commits
to master
since this release
Bug Fixes
- Many minor bugfixes
New and Updated Features
--fatfileoption: When writing in fatfile mode, the output file will contain events that will be invisible when reading the file, but that are necessary to fully reconstruct the state
New and Updated Chisels
lsof: This chisel prints the open file descriptors for every process in the system, with an output that is very similar to the one of lsofaround: Given a filter on the command line, this chisel saves the events that are in a time range around filter matchesspy_logs: This chisel intercepts all the writes to files containing.logor_login their name, and pretty prints themspy_syslog(wasecho_syslog): Print every message written to syslog
New and Updated filter fields
evt.info: for most events, this field returns the same value asevt.args. However, for some events (like writes to/dev/log) it provides higher level information coming from decoding the argumentsevt.around: accepts the event if it's around the specified time intervalevt.is_syslog:truefor events that are writes to /dev/logsyslog.facility.str: facility as a stringsyslog.facility: facility as a number (0-23)syslog.severity.str: severity as a stringsyslog.severity: severity as a number (0-7)syslog.message: message sent to syslog
New and Updated events
ptrace