diff --git a/README.md b/README.md index a8df153..c97b33e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ It creates a zip, which contains a number of different pieces of data to underst - Memory of running proccesses, on a per-process basis. This is also carved to extract log and text data from memory - Netstat data of active connections - The contents of open files, for example running binaries +- Details of which processes triggered a provided compiled YARA rule file We have successfully executed it across: - Windows diff --git a/setup.py b/setup.py index 4ffb986..04a147b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text() -VERSION = '1.0.7' +VERSION = '1.0.8' setup( name='varc',