diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f389af0..ff588bc1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,21 @@ ### Breaking Changes -### New Rules (4) +### New Rules (13) - nursery/get-ntoskrnl-base-address @mr-tz - host-interaction/network/connectivity/set-tcp-connection-state @johnk3r - nursery/capture-process-snapshot-data @mr-tz - collection/network/capture-packets-using-sharppcap jakub.jozwiak@mandiant.com +- nursery/communicate-with-kernel-module-via-netlink-socket-on-linux michael.hunhoff@mandiant.com +- nursery/get-current-pid-on-linux michael.hunhoff@mandiant.com +- nursery/get-file-system-information-on-linux michael.hunhoff@mandiant.com +- nursery/get-password-database-entry-on-linux michael.hunhoff@mandiant.com +- nursery/mark-thread-detached-on-linux michael.hunhoff@mandiant.com +- nursery/persist-via-gnome-autostart-on-linux michael.hunhoff@mandiant.com +- nursery/set-thread-name-on-linux michael.hunhoff@mandiant.com +- load-code/dotnet/load-windows-common-language-runtime michael.hunhoff@mandiant.com blas.kojusner@mandiant.com jakub.jozwiak@mandiant.com +- nursery/log-keystrokes-via-input-method-manager @mr-tz - ### Bug Fixes diff --git a/README.md b/README.md index a17b8d362..c49bcf731 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flare-capa)](https://pypi.org/project/flare-capa) [![Last release](https://img.shields.io/github/v/release/mandiant/capa)](https://github.com/mandiant/capa/releases) -[![Number of rules](https://img.shields.io/badge/rules-835-blue.svg)](https://github.com/mandiant/capa-rules) +[![Number of rules](https://img.shields.io/badge/rules-843-blue.svg)](https://github.com/mandiant/capa-rules) [![CI status](https://github.com/mandiant/capa/workflows/CI/badge.svg)](https://github.com/mandiant/capa/actions?query=workflow%3ACI+event%3Apush+branch%3Amaster) [![Downloads](https://img.shields.io/github/downloads/mandiant/capa/total)](https://github.com/mandiant/capa/releases) [![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)](LICENSE.txt) diff --git a/rules b/rules index a1e83cf14..e45469908 160000 --- a/rules +++ b/rules @@ -1 +1 @@ -Subproject commit a1e83cf1476199653650e1ca38f14bcce5aeb2c6 +Subproject commit e4546990828f5425d0e430cc02f70897f16bfb82