diff --git a/Server/statistics.py b/Server/statistics.py index 3f0354a..4fc5625 100644 --- a/Server/statistics.py +++ b/Server/statistics.py @@ -30,6 +30,8 @@ def update_loged_num(host): } host_list[host]['all_log_num'] += 1 if time.time() - host_list[host]['last_update_time'] > 60: + if host_list[host]['all_log_num'] == 0: + del host_list[host] host_list[host]['last_update_time'] = time.time() host_list[host]['log_num'].append(host_list[host]['all_log_num']) host_list[host]['all_log_num'] = 0 diff --git a/sysmon.xml b/sysmon.xml index 5668696..ba069bd 100644 --- a/sysmon.xml +++ b/sysmon.xml @@ -380,6 +380,7 @@ dasHost.exe DingTalk.exe vmnat.exe + SysEye.exe C:\ProgramData\Microsoft\Windows Defender\Platform\