Releases: rabbitstack/fibratus
Releases · rabbitstack/fibratus
v1.4.1
v1.4.0
Release Notes
New features
- support for rules Read more
- fuzzy matching operators Read more
- process ancestry filtering Read more
- ability to pass arguments to filaments Read more
Enhancements
- add
exeparameter toCreateThreadevents - add
thread.pidfilter field for matching the target thread's process id - case-insensitive variants of
in,startswith, andendswithoperators - upgrade Go toolchain to 1.16
Bug fixes
- inform about bad string escape in filter compile error messages
- fix retrieving executable path for system processes
v1.2.0
Release Notes
New features
- filament for identifying an executable or script file remotely downloaded via a TeamViewer transfer session
- reverse DNS lookups
- function support in filters and initial
cidr_containsandmd5functions dip.namesandsip.namesfilter fields- unary
notoperator in filters matchesandimatchesstring matching operators- make the use of fields possible in both LHS/RHS filter expressions
- full and slim MSI-based Windows installers
Enhancements
- introduce a new
file.extensionfilter field - documentation website tweaking
- make all string operators evaluable against lists
- tests refactoring
- satisfy all code linters
- upgrade to the latest
go-yarapackage - improvements in the
handleinterceptor when publishing deferredCreateHandleevents - reduce the pressure on the
TdhGetPropertySizeAPI call for static parameter types - prettify
fibratus versionoutput - modularize and improve signal handling
Bug fixes
- circumvent data races in kcap reader/writer
- prevent data races in the AMQP connection
- yara scanner should allocate a new scanner for each run
- fix
RecvUDPv4event type GUID - the
handleinterceptor should return theCloseHandleevent when entering the deferred map
1.0.0
The new generation Fibratus tool release!
v0.7.2
- fixes skips filtering on Windows 7 (fs / dll events)
- kstreamc now keeps a separate thread map to bind thread to its process
v0.7.1
- spying on a specific process image (
--imageflag) - file system output
- configuration file validation through schema definition
- fixed C to Python data type castings
v0.7.0
- integration with YARA tool
- standalone Windows installer
- minor bug fixes and code refactoring
v0.6.1
- support for
RenameFileandSetFileInformationkernel events pidandfile_objectfields in file system events- filament processing in thread context
- several bug fixes
v0.6.0
- high performance GIL-free kernel event stream collector
- image meta registry provides PE (Portable Exectuable) headers, sections, imports, file information, etc
- streaming kernel events to multiple output sinks
- switched to
logbookfor detailed startup logging info
v0.4.1
- authentication support for elasticsearch output adapter