Update log.py
This commit is contained in:
@@ -54,6 +54,9 @@ def process_log(host, json_log, raw_log):
|
|||||||
parent_user,
|
parent_user,
|
||||||
host,
|
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
|
is_white_list = hash in hash_white_list.g_white_list
|
||||||
child = process.Process(
|
child = process.Process(
|
||||||
pid, ppid, path, params, create_time, hash, parent_user, host, is_white_list
|
pid, ppid, path, params, create_time, hash, parent_user, host, is_white_list
|
||||||
|
|||||||
Reference in New Issue
Block a user