Add FS filter hook proposal AV signature based malware detection scenario (#355)

Signed-off-by: Juraj Vijtiuk <juraj.vijtiuk@sartura.hr>
This commit is contained in:
Juraj Vijtiuk 2021-08-03 19:03:40 +02:00 коммит произвёл GitHub
Родитель 14248601d3
Коммит 2fe891abf7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,9 @@ operations on Windows without the need for writing a new mini-filter.
### Monitor file access for an executable
Permit a user to monitor which files are opened/read/written by an executable. A hook would need to call out at
the start of I/O operations and provide a helper to query information about the calling process.
the start of I/O operations and provide a helper to query information about the calling process. This would for
example allow for the classic antivirus software use case where file open calls are hooked and the file is
then compared with known malicious signatures, while making use of all the benefits of eBPF.
### I/O Latency