search for: vminspect

Displaying 3 results from an estimated 3 matches for "vminspect".

Did you mean: vmi_spec
2017 Feb 20
2
Re: [PATCH v3 0/7] Feature: Yara file scanning
...ulnerability within the Yara scanner might lead to the host being exposed. This is one of the reasons libguestfs is a good tool for helping disk forensics as it adds a layer of protection against exploits. More information here: http://libguestfs.org/guestfs-security.1.html https://pythonhosted.org/vminspect/#design-principles Moreover, the fuse FS brings performance impacts which might be considerable if we want to scan an entire FS or set of folders. http://libguestfs.org/guestfs.3.html#mount-local > > Perhaps there's performance benefits todoing it by adding new APIs ? > If so do you...
2016 Aug 31
8
[PATCH 0/2] supermin: use /etc/os-release
Hi, let's make supermin use /etc/os-release as primary source instead of the various release files in /etc; apparently distros (e.g. openSUSE) are starting removing them. Thanks, Pino Toscano (2): Add simple handling of /etc/os-release Use os-release to detect the distro src/Makefile.am | 3 +++ src/dpkg.ml | 3 ++- src/os_release.ml | 78
2017 Feb 19
9
[PATCH v3 0/7] Feature: Yara file scanning
Rebase patches on top of 1.35.25. No changes since last series. Matteo Cafasso (7): daemon: expose file upload logic appliance: add yara dependency New API: yara_load New API: yara_destroy New API: internal_yara_scan New API: yara_scan yara_scan: added API tests appliance/packagelist.in | 4 + configure.ac | 1 + daemon/Makefile.am