Update log.py

This commit is contained in:
huoji
2022-09-05 17:35:17 +08:00
parent 9124f617f5
commit 30880f8aa9

View File

@@ -54,6 +54,9 @@ def process_log(host, json_log, raw_log):
parent_user,
host,
)
plugin.dispath_rule_new_process_create(
host, parent_process, raw_log, json_log
)
is_white_list = hash in hash_white_list.g_white_list
child = process.Process(
pid, ppid, path, params, create_time, hash, parent_user, host, is_white_list